Skip to content

Commit

Permalink
git-clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman committed Sep 18, 2023
1 parent e71cd63 commit e1e4e98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1775,8 +1775,7 @@ struct ApproxTopK final : OpRewritePattern<mlir::stablehlo::CustomCallOp> {
break;
}
if (!funcOp)
return rewriter.notifyMatchFailure(
op, "computation function not found.");
return rewriter.notifyMatchFailure(op, "computation function not found.");

int64_t k = cast<ShapedType>(op.getType(0)).getDimSize(1);
auto input = op.getOperand(0);
Expand Down

0 comments on commit e1e4e98

Please sign in to comment.