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

cuda namespace collides with libcu++ #960

Closed
jdwapman opened this issue May 18, 2022 · 1 comment
Closed

cuda namespace collides with libcu++ #960

jdwapman opened this issue May 18, 2022 · 1 comment

Comments

@jdwapman
Copy link
Contributor

Describe the bug
PR gunrock/essentials#134 fixed some issues with Nvidia's cuda namespace colliding with gunrock's cuda namespace. However, changes in CUDA 11.7 add more conflicts. This does not seem sustainable and I therefore propose renaming gunrock's cuda namespace to something more unique. This may also apply to libraries such as libcu++.

To Reproduce
Use a cooperative groups function such as cg::reduce within an Essentials kernel.

Expected behavior
Code compiles with no issues

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Linux/Windows (e.g. run lsb_release -a for Linux): Ubuntu 22.04 LTS
  • NVIDIA Driver, CUDA version: Driver 515.43.04, CUDA 11.7
  • GCC/G++ version: 11.2.0

Additional context
Add any other context about the problem here.

This issue was closed.
This issue is being transferred. Timeline may not be complete until it finishes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant