You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue was closed.
This issue is being transferred. Timeline may not be complete until it finishes.
Describe the bug
PR gunrock/essentials#134 fixed some issues with Nvidia's
cuda
namespace colliding with gunrock'scuda
namespace. However, changes in CUDA 11.7 add more conflicts. This does not seem sustainable and I therefore propose renaming gunrock'scuda
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):
lsb_release -a
for Linux): Ubuntu 22.04 LTSAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: