[Mlir-commits] [mlir] [MLIR][XeGPU] Update XeGPU create_tdesc, update_offset, load, store and prefetch. (PR #154653)

Chao Chen llvmlistbot at llvm.org
Fri Aug 22 09:19:09 PDT 2025


================
@@ -595,6 +604,16 @@ def XeGPU_PrefetchOp : XeGPU_Op<"prefetch", []> {
     As compared to prefetch_nd, which works on non-scattered TensorDesc,
     it works on scattered TensorDesc instead.
----------------
chencha3 wrote:

Ah, my bad. just realized that `XeGPU_GatherScatterSourceType` is different from `XeGPU_GatherScatterBaseSourceType`

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


More information about the Mlir-commits mailing list