[Mlir-commits] [mlir] [MLIR][XeGPU] Enable blocking for scatter ops with offsets (PR #162896)

Nishant Patel llvmlistbot at llvm.org
Fri Oct 10 11:20:44 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
----------------
nbpatel wrote:

fixed

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


More information about the Mlir-commits mailing list