Home
last modified time | relevance | path

Searched refs:isRowMajorBatchMatmul (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Dialect/Utils/
H A DStructuredOpsUtilsTest.cpp191 TEST(isRowMajorBatchMatmul, Simple) { in TEST() argument
201 EXPECT_THAT(maps, Truly(isRowMajorBatchMatmul)); in TEST()
204 TEST(isRowMajorBatchMatmul, BindingShifted) { in TEST() argument
214 EXPECT_THAT(maps, Truly(isRowMajorBatchMatmul)); in TEST()
217 TEST(isRowMajorBatchMatmul, BindingSwapped) { in TEST() argument
227 EXPECT_THAT(maps, Truly(isRowMajorBatchMatmul)); in TEST()
230 TEST(isRowMajorBatchMatmul, FirstInputSwapped) { in TEST() argument
240 EXPECT_THAT(maps, Not(Truly(isRowMajorBatchMatmul))); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DStructuredOpsUtils.cpp67 bool mlir::isRowMajorBatchMatmul(ArrayAttr indexingMaps) { in isRowMajorBatchMatmul() function in mlir
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h46 bool isRowMajorBatchMatmul(ArrayAttr indexingMaps);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td83 /*methodName=*/"isRowMajorBatchMatmul",
86 return mlir::isRowMajorBatchMatmul($_op.getIndexingMaps());