[Mlir-commits] [mlir] [MLIR][XeGPU] Extend unrolling support for scatter ops with chunk_size (PR #144447)
Charitha Saumya
llvmlistbot at llvm.org
Mon Jun 16 17:02:08 PDT 2025
================
@@ -111,14 +127,38 @@ struct TestXeGPUUnrollingPatterns
Attribute encoding = tdescTy.getEncoding();
auto layout = llvm::dyn_cast_if_present<xegpu::LayoutAttr>(
tdescTy.getLayout());
+
+ if (encoding && mlir::isa<xegpu::ScatterTensorDescAttr>(encoding)) {
----------------
charithaintc wrote:
please add some comment on what this is doing.
https://github.com/llvm/llvm-project/pull/144447
More information about the Mlir-commits
mailing list