Skip to content
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

EC/CUDA: fix build with 12.2 and older arch #847

Merged

Conversation

Sergei-Lebedev
Copy link
Contributor

What

half datatype binary operators are not supported by cuda arch below 5.3 hence UCC does it in 3 steps: convert half to float, do float operation, convert float back to half. Since CUDA 12.2 this was added as part of standard distribution which breaks compilation. This PR adds relevant fix for it

@Sergei-Lebedev Sergei-Lebedev merged commit 9d716eb into openucx:master Sep 26, 2023
8 of 9 checks passed
@Sergei-Lebedev Sergei-Lebedev deleted the topic/fix_build_cuda12_2_half branch September 26, 2023 06:42
nsarka pushed a commit to nsarka/ucc that referenced this pull request Oct 24, 2023
nsarka pushed a commit to nsarka/ucc that referenced this pull request Oct 24, 2023
janjust pushed a commit to janjust/ucc that referenced this pull request Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants