11

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

I am starting to give up so I am asking here in case someone can cast some light on the issue.

Michael
  • 892
  • 2
  • 10
  • 28

3 Answers3

11

I believe you have to download and install the CUDA toolkit (which helpfully makes no mention of OpenCL whatsoever) over at https://developer.nvidia.com/cuda-downloads

James B
  • 333
  • 3
  • 5
  • 2
    Thanks for your reply. I had already downloaded and installed CUDA toolkit. I could not find anything about OpenCL when I looked in the installation folder . I took a second look after reading your comment and came over what I was looking for under . – Michael Sep 13 '13 at 18:17
  • That is not the SDK (at least not on my system). You have to Google the Nvidia OpenCL page as it is not easily accessed from their website. There you can download each example separately. – chippies Sep 14 '13 at 12:50
  • OpenCL samples are available to download individually at https://developer.nvidia.com/opencl. If they won't include them with the CUDA Toolkit, I wish they'd at least allow them all to be downloaded at once. – user2023370 Jan 15 '16 at 11:24
5

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

Dima Railguner
  • 173
  • 5
  • 15
2

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

/etc/OpenCL/vendors

and remove intel and amd ...*icd

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

from older notes:

OCL examples here for your convenience

yum -y install gcc libXmu-devel
rhughes
  • 9,257
  • 11
  • 59
  • 87
test
  • 21
  • 1