[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_tensors (PR #144667)

Igor Wodiany llvmlistbot at llvm.org
Wed Jun 18 06:46:32 PDT 2025


================
@@ -477,6 +479,37 @@ class MatrixType : public Type::TypeBase<MatrixType, CompositeType,
                        std::optional<StorageClass> storage = std::nullopt);
 };
 
+// SPIR-V TensorARM Type
----------------
IgWod-IMG wrote:

Here and below it probably should be `///` instead of `//`.

https://github.com/llvm/llvm-project/pull/144667


More information about the Mlir-commits mailing list