Skip to content

Commit 9eddf23

Browse files
[BACKEND] hint to LLVM that we can bound threadIdx.x (#7249) (#4737)
877cf7a relanded most of e7cef2e, but missed one change. Co-authored-by: apgoucher <[email protected]>
1 parent 68141c9 commit 9eddf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Conversion/reduce_to_llvm.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tt.func private @reduce_linear_layout(%arg0: tensor<32x16xi32, #linear>) -> tens
2525
// is not needed.
2626

2727
// Reduce within threads
28-
// CHECK-NEXT: [[SUM0:%.*]] = add i32 [[SRC0]], [[SRC2]]
28+
// CHECK: [[SUM0:%.*]] = add i32 [[SRC0]], [[SRC2]]
2929
// CHECK-NEXT: [[SUM1:%.*]] = add i32 [[SRC1]], [[SRC3]]
3030

3131
// Reduce within warp.

0 commit comments

Comments
 (0)