[BUG]: In cuda.cooperative linking the same algorithm twice leads to multiple definitions #3909
Open
1 task done
Labels
bug
Something isn't working right.
cuda.cooperative
For all items related to the cuda.cooperative Python module
Is this a duplicate?
Type of Bug
Compile-time Error
Component
cuda.cooperative (Python)
Describe the bug
If you link the same instantiation of an algorithm twice in a kernel, you'll get multiple definition errors at JIT compilation time.
This is going to be a problem when people are using multiple libraries/components built with cuda.cooperative, especially when linking is implicit in the future.
We need to do some sort of de-duplication.
How to Reproduce
Expected behavior
N/A
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: