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

Davide Grohmann llvmlistbot at llvm.org
Thu Jun 19 04:15:35 PDT 2025


================
@@ -138,6 +138,7 @@ LogicalResult spirv::Deserializer::processHeader() {
       MIN_VERSION_CASE(3);
       MIN_VERSION_CASE(4);
       MIN_VERSION_CASE(5);
+      MIN_VERSION_CASE(6);
----------------
davidegrohmann wrote:

I think the SPIR-V modules using `SPV_ARM_tensors` should use version 1.6 which is the version where this extensions has been introduced. Right?

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


More information about the Mlir-commits mailing list