-
Notifications
You must be signed in to change notification settings - Fork 768
[SYCL][CUDA][HIP][libclc] Rename libclc NonUniform binops to KHR extensions #6279
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
[SYCL][CUDA][HIP][libclc] Rename libclc NonUniform binops to KHR extensions #6279
Conversation
…nsions intel#5705 changed the use of NonUniform group binary operators to the KHR extension operators. These changes rename the implementation of these in libclc for both amdgcn and PTX to the new naming. Signed-off-by: Larsen, Steffen <[email protected]>
LGTM I've just noticed that in both files |
Signed-off-by: Larsen, Steffen <[email protected]>
893b592
I am not actually sure why this distinction is here, as the logical operators use the same name for subgroup collectives. I don't mind changing it, though I wonder if there is a reason for the different approach. |
Signed-off-by: Larsen, Steffen <[email protected]>
Yes I don't know either, I don't see a reason for it being different. |
#5705 changed the use of NonUniform group binary operators to the KHR extension operators. These changes rename the implementation of these in libclc for both amdgcn and PTX to the new naming.