[Mlir-commits] [mlir] [MLIR][XeGPU] Add support for subgroup_id_range (PR #148661)

Nishant Patel llvmlistbot at llvm.org
Wed Jul 16 18:03:25 PDT 2025


================
@@ -174,8 +174,42 @@ struct WgToSgCreateNdOp : public OpConversionPattern<xegpu::CreateNdDescOp> {
       sgDataDim[i] = rewriter.create<arith::ConstantIndexOp>(loc, sgShape[i]);
     }
 
+    // Check if there is warp specialization.
+    auto isWarpSpecialized = [](Operation *op, int64_t &startOfRange,
----------------
nbpatel wrote:

ok will change it

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


More information about the Mlir-commits mailing list