[BUG] Direct use of numba.cuda.gpus
lead to error that module numba
has no attribute cuda
#2198
Labels
bug
Something isn't working
Description
After installing
recommenders[gpu]
, doinglen(numba.cuda.gpus)
will lead to the following errorChanging to
from numba import cuda
and thencuda.gpus
will resolve the issue.In which platform does it happen?
Linux Ubuntu 22.04
How do we replicate the issue?
See above.
Expected behavior (i.e. solution)
See above.
Willingness to contribute
Other Comments
The text was updated successfully, but these errors were encountered: