[Mlir-commits] [mlir] [mlir][xegpu] Deprecate XeGPUSubgroupDistribute and rename XeGPUSgToWiDistributeExperimental to XeGPUSgToLaneDistribute (PR #198027)
Nishant Patel
llvmlistbot at llvm.org
Thu May 21 11:51:39 PDT 2026
================
@@ -717,8 +717,6 @@ Value xegpu::lowerToVectorReductions(TypedValue<VectorType> src,
Value reductionResult = arith::ConstantOp::create(
rewriter, loc, acc.getType(),
DenseElementsAttr::get(acc.getType(), zeroAttr));
- // TODO: Remove these get/setTemporaryLayout calls after we deprecate the old
----------------
nbpatel wrote:
yes
https://github.com/llvm/llvm-project/pull/198027
More information about the Mlir-commits
mailing list