-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoScheduler]Simplify the code #8351
Merged
Merged
Conversation
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
modify format_lower
jcf94
approved these changes
Jun 28, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! @sunjiweiswift
masahi
pushed a commit
to masahi/tvm
that referenced
this pull request
Jun 29, 2021
commit 0ca1924 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 18:21:41 2021 +0900 remove alloc map usage in cuda codegen commit fd07b35 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 17:51:33 2021 +0900 remove storage_scope map from storage_access.cc commit 0ba5c71 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 17:36:07 2021 +0900 remove realize_scope commit f392e47 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 17:31:13 2021 +0900 fix passing storage scope commit bf132cf Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 13:11:55 2021 +0900 make global storage scope by default commit 6630cf3 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 13:10:37 2021 +0900 remove realize_scope from schedule_ops commit 8688205 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 13:10:18 2021 +0900 remove storage_scope attr from storage_rewrite commit b382bb3 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 12:50:31 2021 +0900 remove attr::realize_scope from storage_flatten commit e20e195 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 12:46:13 2021 +0900 begin removing storage_scope attr commit d39a470 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 12:23:46 2021 +0900 thread storage scope through pipeline to buffer creation commit 496a215 Author: Masahiro Masuda <masahi129@gmail.com> Date: Tue Jun 29 11:46:36 2021 +0900 adding storage_scope to ProduerRealize commit c586834 Author: Swift.Sun <sunjiwei@yeah.net> Date: Mon Jun 28 12:32:19 2021 +0800 [AutoScheduler]Simplify the code (apache#8351) commit 4ff5cef Author: Rafael Stahl <r.stahl@tum.de> Date: Sun Jun 27 19:18:34 2021 +0200 ffi: add missing binding for FixedPointMultiplyAttrs (apache#8353) commit b71b837 Author: Matthew Brookhart <mbrookhart@octoml.ai> Date: Sun Jun 27 02:00:32 2021 -0600 Remove an extra print from the relay astext tests (apache#8342)
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Sep 29, 2021
zxy844288792
pushed a commit
to zxy844288792/tvm
that referenced
this pull request
Mar 4, 2022
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.
The cyclomatic complexity is too high