[Mlir-commits] [mlir] [mlir][xegpu] Add support for distributing `gpu.barrier` (PR #145434)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Jun 24 05:13:03 PDT 2025
================
@@ -782,6 +790,27 @@ struct PrefetchNdDistribution final : public gpu::WarpDistributionPattern {
}
};
+struct GpuBarrierDistribution final : public gpu::WarpDistributionPattern {
----------------
adam-smnk wrote:
nit : a small top level summary would be nice
https://github.com/llvm/llvm-project/pull/145434
More information about the Mlir-commits
mailing list