Home
last modified time | relevance | path

Searched refs:RowMajor (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dtypes.mlir295 …ruct_type_with_matrix_2(!spv.struct<(!spv.matrix<3 x vector<3xf32>> [0, RowMajor, MatrixStride=16]…
296 …ruct_type_with_matrix_2(!spv.struct<(!spv.matrix<3 x vector<3xf32>> [0, RowMajor, MatrixStride=16]…
354 …ruct_type_missing_comma(!spv.struct<(!spv.matrix<3 x vector<3xf32>> [0, RowMajor MatrixStride=16])…
359 …_member_decorator_value(!spv.struct<(!spv.matrix<3 x vector<3xf32>> [0, RowMajor, MatrixStride=])>)
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h461 RowMajor = 4, enumerator
H A DSPIRVBaseInfo.cpp621 CASE(Decoration, RowMajor) in getDecorationName()
/llvm-project-15.0.7/mlir/unittests/Dialect/Utils/
H A DStructuredOpsUtilsTest.cpp165 TEST(isColumnMajorMatmul, RowMajor) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp73 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator
80 clEnumValN(MatrixLayoutTy::RowMajor, "row-major",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td2063 def SPV_D_RowMajor : I32EnumAttrCase<"RowMajor", 4> {