Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp171 int64_t mTile = m / shapeM; in verify() local
176 if (!((aShape[0] == mTile * kTile) && (aShape[1] == numElementA))) in verify()
177 return emitOpError() << "expected matrix A to be shaped (" << mTile * kTile in verify()
186 if (!((cShape[0] == mTile * nTile) && (cShape[1] == numElementC))) in verify()
187 return emitOpError() << "expected matrix C to be shaped (" << mTile * nTile in verify()