mmostajab
mmostajab

Reputation: 2037

OpenCL 2.0 on nVIDIA Graphics cards

I want to use OpenCL 2.0 because it benefit from very nice features like Creating Sub Devices, or Shared Virtual Memory but my OpenCL header files which are coming out with nvidia cuda does not have the opencl 2.0 functions. Is there any way to use OpenCL 2.0 on my nvidia gpus?

Upvotes: 6

Views: 5635

Answers (2)

Mykyta Kozlov
Mykyta Kozlov

Reputation: 431

In the 378.66 drivers NVIDIA claims limited support of OpenCL 2.0 for evaluation purposes. Look at page 10 of release notes http://us.download.nvidia.com/Windows/378.66/378.66-win10-win8-win7-desktop-release-notes.pdf

Upvotes: 8

jprice
jprice

Reputation: 9925

Unfortunately not - NVIDIA does not currently support OpenCL 2.0, and they have not yet given any timeframe for doing so.

Upvotes: 3

Related Questions