OpenCL not working with NVidia 465+

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

Ronan Le Meillat

  • Posts: 61
  • Joined: Wed Apr 12, 2017 4:40 am

OpenCL not working with NVidia 465+

PostFri May 21, 2021 7:18 pm

Hi,
I continue my development tests and I discovered that OpenCL does not work with Resolve 17.2 studio Windows GTX2070 (drivers 466.47) nor on Linux GTX2060 drivers 465), nor on Linux with a Quadro K1100M.
C4657CBF-90BD-48BB-AB12-10272DC56E95.png
C4657CBF-90BD-48BB-AB12-10272DC56E95.png (15.03 KiB) Viewed 941 times
Offline

Ronan Le Meillat

  • Posts: 61
  • Joined: Wed Apr 12, 2017 4:40 am

Re: OpenCL not working with NVidia 465+

PostSat May 22, 2021 6:25 am

But it works perfectly with NVidia 452.57 and a GTX1660Ti
452.57.png
452.57.png (45.99 KiB) Viewed 680 times
Offline
User avatar

Uli Plank

  • Posts: 25477
  • Joined: Fri Feb 08, 2013 2:48 am
  • Location: Germany and Indonesia

Re: OpenCL not working with NVidia 465+

PostSat May 22, 2021 7:15 am

Oldies but goldies ;-)
My disaster protection: export a .drp file to a physically separated storage regularly.
Please visit digitalproduction.com/author/uliplank/

Studio 19.1.3
2017 iMac, MacOS 13.7.4, eGPU
MacBook M1 Pro and M4 Pro mini, MacOS 14.7.5
SE, USM G3
Offline

Ronan Le Meillat

  • Posts: 61
  • Joined: Wed Apr 12, 2017 4:40 am

Re: OpenCL not working with NVidia 465+

PostSat May 22, 2021 7:20 am

Uli Plank wrote:Oldies but goldies ;-)

:lol:
Offline

Ronan Le Meillat

  • Posts: 61
  • Joined: Wed Apr 12, 2017 4:40 am

Re: OpenCL not working with NVidia 465+

PostSat May 22, 2021 12:24 pm

Perhaps an explaination:
I wrote this short code
Code: Select all
#include <CL/cl2.hpp>
#include <iostream>

int main (int argc, char *argv[]) {
std::vector<cl::Platform> platforms;
std::string               str;

cl::Platform::get(&platforms);
platforms[0].getInfo(CL_PLATFORM_VERSION, &str);
std::cout <<  str << std::endl;
}

With driver version 450.119.04 it gives
OpenCL 1.2 CUDA 11.0.228
But with drivers version 465.19.01
OpenCL 3.0 CUDA 11.3.55

So NVidia changes the default API layer...

Return to DaVinci Resolve

Who is online

Users browsing this forum: Dave Shortman, David E King, Google [Bot], Håkan Mitts, Johannes Hoffmann, panos_mts, shebbe and 306 guests