[Mlir-commits] [mlir] [MLIR][NVVM] Fix kFactor for fp8/fp6/fp4 types in MmaSpOp verifier. Improve mma tests. (PR #183133)

Durgadoss R llvmlistbot at llvm.org
Tue Feb 24 23:55:11 PST 2026


================
@@ -1423,7 +1423,7 @@ LogicalResult MmaSpOp::verify() {
     case MMATypes::e3m2:
     case MMATypes::e2m3:
     case MMATypes::e2m1:
-      kFactor = 32;
+      kFactor = 16;
----------------
durga4github wrote:

Thank you!

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


More information about the Mlir-commits mailing list