Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1198 auto srcMatrixType = srcType.cast<gpu::MMAMatrixType>(); in verify() local
1211 if (!srcMatrixType.getOperand().equals("COp")) in verify()