[Mlir-commits] [mlir] [mlir][ROCDL] Remove unneeded bf16 expansion in LowerGPUToROCDL (PR #139603)

Umang Yadav llvmlistbot at llvm.org
Mon May 12 12:14:17 PDT 2025


================
@@ -319,7 +319,6 @@ struct LowerGpuOpsToROCDLOpsPass final
     {
       RewritePatternSet patterns(ctx);
       populateGpuRewritePatterns(patterns);
-      arith::populateExpandBFloat16Patterns(patterns);
----------------
umangyadav wrote:

Looks good to me, but looks like i don't have "approval" access 

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


More information about the Mlir-commits mailing list