-
Notifications
You must be signed in to change notification settings - Fork 49
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
GPU Gen Reorganize #1637
GPU Gen Reorganize #1637
Conversation
8b8d0f1
to
5cea011
Compare
cca3065
to
d4c0532
Compare
It'd probably be nice to migrate these changes to SYCL, but given lack of easy testing access that could be a separate PR. |
Yeah, these changes are really easy to get wrong so I'd want to add them to SYCL separately |
d52d3f8
to
744a73c
Compare
744a73c
to
dddbd88
Compare
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.
Really not familiar with the original code, but nothing looks egregious.
If you want to take a swing at the SYCL backend, I'll be happy to test it for you. Should really look into setting up the ALCF CI. |
My plan is to do SYCL in a follow-up since that will require more work |
Starting to reorganize GPU Gen JiT string creation so we can more easily enable non-tensor and AtPoints.
This isn't the final form that will enable non-tensor and AtPoints, but this reorganization gives me a good starting point to move forward from.
Plan is squash+merge.