NatronGitHub/Natron

Feature Request: Full GPU (CUDA) support

Opened this issue · 7 comments

From @ElDirector on April 10, 2018 22:52

I have a 980Ti that I would like to be able to use to do some heavy lifting and processing. Is GPU support like that on the horizon? Currently Natron only sees my dual D700's on the Mac here at work (which are practically useless)

Copied from original issue: MrKepzie/Natron#1760


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

On which OS?
Is the 980Ti your main GPU (the one you use for your display)? Or is it a secondary card? This is probably an easy issue to fix, because places in Natron where the OpenGL context is created are easy to find.

From @ElDirector on April 17, 2018 18:38

It's only used for rendering and processing. No displays are hooked up to it. OSX Sierra.

From @ElDirector on April 17, 2018 18:38

Accidentally hit close and comment.... Sorry

I don't have a mac pro with 2 graphics cards. can you please tell me if "OpenGL Extensions Viewer" (free, Mac App Store) shows your card as one of the "Renderers"?

From @ElDirector on April 17, 2018 22:54

It only shows one of the D700's or Apple software renderer.

That means we cannot access it through OpenGL, but only cuda, and Natron does not yet support cuda

From @ElDirector on April 17, 2018 23:16

Good to know. Thanks!