Skip to content

Commit 67fe7b1

Browse files
committed
Drop not needed attrs
1 parent 4c31cdc commit 67fe7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Conversion/intel/sub-group-shuffle.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#sliced = #triton_gpu.slice<{dim = 1, parent = #blocked}>
88
#sliced1 = #triton_gpu.slice<{dim = 1, parent = #blocked1}>
99

10-
module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 1 : i32, triton_gpu.target = "xpu", "triton_gpu.threads-per-warp" = 16 : i32} {
10+
module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 1 : i32, "triton_gpu.threads-per-warp" = 16 : i32} {
1111
// CHECK-LABEL: llvm.func spir_kernelcc @test_f16(
1212
// CHECK-SAME: %[[VAL_0:.*]]: !llvm.struct<(f16)>,
1313
// CHECK: %[[VAL_2:.*]] = llvm.extractvalue %[[VAL_0]][0] : !llvm.struct<(f16)>
@@ -184,7 +184,7 @@ module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 1 :
184184
#sliced = #triton_gpu.slice<{dim = 1, parent = #blocked}>
185185
#sliced1 = #triton_gpu.slice<{dim = 1, parent = #blocked1}>
186186

187-
module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 1 : i32, triton_gpu.target = "xpu", "triton_gpu.threads-per-warp" = 32 : i32} {
187+
module attributes {"triton_gpu.num-ctas" = 1 : i32, "triton_gpu.num-warps" = 1 : i32, "triton_gpu.threads-per-warp" = 32 : i32} {
188188
// CHECK-LABEL: llvm.func spir_kernelcc @test_f32(
189189
// CHECK-SAME: %[[VAL_0:.*]]: !llvm.struct<(f32)>,
190190
// CHECK: %[[VAL_2:.*]] = llvm.extractvalue %[[VAL_0]][0] : !llvm.struct<(f32)>

0 commit comments

Comments
 (0)