[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_tensors (PR #144667)
Davide Grohmann
llvmlistbot at llvm.org
Wed Jun 25 03:27:31 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 see. I have removed the `MIN_VERSION_CASE(6)` since it is indeed not needed.
https://github.com/llvm/llvm-project/pull/144667
More information about the Mlir-commits
mailing list