We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compile-time Error
libcu++
cudaGetErrorString(code) compiled for GPU can't be used due to the unresolved reference to __cudaCDP2GetErrorString.
cudaGetErrorString(code)
__cudaCDP2GetErrorString
cccl/libcudacxx/test/libcudacxx/cuda/annotated_ptr/utils.h
Line 36 in 1708cb3
Reduced example: https://godbolt.org/z/chGnqbvTE
The tests should be compileable.
https://godbolt.org/z/chGnqbvTE
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a duplicate?
Type of Bug
Compile-time Error
Component
libcu++
Describe the bug
cudaGetErrorString(code)
compiled for GPU can't be used due to the unresolved reference to__cudaCDP2GetErrorString
.cccl/libcudacxx/test/libcudacxx/cuda/annotated_ptr/utils.h
Line 36 in 1708cb3
How to Reproduce
Reduced example: https://godbolt.org/z/chGnqbvTE
Expected behavior
The tests should be compileable.
Reproduction link
https://godbolt.org/z/chGnqbvTE
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: