CUDA Compute Capability

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

Charles Bennett

  • Posts: 7674
  • Joined: Sat Nov 05, 2016 11:55 am
  • Location: United Kingdom

CUDA Compute Capability

PostThu Sep 17, 2020 10:23 am

With the latest version of Resolve requiring nVidia GPUs to have a minimum Compute Capability of 5 (instead of 3) for CUDA 11, you can check your GPU here.

https://developer.nvidia.com/cuda-gpus

UPDATE. My Error It should say 3.5 NOT 5.
Last edited by Charles Bennett on Fri Sep 18, 2020 3:33 pm, edited 2 times in total.
Resolve Studio 20.0 B4 build 48
Dell XPS 8700 i7-4790, 24GB RAM, 2 x Evo SSDs, GTX1060/6GB (572.16 Studio Driver), Win10 Home, Speed Editor, Faderport 1, Calibrated Eizo ColorEdge CS230 + BenQ & Samsung monitors for UI, Canon C100mk2, Zoom H2n.
Offline

Dieter Scheel

  • Posts: 258
  • Joined: Tue Feb 14, 2017 11:15 am
  • Location: Germany

Re: CUDA Compute Capability

PostThu Sep 17, 2020 10:57 am

I am using the latest and greatest from Nvidia (see signature) which worked perfectly until today - I updated to 16.2.7 and got a CUDA error message. Not funny :o

And no, there is no new driver available.

Edit:

There is no new official driver available for Ubuntu/Linux Mint etc. but there is a new driver 450.x in the pipeline, hopefully with CUDA 11 support.
Attachments
nocuda.jpg
nocuda.jpg (21.81 KiB) Viewed 7147 times
Resolve Studio 19.1.4 | Linux Mint 22.1 'Xia' | 32 GB | i7 | Nvidia RTX2080 8 GB (570.124.04) | 2.5 TB SSD | 48 TB NAS
Offline

Seth Goldin

  • Posts: 668
  • Joined: Wed Nov 04, 2015 7:43 pm

Re: CUDA Compute Capability

PostThu Sep 17, 2020 12:42 pm

Dieter, 450.66 has been available for Linux since August, and supports CUDA 11.0.


Sent from my iPhone using Tapatalk
https://www.sethgoldin.com
Offline

AquaMorph

  • Posts: 10
  • Joined: Mon Jun 03, 2019 3:20 pm
  • Real Name: Christian Colglazier

Re: CUDA Compute Capability

PostThu Sep 17, 2020 12:57 pm

Seth Goldin wrote:Dieter, 450.66 has been available for Linux since August, and supports CUDA 11.0.


I am running that driver and I am getting the same error.
Offline

Seth Goldin

  • Posts: 668
  • Joined: Wed Nov 04, 2015 7:43 pm

Re: CUDA Compute Capability

PostThu Sep 17, 2020 12:59 pm

AquaMorph wrote:
Seth Goldin wrote:Dieter, 450.66 has been available for Linux since August, and supports CUDA 11.0.


I am running that driver and I am getting the same error.
Are you on CentOS 7?


Sent from my iPhone using Tapatalk
https://www.sethgoldin.com
Offline

AquaMorph

  • Posts: 10
  • Joined: Mon Jun 03, 2019 3:20 pm
  • Real Name: Christian Colglazier

Re: CUDA Compute Capability

PostThu Sep 17, 2020 1:05 pm

Seth Goldin wrote:
AquaMorph wrote:
Seth Goldin wrote:Dieter, 450.66 has been available for Linux since August, and supports CUDA 11.0.


I am running that driver and I am getting the same error.
Are you on CentOS 7?


I am running Fedora 32
Offline

Seth Goldin

  • Posts: 668
  • Joined: Wed Nov 04, 2015 7:43 pm

Re: CUDA Compute Capability

PostThu Sep 17, 2020 1:17 pm

I will test on CentOS 7.8 this week.


Sent from my iPhone using Tapatalk
https://www.sethgoldin.com
Offline

Dieter Scheel

  • Posts: 258
  • Joined: Tue Feb 14, 2017 11:15 am
  • Location: Germany

Re: CUDA Compute Capability

PostThu Sep 17, 2020 2:16 pm

