[TVMC] Add configuration tir.add_lower_pass to option --pass-config - #9817
Merged
Merged
Conversation
leeexyz
requested review from
areusch,
comaniac,
icemelon,
jroesch,
junrushao,
jwfromm,
leandron,
merrymercy,
tqchen and
yzhliu
as code owners
December 31, 2021 03:22
leandron
requested changes
Jan 4, 2022
leandron
left a comment
Contributor
There was a problem hiding this comment.
Just one remark, and I think we're good to go with this PR.
leeexyz
force-pushed
the
tvmc_fix
branch
2 times, most recently
from
January 7, 2022 15:38
f7b3c53 to
ee7df62
Compare
Contributor
Author
|
@leandron Would you mind helping me review again? :) |
Contributor
Author
Contributor
|
Thanks @leeexyz, this is merged now. |
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Feb 16, 2022
pfk-beta
pushed a commit
to pfk-beta/tvm
that referenced
this pull request
Apr 11, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi All,
Sometimes, we should manipulate the Passes order or add new Passes not only for
Relay Passbut forTIR Pass. the This PR add the configurationtir.add_lower_passto--pass-config. It supports two types ofTIR Pass, one is the built-in pass in TVM and another one is the external customized pass that is loaded byimportlib.Some use cases.