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]: assert_rt_wrap causes ptxas linking error #2752

Open
1 task done
Artem-B opened this issue Nov 8, 2024 · 0 comments
Open
1 task done

[BUG]: assert_rt_wrap causes ptxas linking error #2752

Artem-B opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working right.

Comments

@Artem-B
Copy link
Contributor

Artem-B commented Nov 8, 2024

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.

printf("assert: %s %s %d\n", cudaGetErrorString(code), file, line);

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

@Artem-B Artem-B added the bug Something isn't working right. label Nov 8, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 8, 2024
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
Status: Todo
Development

No branches or pull requests

1 participant