-
Notifications
You must be signed in to change notification settings - Fork 60
Create separate CircularBufferInserter for WarpSpecialized and Pipeline #4280
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
Conversation
Review updated until commit 3a7c520 Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
!test |
b98b398
to
56ad42b
Compare
e83815f
to
b71967d
Compare
56ad42b
to
ac56adb
Compare
!test |
b71967d
to
6389406
Compare
ac56adb
to
d050e74
Compare
!build |
This PR separates
CircularBufferInserter
into two variants:WarpSpecializedCircularBufferInserter
andPipelineCircularBufferInserter
. Stacked on: #4275This refactor is a foundation for more complex changes required for supporting
blackwell
andping-pong
.Further enhancements are not planned for pipeline circular buffering.