[Mlir-commits] [mlir] [mlir][AMDGPU] Enable emulating vector buffer_atomic_fadd for bf16 on gfx942 (PR #129029)

Daniel Hernandez-Juarez llvmlistbot at llvm.org
Fri Feb 28 00:29:51 PST 2025


================
@@ -189,6 +189,14 @@ void mlir::amdgpu::populateAmdgpuEmulateAtomicsPatterns(
     } else {
       target.addIllegalOp<RawBufferAtomicFmaxOp>();
     }
+    // gfx950 has bf16 atomics
----------------
dhernandez0 wrote:

sure, I've created a ticket: https://github.com/llvm/llvm-project/issues/129206 I'll update the branch with the TODO

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


More information about the Mlir-commits mailing list