Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp120 ArrayRef<int64_t> cShape = cVector.getShape(); in verify() local
162 if (cShape[0] * cShape[1] * kThreads != m * n) in verify()
186 if (!((cShape[0] == mTile * nTile) && (cShape[1] == numElementC))) in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1234 ArrayRef<int64_t> aShape, bShape, cShape; in verify() local
1237 cShape = opTypes[C].getShape(); in verify()
1239 if (aShape[1] != bShape[0] || aShape[0] != cShape[0] || in verify()
1240 bShape[1] != cShape[1]) in verify()