Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is There A Way To Upgrade to OpenCL 2.0?

Tags:

opencl

There is a feature in OpenCL 2.0 that I would like to use.

I dual boot Ubuntu and Mac OS (Graphics: GTX 670 + HD Graphics 4600). Is it possible to install OpenCL 2.0?

This may be a dumb question - from what I have read, it seems like 2.0-compatible drivers may not be written yet? And also possibly my hardware will not support the new spec?

Basically, when will OpenCL 2.0 be easy/available?

like image 400
benshope Avatar asked Dec 19 '22 21:12

benshope


2 Answers

You mentioned you have an NVidia GTX 670; you should note that NVidia's drivers only support OpenCL 1.1, not 1.2.

NVidia have(*) refrained over the past several years from updating their drivers to support the newer OpenCL standard, even though the hardware obviously supports it and CUDA has all the relevant functionality... so don't expect 2.0 to happen so soon on your hardware.

(*) - Due to being Evil™.

like image 77
einpoklum Avatar answered Apr 06 '23 18:04

einpoklum


There are no OpenCL 2.0 drivers yet. The specification just became final yesterday. I don't believe any public statements have been made yet about when drivers will become available, and for what hardware. You'll have to wait for whatever fun new feature you wanted. Better yet, let your favorite vendors know that you'd like them to support OpenCL 2.0!

like image 34
Dithermaster Avatar answered Apr 06 '23 18:04

Dithermaster