Closed tashrifbillah closed 3 years ago
These checks are not sufficient to determine if eddy_cuda can be used. We should add the following to them:
eddy_cuda
import GPUtil DEVICE_ID_LIST = GPUtil.getFirstAvailable() DEVICE_ID = DEVICE_ID_LIST[0]
The idea is inspired by this, however, imposes a new package requirement--GPUtil.
GPUtil
cc @sbouix
These checks are not sufficient to determine if
eddy_cuda
can be used. We should add the following to them:The idea is inspired by this, however, imposes a new package requirement--
GPUtil
.cc @sbouix