We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68141c9 commit 9eddf23Copy full SHA for 9eddf23
test/Conversion/reduce_to_llvm.mlir
@@ -25,7 +25,7 @@ tt.func private @reduce_linear_layout(%arg0: tensor<32x16xi32, #linear>) -> tens
25
// is not needed.
26
27
// Reduce within threads
28
- // CHECK-NEXT: [[SUM0:%.*]] = add i32 [[SRC0]], [[SRC2]]
+ // CHECK: [[SUM0:%.*]] = add i32 [[SRC0]], [[SRC2]]
29
// CHECK-NEXT: [[SUM1:%.*]] = add i32 [[SRC1]], [[SRC3]]
30
31
// Reduce within warp.
0 commit comments