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

Artem Kroviakov llvmlistbot at llvm.org
Tue Aug 26 02:59:34 PDT 2025


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

Added

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


More information about the Mlir-commits mailing list