Home
last modified time | relevance | path

Searched refs:isRowMajorMatmul (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h27 inline bool isRowMajorMatmul(ArrayAttr indexingMaps) { in isRowMajorMatmul() function
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1636 if (!isRowMajorMatmul(op.indexing_maps())) in matchAndRewrite()