[BUG]: cuda.cooperative passes string dtype parameters through to C++ #3912
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
Describe the bug
If you pass a string as dtype to cuda.cooperative things, it passes the string through to the C++ code. Is this intended?
At the very least, we shouldn't just pass through for builtin Numba/Numpy dtypes. We should make
dtype="int32"
work as it does in NumPy, not fail horribly as it does today.How to Reproduce
Today this leads to:
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: