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

Igor Zamyatin llvmlistbot at llvm.org
Fri Aug 22 10:56:57 PDT 2025


================
@@ -841,6 +972,8 @@ void XeGPUSubgroupDistributePass::runOnOperation() {
       if (!isa<VectorType>(operand.get().getType()))
         continue;
 
+      if (isa<xegpu::LoadGatherOp, xegpu::StoreScatterOp>(op))
----------------
Garra1980 wrote:

Deserves some comment I think

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


More information about the Mlir-commits mailing list