Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp118 ArrayRef<int64_t> aShape = aVector.getShape(); in verify() local
152 if (aShape[0] * aShape[1] * kThreads != m * k) in verify()
176 if (!((aShape[0] == mTile * kTile) && (aShape[1] == numElementA))) 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()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1234 ArrayRef<int64_t> aShape, bShape, cShape; in verify() local
1235 aShape = opTypes[A].getShape(); in verify()
1239 if (aShape[1] != bShape[0] || aShape[0] != cShape[0] || in verify()