[Mlir-commits] [mlir] [NVGPU][NVVM] Add FP8 (e4m3/e5m2) support to dense mma.sync (PR #207307)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jul 2 23:58:15 PDT 2026


================
@@ -2705,9 +2705,13 @@ class NVVM_MMA_OPS {
   list<list<WMMA_REGS>> bit_mma_ops = MMA_OPS<
             [GEOM<8,8,128>, GEOM<16,8,128>, GEOM<16,8,256>],
             ["b1"], [], ["s32"], []>.ret;
+  list<list<WMMA_REGS>> fp8_mma_ops = MMA_OPS<
----------------
weimin023 wrote:

Sure, I'll do this.

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


More information about the Mlir-commits mailing list