[Mlir-commits] [mlir] [MLIR][XeGPU] Scattered ops sg-to-wi distribution (PR #154949)

Charitha Saumya llvmlistbot at llvm.org
Fri Aug 22 11:31:50 PDT 2025


================
@@ -811,6 +811,136 @@ struct GpuBarrierDistribution final : public gpu::WarpDistributionPattern {
   }
 };
 
+struct StoreDistribution final : public gpu::WarpDistributionPattern {
----------------
charithaintc wrote:

add a comment on what the pattern does. example is preferred. 

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


More information about the Mlir-commits mailing list