So I’m trying to setup OpenCL on my machine.
First I installed the CUDA Toolkit: sudo pacman -S cuda.
This prompted me to install opencl-nvidia which has several options for different drivers, I picked the 455 option (which I’m running).
After that I installed ocd-icd and opencl-headers.
Running ls /etc/OpenCL/vendors/ gives me nvidia.icd but running clinfo returns Number of platforms 0.
Thanks in advance
