• Competitor rules

    Please remember that any mention of competitors, hinting at competitors or offering to provide details of competitors will result in an account suspension. The full rules can be found under the 'Terms and Rules' link in the bottom right corner of your screen. Just don't mention competitors in any way, shape or form and you'll be OK.

Do Photoshop/Illustrator use CUDA?

Associate
Joined
6 Sep 2010
Posts
28
Is there any benefit when using the above programs, to have a cuda enabled card? And if so, which cards currently have this?

...And what exactly is it?!:p
 
CUDA is a method of computing on the GPU (doesn't have to be a graphical/rendering computation) instead of the CPU - this is useful in cases where you can process a lot of data in parallel.

As a poor example if you have a plugin thats manipulating an image and looking up each pixel in an image and applying a filter the GPU can potentially process 100s of pixel in a single clock cycle whereas the CPU can only manage say 4 - granted the CPU is often running several times faster but its still quite a lot slower for this kind of processing. Plugins that can be accelerated via CUDA or another compute language running on a GPU will typically be massively faster at processing complex filters, etc.
 
The standard adobe stuff uses OpenGL rather than CUDA, so a lot of ATi and nVidia cards can use the acceleration.
 
CUDA is only used in Adobe Premiere. Photoshop uses a basic OpenGL implementation and will basically run on a GeForce 2.

Nvidia's marketing department have done a very good job of confusing just about everyone on this, it seems.
 
Photoshop can use CUDA plugins tho.

Open GL is used for hardware accelerated rendering and previewing mostly rather than for compute purposes.
 
CUDA is only used in Adobe Premiere. Photoshop uses a basic OpenGL implementation and will basically run on a GeForce 2.

Nvidia's marketing department have done a very good job of confusing just about everyone on this, it seems.

I'd agree with that, I've seen them plug it as an nVidia feature quite a few times really, when it's definitely not.

This video, while by nVidia, doesn't actually make such claims, they just go through what the GPU acceleration features do in CS5.

 
OK, cheers for the info. So for general 2d image manipulation, there wouldn't be a massive difference (or do those plugins help basic functions too?).
 
Back
Top Bottom