forked from neo-ai/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BYOC] Added "include_non_call_ops" parameter to AnnotateTarget pass (a…
…pache#6655) * [BYOC] Added annotate_non_call_ops parameter to AnnotateTarget pass Added annotate_non_call_ops parameter to AnnotateTarget pass to prevent non-call to be promoted to previously annotated operations This is useful in case if you are not running MergeCompilerRegions pass after AnnotateTarget. * linter * Tuple and TupleGetItem handling * resored transform.py, added missing tests to main * requested changes
- Loading branch information
Showing
3 changed files
with
356 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.