[Mlir-commits] [mlir] [mlir][gpu] Separate the barrier elimination code from transform ops (PR #71762)

Jack Wolfard llvmlistbot at llvm.org
Wed Nov 8 20:38:55 PST 2023


================
@@ -37,6 +37,20 @@ def GpuMapParallelLoopsPass
   let dependentDialects = ["mlir::gpu::GPUDialect"];
 }
 
+def GpuEliminateBarriers
+    : Pass<"gpu-eliminate-barriers", "mlir::func::FuncOp"> {
+  let summary = "Erase unecessary barriers";
----------------
JackWolfard wrote:

nit: sp unecessary -> unnecessary

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


More information about the Mlir-commits mailing list