MrKepzie / Natron

Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
www.natron.fr
GNU General Public License v2.0
1.49k stars 164 forks source link

Feature Request: Full GPU (CUDA) support #1760

Closed ElDirector closed 6 years ago

ElDirector commented 6 years ago

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)

devernay commented 6 years ago

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.

ElDirector commented 6 years ago

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

ElDirector commented 6 years ago

Accidentally hit close and comment.... Sorry

devernay commented 6 years ago

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"?

ElDirector commented 6 years ago

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

devernay commented 6 years ago

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

ElDirector commented 6 years ago

Good to know. Thanks!

devernay commented 6 years ago

This issue was moved to NatronGitHub/Natron#252