cupy/numba default to doing everything on the first GPU. This results in one GPU being overwhelmed and the other left idle. Cupy can be told to use a different GPU with `cp.cuda.Device(1).use()` add something to the notes about this
cupy/numba default to doing everything on the first GPU. This results in one GPU being overwhelmed and the other left idle.
Cupy can be told to use a different GPU with
cp.cuda.Device(1).use()add something to the notes about this