[microNPU] Added various options to the cascader#10387
Closed
jacobbohlin wants to merge 2 commits into
Closed
Conversation
Change-Id: I6771578f1007b8fea02e2dec7d0c797a6ef6aa5e
* Added option to toggle multi-dimensional striping, it is disabled by default because it has a very high computational cost. Single dimension striping shares most of the benefit with greatly reduced cost. * Added multiple developer/debugging options prefixed with 'dev_' Also added these options to tvmc. * Added cascader logging, if enabled it will dump information about the cascader proposals to a 'cascader_log.json' file. Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
Contributor
Author
Contributor
Author
|
Replaced by: #10509 |
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.
This PR adds multiple options to the cascader. One option is to toggle multi-dimensional striping and it is disabled by default. The reasoning is that exploring striping in more than 1 dimension has a very high computational cost.
The remainder of the options are aimed towards developers/debugging and are prefixed with
dev_. The options are exposed to tvmc. It also introduces the ability to dump information about the cascader proposals to a.jsonfile.