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
The CUDA version still requires the OpenCL ICD to build and run against (an issue in it's own right). If there is then a valid OpenCL platform available at runtime, a runtime error is thrown on device selection.
One unacceptable workaround is this, but it means we then can't run any OpenCL code on that system.
The CUDA version still requires the OpenCL ICD to build and run against (an issue in it's own right). If there is then a valid OpenCL platform available at runtime, a runtime error is thrown on device selection.
One unacceptable workaround is this, but it means we then can't run any OpenCL code on that system.
We're running CentOS 7.6, CUDA 10.1, and building with GCC 8.3.0.
The text was updated successfully, but these errors were encountered: