[Mlir-commits] [mlir] [MLIR][XeGPU] Remove offsets from create_nd_tdesc & remove update_nd_offset, move offsets to load/store/prefetch ops (PR #193330)
Jianhui Li
llvmlistbot at llvm.org
Thu Apr 23 14:46:56 PDT 2026
================
@@ -289,13 +289,6 @@ func.func @prefetch_offset_wi_1(%src: memref<4x4xf32>) {
return
}
-// -----
-func.func @prefetch_offset_wi_3(%src: memref<16xf32>) {
- // expected-error at +1 {{Expects offsets}}
- xegpu.prefetch %src: memref<16xf32>
----------------
Jianhui-Li wrote:
why this test is removed?
https://github.com/llvm/llvm-project/pull/193330
More information about the Mlir-commits
mailing list