Page 1 of 1

Unified Memory in CUDA 6

Posted: Sat Mar 08, 2014 5:48 pm
by Zarck
http://devblogs.nvidia.com/parallelfora ... in-cuda-6/

Soon available in Folding ?

Bientôt disponible dans Folding ?

@+
*_*

:idea:

Mod Edit: Thread Moved To Appropriate Forum - PantherX

Re: Unified Memory in CUDA 6

Posted: Sat Mar 08, 2014 5:58 pm
by PantherX
Development has stated that once CUDA JIT Compiler will be released, it may result in a CUDA FahCore for Nvidia GPUs. Thus, it is up to the developers to use this feature or not.

Re: Unified Memory in CUDA 6

Posted: Sat Mar 08, 2014 7:23 pm
by bruce
Unified Memory is a good idea, but it's really quite different than the present memory model. Have you considered the implications for FAH if it's adopted quickly?

One of the benefits mentioned in the article is "simplified programming" but have you considered what that means? Suppose FAH adopted that simplified programming model and suddenly all the older GPUs which require the dual memory model stopped working or their performance was severely diminished? FAH is not in a position to write code that is not backward compatible, at least until the older model represents the hardware of a sufficiently small number of donors who may be forced to upgrade.

Re: Unified Memory in CUDA 6

Posted: Sat Mar 08, 2014 7:27 pm
by 7im
Fah is not memory limited in performance, so this is not likely a high priority.

And as PX started to say, the GPU uses OpenCL now, not CUDA. But if there is ever a big performance gain in using CUDA, they will use it again. I rate this one as "not soon."