Could not find Nvidia OpenCL SDK

I am trying to find the Nvidia OpenCL SDK. No luck, so travel.

I'm starting to give up, so I ask here if someone can highlight the problem.

+6
source share
3 answers

I believe that you need to download and install the CUDA toolkit (which does not mention OpenCL at all) at https://developer.nvidia.com/cuda-downloads p>

+4
source

The NVIDIA OpenCL header files are located in: C: \ Program Files (x86) \ NVIDIA GPU Computing Toolkit \ CUDA \ v5.5 \ include \ CL

+3
source

just experimented a bit: linux ... at first - only one platform is a good idea, so it's better to check

/etc/OpenCL/vendors 

and remove intel and amd ... * icd

 CFLAGS=-I/usr/local/cuda/include make # worked 

from old notes:

OCL examples for your convenience

 yum -y install gcc libXmu-devel 
+1
source

Source: https://habr.com/ru/post/953791/


All Articles