Seth, it doesn't show up in my driver list. I guess I'll have to add the driver PPA to get the latest
Attachments
drivers.jpg
drivers.jpg (88.22 KiB) Viewed 7009 times
Resolve Studio 19.1.4 | Linux Mint 22.1 'Xia' | 32 GB | i7 | Nvidia RTX2080 8 GB (570.124.04) | 2.5 TB SSD | 48 TB NAS
Offline

kobayashi

  • Posts: 111
  • Joined: Mon May 27, 2019 4:27 pm
  • Real Name: Alessandro Zanoboni

Re: CUDA Compute Capability

PostThu Sep 17, 2020 3:14 pm

Yes Dieter, you'll have to add the graphic driver ppa to have the option to install 450.66
You can check the CUDA version by running nvidia-smi in the terminal.
Quickly tested 16.2.7 on my ubuntu 20.04 system with 450.66 and all seems fine.
Offline

AquaMorph

  • Posts: 10
  • Joined: Mon Jun 03, 2019 3:20 pm
  • Real Name: Christian Colglazier

Re: CUDA Compute Capability

PostThu Sep 17, 2020 3:28 pm

kobayashi wrote:Yes Dieter, you'll have to add the graphic driver ppa to have the option to install 450.66
You can check the CUDA version by running nvidia-smi in the terminal.
Quickly tested 16.2.7 on my ubuntu 20.04 system with 450.66 and all seems fine.


That's strange I ran it on my system and it does have CUDA 11 but Resolve doesn't detect the card as compatible which is a GTX 1080 Ti.

Code: Select all
nvidia-smi
Thu Sep 17 11:24:16 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.66       Driver Version: 450.66       CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
Offline

kobayashi

  • Posts: 111
  • Joined: Mon May 27, 2019 4:27 pm
  • Real Name: Alessandro Zanoboni

Re: CUDA Compute Capability

PostThu Sep 17, 2020 3:47 pm

That's strange,
other programs that need CUDA are working for you? e.g Blender?
maybe some package/lib is missing?
Unforntunately I'm only familiar with debian based distro and cannot be of any real help.
Offline

AquaMorph

  • Posts: 10
  • Joined: Mon Jun 03, 2019 3:20 pm
  • Real Name: Christian Colglazier

Re: CUDA Compute Capability

PostThu Sep 17, 2020 4:55 pm

kobayashi wrote:That's strange,
other programs that need CUDA are working for you? e.g Blender?
maybe some package/lib is missing?
Unforntunately I'm only familiar with debian based distro and cannot be of any real help.


That's a good idea. I didn't see the card when I looked for it with Blender either. I decided to try reinstalling the NVidia driver and that seems to have fixed the issue. Kind of strange that it worked but maybe when I did a kernel update not everything was installed properly with dkms.
Offline

Dieter Scheel

  • Posts: 258
  • Joined: Tue Feb 14, 2017 11:15 am
  • Location: Germany

Re: CUDA Compute Capability

PostThu Sep 17, 2020 7:04 pm

Okidoki, I updated to 450.66, all works fine. I really dislike to update my GPU driver more often than I have to since it's a core component (not only for Resolve) of my stable-as-a-rock system :D

Anyway, thanks for the neccessary kick in the butt.
Resolve Studio 19.1.4 | Linux Mint 22.1 'Xia' | 32 GB | i7 | Nvidia RTX2080 8 GB (570.124.04) | 2.5 TB SSD | 48 TB NAS
Offline

Seth Goldin

  • Posts: 668
  • Joined: Wed Nov 04, 2015 7:43 pm

Re: CUDA Compute Capability

PostThu Sep 17, 2020 8:44 pm

16.2.7 Studio running fine on CentOS 7.8 with ELRepo's 450.66. UI feels a little bit snappier, too!
https://www.sethgoldin.com
Offline

Seth Goldin

  • Posts: 668
  • Joined: Wed Nov 04, 2015 7:43 pm

Re: CUDA Compute Capability

PostThu Sep 17, 2020 9:15 pm

16.2.7 Studio also running great on CentOS 8.2 with ELRepo's 450.66. Be advised though that you'll need the selinux-policy-3.14.3-41.el8_2.6 package, which has been out for a couple weeks on RHEL 8.2 but I literally only got in the last hour or so on CentOS 8.2.

I suggest that you clear your dnf cache with:
Code: Select all
$ sudo dnf clean all

Then update to get selinux-policy-3.14.3-41.el8_2.6:
Code: Select all
$ sudo dnf update


