Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp119 ArrayRef<int64_t> bShape = bVector.getShape(); in verify() local
157 if (bShape[0] * bShape[1] * kThreads != k * n) in verify()
181 if (!((bShape[0] == kTile * nTile) && (bShape[1] == numElementB))) 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
1236 bShape = opTypes[B].getShape(); in verify()
1239 if (aShape[1] != bShape[0] || aShape[0] != cShape[0] || in verify()
1240 bShape[1] != cShape[1]) in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp167 ArrayRef<int64_t> aShape = aT.getShape(), bShape = bT.getShape(); in getCastCompatibleMemRefType() local
173 (aShape[idx] == bShape[idx]) ? aShape[idx] : ShapedType::kDynamicSize; in getCastCompatibleMemRefType()