[Mlir-commits] [mlir] [MLIR][XeGPU] Extend op definitions to support 3D+: load_nd, store_nd, prefetch_nd (PR #199811)
Charitha Saumya
llvmlistbot at llvm.org
Thu May 28 15:46:07 PDT 2026
================
@@ -226,24 +226,32 @@ def XeGPU_PrefetchNdOp : XeGPU_Op<"prefetch_nd", [AnchorLayoutInterface]> {
It issues an instruction to prefetch a block of data from continuous
memory regions to each level of the cache based on their cache policy.
+ The tensor descriptor can be 1D, 2D, 3D, or higher dimensional. When the
----------------
charithaintc wrote:
nit: can simply see its n-dimensional
https://github.com/llvm/llvm-project/pull/199811
More information about the Mlir-commits
mailing list