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
At the moment, this runner will only work with NVIDIA GPUs: It requires the CUDA toolkit and driver, and will expect NVIDIA/CUDA's OpenCL library.
We should, instead, make it CMake-configurable, buildable and usable with only AMD hardware. At first, we can continue to require the presence of the CUDA Toolkit, but we also need to provide support for AMD's OpenCL driver/library/stack, in particularl when both are available on the system. Later we might consider allowing builds without CUDA altogether.
The text was updated successfully, but these errors were encountered:
At the moment, this runner will only work with NVIDIA GPUs: It requires the CUDA toolkit and driver, and will expect NVIDIA/CUDA's OpenCL library.
We should, instead, make it CMake-configurable, buildable and usable with only AMD hardware. At first, we can continue to require the presence of the CUDA Toolkit, but we also need to provide support for AMD's OpenCL driver/library/stack, in particularl when both are available on the system. Later we might consider allowing builds without CUDA altogether.
The text was updated successfully, but these errors were encountered: