[Mlir-commits] [mlir] [mlir][tosa] Add support for CONV2D_BLOCK_SCALED operator (PR #172294)
Sayan Saha
llvmlistbot at llvm.org
Fri Jan 16 05:46:44 PST 2026
================
@@ -516,6 +516,18 @@ extensionComplianceMap = {
{{Extension::bf16},
{{{bf16T, bf16T, bf16T, bf16T, bf16T, fp32T, bf16T},
SpecificationVersion::V_1_0}}}}},
+ {"tosa.conv2d_block_scaled",
+ {{{Extension::mxfp_conv},
+ {{{fp4e2m1T, fp8ue8m0T, fp4e2m1T, fp8ue8m0T, fp32T, fp32T},
+ SpecificationVersion::V_1_1_DRAFT},
+ {{fp6e2m3T, fp8ue8m0T, fp6e2m3T, fp8ue8m0T, fp32T, fp32T},
+ SpecificationVersion::V_1_1_DRAFT},
+ {{fp6e3m2T, fp8ue8m0T, fp6e3m2T, fp8ue8m0T, fp32T, fp32T},
----------------
sahas3 wrote:
I did look at the lines multiple times and still didn't see the difference, lol.
https://github.com/llvm/llvm-project/pull/172294
More information about the Mlir-commits
mailing list