Skip to content

Commit a29a73e

Browse files
committed
Drop test
1 parent 21a1e0f commit a29a73e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

mlir/test/Conversion/GPUToLLVMSPV/gpu-to-llvm-spv.mlir

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -314,19 +314,6 @@ gpu.module @shuffles {
314314

315315
// -----
316316

317-
// Check attaching a discardable attribute to a `gpu.func` hosting a `gpu.shuffle` operation works,
318-
// i.e., the attribute is propagated.
319-
320-
gpu.module @shuffles_ {
321-
gpu.func @propagated_size(%val: i32, %id: i32) attributes {intel_reqd_sub_group_size = 16 : i32} {
322-
%width = arith.constant 16 : i32
323-
%shuffleResult, %valid = gpu.shuffle idx %val, %id, %width : i32
324-
llvm.return
325-
}
326-
}
327-
328-
// -----
329-
330317
// Cannot convert due to shuffle width and target subgroup size mismatch
331318

332319
gpu.module @shuffles_mismatch {

0 commit comments

Comments
 (0)