COO intersection primitives: performance improvement#92976
COO intersection primitives: performance improvement#92976nikitaved wants to merge 58 commits intogh/nikitaved/16/basefrom
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/92976
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2b4760a: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. [ghstack-poisoned]
|
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -c ghfirst -m "Need to revert this so I can revert #94048 cleanly" |
1 similar comment
|
@pytorchbot revert -c ghfirst -m "Need to revert this so I can revert #94048 cleanly" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@nikitaved your PR has been successfully reverted. |
This reverts commit b033594. Reverted #92976 on behalf of https://github.com/seemethere due to Need to revert this so I can revert #94048 cleanly
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. Pull Request resolved: pytorch/pytorch#92976 Approved by: https://github.com/cpuhrsch, https://github.com/pearu
This reverts commit b033594. Reverted pytorch/pytorch#92976 on behalf of https://github.com/seemethere due to Need to revert this so I can revert pytorch/pytorch#94048 cleanly
This PR improves COO intersection primitives by: * making it sync-less (dims <= 8, can be changed to any value that fits stack). * improving performance with much less kernel calls. Pull Request resolved: pytorch/pytorch#92976 Approved by: https://github.com/cpuhrsch, https://github.com/pearu
This reverts commit b033594. Reverted pytorch/pytorch#92976 on behalf of https://github.com/seemethere due to Need to revert this so I can revert pytorch/pytorch#94048 cleanly
…#92976)" This reverts commit b033594. Reverted pytorch#92976 on behalf of https://github.com/seemethere due to Need to revert this so I can revert pytorch#94048 cleanly
Stack from ghstack (oldest at bottom):
This PR improves COO intersection primitives by: