Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp151 ArrayRef<int64_t> srcTypeShape = srcType.getShape(); in matchAndRewrite() local
154 int64_t m = srcTypeShape[0]; in matchAndRewrite()
155 int64_t n = srcTypeShape[1]; in matchAndRewrite()