[Mlir-commits] [mlir] [MLIR][XeGPU] Remove create tdesc & update offset op from xegpu dialect (PR #182804)
Nishant Patel
llvmlistbot at llvm.org
Wed Apr 15 11:05:06 PDT 2026
================
@@ -413,155 +413,6 @@ gpu.module @test_kernel {
}
}
-// -----
-
-gpu.module @test_kernel {
- // CHECK-LABEL: test_prefetch_load_store_update
- // CHECK-SAME: [[arg0:%.+]]: ui64
- // CHECK-COUNT-2: xegpu.create_tdesc [[arg0]], {{.*}} : ui64, vector<16xindex> -> !xegpu.tensor_desc<16xf32, #xegpu.scatter_tdesc_attr<>>
----------------
nbpatel wrote:
because prefetch with offset unrolling is not supported
https://github.com/llvm/llvm-project/pull/182804
More information about the Mlir-commits
mailing list