[Mlir-commits] [mlir] [MLIR][XeGPU] Enable blocking for scatter ops with offsets (PR #162896)
Sang Ik Lee
llvmlistbot at llvm.org
Fri Oct 10 11:07:48 PDT 2025
================
@@ -584,3 +584,105 @@ gpu.module @test_kernel {
gpu.return
}
}
+
+// -----
+gpu.module @test_kernel {
+ // CHECK-LABEL: load_with_offsets
+ // CHECK-SAME: [[arg0:%.+]]: ui64
----------------
silee2 wrote:
Do you need this check? captured `arg0` is not used for matching.
https://github.com/llvm/llvm-project/pull/162896
More information about the Mlir-commits
mailing list