In conda-forge, some packages are available with GPU support. These packages not only take significantly longer to compile and build, but they also result in rather large binaries that users download. As an effort to maximize accessibility to users with lower connection and/or storage bandwidth, there is an ongoing effort to limit installing packages compiled for GPU use unnecessarily on CPU machines by default. This is accomplished by adding a run dependency, `__cuda`, that detects if the local machine has a GPU. However, this introduces challenges to people who may prefer to still download and use `-gpu` packages even on a non-GPU machine. For example, login nodes on HPCs often do not have GPUs and the compute counterparts with GPUs often do not have internet access. In this case, the user can still override the default settings via the environemnt variable `CONDA_CUDA_OVERRIDE`. At the time of writing (February 2022), our conclusion is this safe default behavior is best for most of conda-forge users, with an easy override option available. Please let us know if you have thoughts on this.
0 commit comments