Searched refs:RowMajor (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | types.mlir | 295 …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 D | SPIRVBaseInfo.h | 461 RowMajor = 4, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 621 CASE(Decoration, RowMajor) in getDecorationName()
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/Utils/ |
| H A D | StructuredOpsUtilsTest.cpp | 165 TEST(isColumnMajorMatmul, RowMajor) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 73 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 D | SPIRVBase.td | 2063 def SPV_D_RowMajor : I32EnumAttrCase<"RowMajor", 4> {
|