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
CUB
ICC emits a warning about linkage visibility that's treated as error in CUB tests. nvbug 4384826.
#include <cub/cub.cuh> int main() {}
when compiled as:
/usr/local/cuda/bin/nvcc -ccbin=icc main.cu -Xcompiler=-Wall -Xcompiler=-Wextra -I/cccl/cub/ -I/cccl/thrust -I/cccl/libcudacxx/include/
produces
warning #1890: the "__visibility__" attribute can only appear on functions and variables with external linkage
Successful build
No response
The text was updated successfully, but these errors were encountered:
gevtushenko
Successfully merging a pull request may close this issue.
Is this a duplicate?
Type of Bug
Compile-time Error
Component
CUB
Describe the bug
ICC emits a warning about linkage visibility that's treated as error in CUB tests.
nvbug 4384826.
How to Reproduce
when compiled as:
produces
Expected behavior
Successful build
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: