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
Dask-CUDA has a minimal use of numba.cuda, primarily to ensure CUDA context and create CUDA memory allocations when RMM isn't available. I think it's possible to replace it all with cudart to reduce the amount of dependencies.