Prácticas recomendadas
OpenCL
30/07/202656223 vistas
If your program uses OpenCL and does not function properly after installing OpenCL, follow these steps: First, check whether the nvidia-opencl shared library is present:
ldconfig -p | grep nvidia-opencl
If there is output, the system is functioning properly (if there is no output, there is an issue with the system environment; please contact customer service), then execute the following commands:
mkdir -p /etc/OpenCL/vendors
echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd
Finally, check once more to see if OpenCL is working properly. If it still does not work, please contact customer service.
