Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp219 ArrayRef<int64_t> cTypeShape = cType.getShape(); in matchAndRewrite() local
220 int64_t m = cTypeShape[0]; in matchAndRewrite()
221 int64_t n = cTypeShape[1]; in matchAndRewrite()