[Mlir-commits] [mlir] [mlir][tosa] Add support for block scaled types in matmul_t (PR #207851)
Luke Hutton
llvmlistbot at llvm.org
Tue Jul 7 02:16:03 PDT 2026
================
@@ -62,11 +62,14 @@ profileComplianceMap = {
{{fp32T, fp32T, fp32T, fp32T, fp32T}, SpecificationVersion::V_1_0}}}}},
{"tosa.matmul_t",
{{{Profile::pro_int},
- {{{i8T, i8T, i32T}, SpecificationVersion::V_1_1_DRAFT}}},
+ {{{i8T, i8T, i8T, i8T, i32T}, SpecificationVersion::V_1_1_DRAFT}}},
----------------
lhutton1 wrote:
Note that these changes simply add a typed zero point, as discussed here: https://github.com/llvm/llvm-project/pull/203894#discussion_r3465756850
https://github.com/llvm/llvm-project/pull/207851
More information about the Mlir-commits
mailing list