[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_tensors (PR #144667)
Igor Wodiany
llvmlistbot at llvm.org
Thu Jun 19 01:34:22 PDT 2025
================
@@ -194,6 +194,13 @@ static Type parseAndVerifyType(SPIRVDialect const &dialect,
<< t.getNumElements();
return Type();
}
+ } else if (auto t = llvm::dyn_cast<TensorArmType>(type)) {
+ if (!llvm::isa<ScalarType>(t.getElementType())) {
----------------
IgWod-IMG wrote:
This is something for @kuhar to answer. My comment was based on the feedback that I've previously received.
https://github.com/llvm/llvm-project/pull/144667
More information about the Mlir-commits
mailing list