My OpenCL is a higher version then i need
#2
Your CUDA version doesn't match to your driver version.
Read more about compatibility in Table 3. CUDA Application Compatibility Support Matrix
here:
https://docs.nvidia.com/deploy/cuda-comp...index.html
and install matching driver.

How you can do this depends on your Linux distribution, e.g. on Arch Linux to update both (CUDA and NIVIDiA driver) to latest version:
$ sudo pacman -Syu
Reply


Messages In This Thread
RE: My OpenCL is a higher version then i need - by ZerBea - 10-17-2022, 06:51 AM