Skip to content

Commit cc3f0f3

Browse files
committed
Clean comment
1 parent 5f64bb7 commit cc3f0f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Dialect/Triton/IR/Ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,6 @@ namespace {
508508
/// ```mlir
509509
/// tt.reshape %0 allow_reorder
510510
/// : tensor<S0x...xSN-1x1xSN+1x...> -> tensor<S0x...xSN-1xSN+1x...>
511-
/// "tt.reduce"(%0) <{axis = N}> ({...})
512-
/// {...}
513-
/// : (tensor<S0x...xSN-1x1xSN+1x...>, ...) -> tensor<S0x...xSN-1xSN+1x...>
514511
/// ```
515512
struct CanonicalizeReshapeReduceOpPattern final : OpRewritePattern<ReduceOp> {
516513
using OpRewritePattern<ReduceOp>::OpRewritePattern;

0 commit comments

Comments
 (0)