-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove _NODISCARD_FRIEND
workaround
#4782
Conversation
Thanks for doing the archaeology to figure out exactly when this workaround became unnecessary! 😻 This change is super safe because we began requiring CUDA 11.6.0 with #2791 in VS 2022 17.4, two years ago. |
_NODISCARD_FRIEND
workaround
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.
This mirrors what we are doing in cccl
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for cleaning up this old workaround! 🧹 🪄 😻 |
Fixes #4104
I believe the workaround is not needed since CUDA 11.3.0: https://gcc.godbolt.org/z/bPh1av5f9
I used this version Cuda 12.4.0: https://developer.download.nvidia.com/compute/cuda/12.4.0/network_installers/cuda_12.4.0_windows_network.exe