[llvm] [mlir] [mlir][tosa] Remove availability interfaces from profile conformance (PR #207809)
Iliyan Georgiev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 01:59:28 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}, {}}}},
----------------
iliyan-georgiev-arm wrote:
I find it odd that we don't have spec version against this. Especially since shape ops are not part of the 1.0.x specification.
https://github.com/llvm/llvm-project/pull/207809
More information about the llvm-commits
mailing list