Skip to content

Commit

Permalink
- Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mbs-octoml committed May 26, 2022
1 parent 3bb37aa commit 52dcc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/relay/transform/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def OutlineCompilerFunctionsWithExistingGlobalSymbols(compiler_filter=""):
attribute. The functions are bound to unique global vars according to their existing
"global_symbol" attribute. At most one function with the same global symbol is outlined.
If \p compiler_filter is non-empty only functions with that as their attribute value are
If compiler_filter is non-empty only functions with that as their attribute value are
outlined.
This pass may be useful for external codegen using the "RelayToTIR" custom pass mechanism
Expand All @@ -1399,7 +1399,7 @@ def MarkCompilerFunctionsAsExtern(compiler_filter=""):
compiler_filter as 'extern' by replacing all attributes with a single "Extern" attribute, and
rewrite all calls to such functions to use the 'call_lowered' calling convention.
If \p compiler_filter is non-empty only functions with that as their attribute value are
If compiler_filter is non-empty only functions with that as their attribute value are
outlined.
This pass may be useful for external codegen using the "RelayToTIR" custom pass mechanism to
Expand Down

0 comments on commit 52dcc90

Please sign in to comment.