[Mlir-commits] [mlir] [mlir][xegpu] Improve XeGPU op verification logic for SIMT flavor and update tests. (PR #127920)

Adam Siemieniuk llvmlistbot at llvm.org
Mon Feb 24 12:42:53 PST 2025


================
@@ -651,6 +725,15 @@ def XeGPU_StoreScatterOp : XeGPU_Op<"store", [
                                  l3_hint = #xegpu.cache_hint<write_through>}
           : vector<8x16xf32>, !xegpu.tensor_desc<16x8xf32, #xegpu.scattered_tdesc_attr<chunk_size=8>>, vector<16xi1>
   ```
+  Example 3 (SIMT mode):
+  ```mlir
+    %3 = xegpu.store %0, %1, %2 {transpose,
----------------
adam-smnk wrote:

I don't think store has results

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


More information about the Mlir-commits mailing list