[Mlir-commits] [mlir] [MLIR][XeGPU] Remove create tdesc op from xegpu dialect (PR #182804)

Jianhui Li llvmlistbot at llvm.org
Thu Feb 26 14:56:56 PST 2026


================
@@ -766,17 +491,6 @@ gpu.func @subgroup_dpas_packed_b(%a : vector<8x16xf16>, %b: vector<8x16x2xf16>)
   gpu.return
 }
 
-// CHECK: gpu.func @subgroup_atomic_rmw(%[[arg0:.*]]: ui64, %[[arg1:.*]]: vector<16xf32>, %[[arg2:.*]]: vector<16xi1>)
-gpu.func @subgroup_atomic_rmw(%src: ui64, %value : vector<16xf32>, %mask : vector<16xi1>) {
----------------
Jianhui-Li wrote:

When removing tests, please make sure there is counterpart for those tests. If the operation doesn't support it, please create an issue. 

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


More information about the Mlir-commits mailing list