[Mlir-commits] [mlir] [MLIR][XeGPU] Add offset operands to load_nd/store_nd/prefetch_nd (PR #149424)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Jul 18 03:55:43 PDT 2025


================
@@ -288,6 +301,8 @@ def XeGPU_PrefetchNdOp : XeGPU_Op<"prefetch_nd", []> {
   }];
 
   let arguments = (ins XeGPU_TensorDesc: $TensorDesc,
+                       Variadic<Index>: $offsets,
----------------
adam-smnk wrote:

Verifiers need to be extended to verify that provided offsets have correct rank

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


More information about the Mlir-commits mailing list