Skip to content

Commit

Permalink
[apache#14992][DOC][TUTORIAL]Fix typo for the 'Making your Hardware A…
Browse files Browse the repository at this point in the history
…ccelerator TVM-ready with UMA'
  • Loading branch information
cchung100m committed Jun 7, 2023
1 parent 2d2b727 commit 5334fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gallery/tutorial/uma.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#

################################################################################
# uma_cli.py generates these files in the directory ``vanilla_accelerator`` which we are going to revist.
# uma_cli.py generates these files in the directory ``vanilla_accelerator`` which we are going to revisit.
#
# .. code-block:: bash
#
Expand Down
2 changes: 1 addition & 1 deletion src/relay/printer/relay_text_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Doc RelayTextPrinter::VisitExpr_(const MatchNode* op) {
Doc clause_doc;
clause_doc << PrintPattern(clause->lhs, false) << " => ";
Doc rhs_doc = PrintScope(clause->rhs);
// TODO(@jroesch): This is unsound right now, and we need to revist it.
// TODO(@jroesch): This is unsound right now, and we need to revisit it.
// if (clause->rhs.as<LetNode>()) {
// only add braces if there are multiple lines on the rhs
rhs_doc = Doc::Brace("{", rhs_doc, "}");
Expand Down

0 comments on commit 5334fa3

Please sign in to comment.