[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_tensors (PR #144667)
Davide Grohmann
llvmlistbot at llvm.org
Thu Jun 19 01:35:18 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:
Maybe I am wrong but it seems more obvious that the above is added by the feature that needs it?
https://github.com/llvm/llvm-project/pull/144667
More information about the Mlir-commits
mailing list