[microNPU][ETHOSU] Add Vela's logic to select configuration block#15186
Merged
ekalda merged 1 commit intoapache:mainfrom Jul 4, 2023
Merged
[microNPU][ETHOSU] Add Vela's logic to select configuration block#15186ekalda merged 1 commit intoapache:mainfrom
ekalda merged 1 commit intoapache:mainfrom
Conversation
Collaborator
Contributor
Author
|
@tvm-bot rerun |
For the case when cascader is enabled, the logic of choosing the optimal configuration block from TVM will be used in other cases, the Vela's logic will be used except the cases when dev_force_block_config option is specified.
30c0643 to
0a04045
Compare
ekalda
approved these changes
Jul 4, 2023
Contributor
ekalda
left a comment
There was a problem hiding this comment.
Thanks @Aleksei-grovety, looks all good to me 🚀
junrushao
pushed a commit
to junrushao/tvm
that referenced
this pull request
Jul 15, 2023
…ache#15186) For the case when cascader is enabled, the logic of choosing the optimal configuration block from TVM will be used in other cases, the Vela's logic will be used except the cases when dev_force_block_config option is specified.
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.
For the case when cascader is enabled, the logic of choosing the optimal configuration block from TVM will be used in other cases, the Vela's logic will be used except the cases when dev_force_block_config option is specified.
cc @neildhickey, @lhutton1, @ekalda, @leandron