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

Enable __builtin_bit_cast for CUDA #3066

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

StephanTLavavej
Copy link
Member

NVIDIA informed us of some great news: __builtin_bit_cast has been supported since CUDA 11.3 in all Standard modes. Our minimum supported and tested version is CUDA 11.6 (since #2791), so we can fully remove our memcpy workaround.

Fixes internal VSO-1601623 / AB#1601623 . High priority as this blocks NVIDIA.

@StephanTLavavej StephanTLavavej added bug Something isn't working high priority Important! labels Aug 31, 2022
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner August 31, 2022 20:47
@StephanTLavavej StephanTLavavej self-assigned this Aug 31, 2022
@StephanTLavavej
Copy link
Member Author

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit af8adfa into microsoft:main Sep 1, 2022
@StephanTLavavej StephanTLavavej deleted the cuda-bit-cast branch September 1, 2022 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority Important!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants