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
[WIP] Playing around with grid persistence. #1779
Merged
naoyam
merged 31 commits into
grid_persistent_normalization
from
grid_persistent_normalization_cs
Jul 11, 2022
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a054b3e
Refactor TransormPropagator to allow specifying a position and propag…
zasdfgbnm 1d3fd15
Revert scheduling changes. Cleanup only.
csarofeen 44b3183
Start drafting grid persistent kernels.
csarofeen ecc7a87
Extend mma dimension and layout checking to support strided batched m…
shmsong d3de227
Fix FusionMaxRootDomainInfoSpanningTreePrintTwice_CUDA (#1781)
zasdfgbnm 86f46aa
Fix div(Val, TensorView) (#1778)
IvanYashchuk 33a824d
Adding sibling path for MaxInfoSpanningTree (#1776)
zasdfgbnm 15488be
Save.
csarofeen 0c82ecf
Disable register reuse across serial broadcast ops (#1787)
shmsong ebf23a5
Fix isIntegralType error msg (#1789)
Sergei-Lebedev fe93bf5
Transform propagator skip replay when possible (#1782)
zasdfgbnm 59f3c32
Output allocate patch (#1790)
jjsjann123 635ebfc
Add SpanningTreePrinter (#1786)
zasdfgbnm 28cbaf9
New compute at interface (#1743)
zasdfgbnm 45f5203
Fix TransformReplay::getMatchedLeafPosWithoutReplay* (#1791)
zasdfgbnm d0d0908
Some further cleanup for the new computeAt interface (#1793)
zasdfgbnm c077085
Use TransformPropagatorWithCheck in many tests (#1795)
zasdfgbnm 3f2c263
validateDomain in TransformPropagator (#1796)
zasdfgbnm 38c7f3c
InlinePropagator please don't replay (#1797)
zasdfgbnm ef04f6c
Coding style cleanups (#1798)
zasdfgbnm 76b3cca
Add parsing support for `_to_copy` to handle AMP casts. (#1756)
kevinstephano f008140
MMA Rfactor support for cross-warp and cross-CTA split on K dimension…
shmsong 8d384da
Indexing refactor stage 2 : Remove reference tensor in predicate inde…
shmsong 5f375d0
More cleanup on InlinePropagator (#1800)
zasdfgbnm 37c579e
Temporarily disable test requring large shared memory. (#1802)
shmsong 025c840
Grouping grid allreduces across iterations (#1755)
naoyam fa4e6a4
Check siblings in getMaxPosAll (#1805)
zasdfgbnm fd4be12
remove dead indexing code (#1806)
shmsong 3ba6a5f
Broadcast in dim with expand (#1794)
jjsjann123 282c429
spam nvrtc options (#1783)
jjsjann123 e594590
Merge branch 'devel' of https://www.github.com/csarofeen/pytorch into…
csarofeen 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
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.
TODO: Remove before considering to merge.