[Mlir-commits] [llvm] [mlir] [mlir][tosa] Remove availability interfaces from profile conformance (PR #207809)

Luke Hutton llvmlistbot at llvm.org
Fri Jul 10 02:04:39 PDT 2026


================
@@ -1348,6 +1350,22 @@ extensionComplianceMap = {
        {{{i8T}, SpecificationVersion::V_1_0},
         {{fp16T}, SpecificationVersion::V_1_0},
         {{fp32T}, SpecificationVersion::V_1_0}}}}},
+    {"tosa.add_shape", {{{Extension::shape}, {}}}},
----------------
lhutton1 wrote:

Versions specified here are per data type combination. Use of shape ops in v1.0 is disallowed since there are version checks on when an extension is introduced which must be loaded in the target_env to allow these shape ops to be used.

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


More information about the Mlir-commits mailing list