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 5f64bb7 commit cc3f0f3Copy full SHA for cc3f0f3
lib/Dialect/Triton/IR/Ops.cpp
@@ -508,9 +508,6 @@ namespace {
508
/// ```mlir
509
/// tt.reshape %0 allow_reorder
510
/// : 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...>
514
/// ```
515
struct CanonicalizeReshapeReduceOpPattern final : OpRewritePattern<ReduceOp> {
516
using OpRewritePattern<ReduceOp>::OpRewritePattern;
0 commit comments