forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable transpose scheduler #1927
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e84fff8
Enable transpose scheduler
zasdfgbnm bb8cef1
add lower index resolution
shmsong 66765a7
Merge remote-tracking branch 'origin/devel' into local_index_expr
shmsong 7992309
add repro
shmsong e9d09fe
clear GPU memory after test
shmsong f406e23
cleanup and comment
shmsong abe1f6d
fix
zasdfgbnm bcc6f6c
fix
zasdfgbnm 63e3e76
Allow splitting inner-most ID to create virtual innermost ID
zasdfgbnm 5a423a0
remove obselete comment
zasdfgbnm 0b30aa1
Merge branch 'local_index_expr' of github.com:csarofeen/pytorch into …
zasdfgbnm 8bfaa28
Merge branch 'transpose-split-inner' into enable-transpose-scheduler
zasdfgbnm 217eb96
Merge branch 'devel' of github.com:csarofeen/pytorch into enable-tran…
zasdfgbnm bf956ac
Merge branch 'devel' of github.com:csarofeen/pytorch into transpose-s…
zasdfgbnm b796975
Merge branch 'transpose-split-inner' into enable-transpose-scheduler
zasdfgbnm 10f64f5
Merge branch 'enable-transpose-scheduler' of github.com:csarofeen/pyt…
zasdfgbnm 288b131
Merge branch 'devel' of github.com:csarofeen/pytorch into enable-tran…
zasdfgbnm 5678868
Merge branch 'devel' of github.com:csarofeen/pytorch into transpose-s…
zasdfgbnm 3752e80
Merge branch 'transpose-split-inner' into enable-transpose-scheduler
zasdfgbnm 3157504
Merge branch 'devel' of github.com:csarofeen/pytorch into transpose-s…
zasdfgbnm 090b582
Merge branch 'transpose-split-inner' into enable-transpose-scheduler
zasdfgbnm 27b6893
Merge branch 'devel' of github.com:csarofeen/pytorch into transpose-s…
zasdfgbnm f506e87
Merge branch 'transpose-split-inner' into enable-transpose-scheduler
zasdfgbnm 5f266b3
skip innermost split
zasdfgbnm bd93302
comment
zasdfgbnm 5933f53
cleanup
zasdfgbnm 7c366b7
save
zasdfgbnm 2c4f646
save
zasdfgbnm 6d5a79f
save
zasdfgbnm f9a2d88
no small tile
zasdfgbnm ade4d22
cleanup
zasdfgbnm ba9b01b
tune tile size
zasdfgbnm cddae0b
undo tune
zasdfgbnm 3ce9784
no virt inner if low occupancy
zasdfgbnm 5fb2b58
fix
zasdfgbnm 41483a9
if one full wave can handle all elements, don't create virtual inner …
zasdfgbnm ab0c880
Merge branch 'devel' of github.com:csarofeen/pytorch into enable-tran…
zasdfgbnm 21a7896
reject < 1 wave on runtime
zasdfgbnm f8551d7
cache inner most positions
zasdfgbnm 53690a0
issue id
zasdfgbnm 44f7810
lint
zasdfgbnm 98ceddd
Merge branch 'devel' of github.com:csarofeen/pytorch into enable-tran…
zasdfgbnm ea0d1ff
maybe_tune
zasdfgbnm 5920c62
Revert "maybe_tune"
zasdfgbnm 1427438
reject at pointwise scheduler
zasdfgbnm 27a4db8
fix
zasdfgbnm 0c173fa
fix
zasdfgbnm 911956e
fix fusion input reductions
zasdfgbnm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
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.
moved from below