[Mlir-commits] [mlir] [mlir][xegpu] Add support for distributing `gpu.barrier` (PR #145434)
Charitha Saumya
llvmlistbot at llvm.org
Tue Jun 24 09:03:15 PDT 2025
================
@@ -782,6 +790,27 @@ struct PrefetchNdDistribution final : public gpu::WarpDistributionPattern {
}
};
+struct GpuBarrierDistribution final : public gpu::WarpDistributionPattern {
----------------
charithaintc wrote:
fixed.
https://github.com/llvm/llvm-project/pull/145434
More information about the Mlir-commits
mailing list