Aref Automatic Warp Specialization [AutoWS] Implementation #6689
+12,093
−172
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.
Context: In addition to AutoWS implementations in the
release/*
andmain
branches, we (see list of contributors below) have been working on our own implementation of AutoWS usingaref
abstractions, and we would like to share this with the community in a separate brancharef_auto_ws
.Goal: We’re sharing this implementation to facilitate discussion on what abstractions are helpful for automatic warp specialization. We will continue improving this branch to prove out the performance, ergonomics and flexibility for complex workloads that the abstractions here enable.
Simultaneously, we plan to (and have been) taking portions of this branch and porting them into
main
inthird_party/nvidia
as they mature and prove their utility on various workloads.Note: This pull request is primarily for information and visibility, but feedback is appreciated and will be considered as we continue development on this branch.
Contributors to this implementation:
@3gx, @acollins3, @binarybana, @BinFan, @chhzh123, @CliveUnger, @csullivan, @masahi, @mbrookhart, @vinodgro