If for some reason you're delayed on getting that package and are stuck with selinux-policy-3.14.3-41.el8_2.5, you'll need to roll your own SELinux module or GDM will crash when you try to boot: https://elrepo.org/bugs/view.php?id=1022
https://www.sethgoldin.com
Offline

Capgains

  • Posts: 2
  • Joined: Sun May 19, 2019 5:52 am
  • Real Name: Dan Gellner

Re: CUDA Compute Capability

PostThu Sep 17, 2020 10:27 pm

I am running Win 10, and am getting that same CUDA message trying to launch since the update. I have the RTX 2060. What do I need to do now?
Offline

Michael_Andreas

  • Posts: 1673
  • Joined: Sat Jan 05, 2019 9:40 pm
  • Real Name: Michael Andreas

Re: CUDA Compute Capability

PostFri Sep 18, 2020 3:12 am

Update your NVIDIA driver to the latest "studio" version. See my sig.
_________________________________________________
DR Studio 17.4.1 Win10Pro 21H1/19043.1320 - i7-6700K@4GHz, 32GB RAM
RTX 2070 8GB, "Studio" driver 472.39
OS,Library: 1TB SSD - Project: 1TB SSD - Cache: 1TB NVMe
Offline
User avatar

iannicholson

  • Posts: 34
  • Joined: Thu Feb 15, 2018 1:26 am
  • Location: Sydney, Australia.
  • Real Name: Ian Nicholson

Re: CUDA Compute Capability

PostFri Sep 18, 2020 3:19 am

This is crappy - I feel like I'm being punished for having an older card at a time when the cost of an upgrade is difficult. There's a pandemic and work has dried up!!

Now, changing from CUDA to Open CL, it takes 2.5x longer to render my videos.

Not happy!
Offline

Michael_Andreas

  • Posts: 1673
  • Joined: Sat Jan 05, 2019 9:40 pm
  • Real Name: Michael Andreas

Re: CUDA Compute Capability

PostFri Sep 18, 2020 4:08 am

You do have the option of stepping back to 16.2.6
_________________________________________________
DR Studio 17.4.1 Win10Pro 21H1/19043.1320 - i7-6700K@4GHz, 32GB RAM
RTX 2070 8GB, "Studio" driver 472.39
OS,Library: 1TB SSD - Project: 1TB SSD - Cache: 1TB NVMe
Offline

Capgains

  • Posts: 2
  • Joined: Sun May 19, 2019 5:52 am
  • Real Name: Dan Gellner

Re: CUDA Compute Capability

PostFri Sep 18, 2020 4:11 am

Michael_Andreas wrote:Update your NVIDIA driver to the latest "studio" version. See my sig.
Got it... Thanks.... Holy cow... Software update and firmware update in the same day. Sheesh. And yes CUDA is back.

Sent from my SM-G975U using Tapatalk
Offline
User avatar

Dwaine Maggart

Blackmagic Design

  • Posts: 13088
  • Joined: Wed Aug 22, 2012 2:53 pm

Re: CUDA Compute Capability

PostFri Sep 18, 2020 6:58 am

@Charles: The NVIDIA docs indicate that CUDA 11 has minimum CUDA Compute Capability 3.5 support, not 5 as you've stated. Wondering where you got that info from?
Dwaine Maggart
Blackmagic Design DaVinci Support
Offline
User avatar

Charles Bennett

  • Posts: 7674
  • Joined: Sat Nov 05, 2016 11:55 am
  • Location: United Kingdom

Re: CUDA Compute Capability

PostFri Sep 18, 2020 8:06 am

Dwaine, you are right, of course. Probably a mis-read on my part. :oops:
Resolve Studio 20.0 B4 build 48
Dell XPS 8700 i7-4790, 24GB RAM, 2 x Evo SSDs, GTX1060/6GB (572.16 Studio Driver), Win10 Home, Speed Editor, Faderport 1, Calibrated Eizo ColorEdge CS230 + BenQ & Samsung monitors for UI, Canon C100mk2, Zoom H2n.
Offline

Jerome Raim

  • Posts: 141
  • Joined: Thu May 14, 2015 10:55 pm

Re: CUDA Compute Capability

PostMon Nov 02, 2020 8:27 pm

If there's a GPU for display only, does it need min 3.5 compatibility as well?

Return to DaVinci Resolve

Who is online

Users browsing this forum: Google [Bot], Jack Takashi, MrSuper, Shrinivas Ramani, Stephen Swaney, vaspera and 418 guests