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

[BUG]: ICC support is broken by linkage visibility fixes #1151

Closed
1 task done
gevtushenko opened this issue Nov 27, 2023 · 0 comments · Fixed by #1152
Closed
1 task done

[BUG]: ICC support is broken by linkage visibility fixes #1151

gevtushenko opened this issue Nov 27, 2023 · 0 comments · Fixed by #1152
Assignees
Labels
bug Something isn't working right.

Comments

@gevtushenko
Copy link
Collaborator

gevtushenko commented Nov 27, 2023

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

#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

Expected behavior

Successful build

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@gevtushenko gevtushenko added the bug Something isn't working right. label Nov 27, 2023
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 27, 2023
@gevtushenko gevtushenko self-assigned this Nov 27, 2023
@gevtushenko gevtushenko moved this from Todo to In Progress in CCCL Nov 27, 2023
@gevtushenko gevtushenko mentioned this issue Nov 27, 2023
2 tasks
@cccl-authenticator-app cccl-authenticator-app bot moved this from In Progress to In Review in CCCL Nov 27, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant