Page 1 of 1

CUDA "hack" by OTOY

Posted: 10 Mar 2016, 00:28
by mc_axe
In a nutshell, Otoy reverse-engineered Nvidia’s general purpose graphics processing unit (GPGPU) software, known as CUDA, to run on non-Nvidia hardware. That means that programs written in the CUDA language are no longer exclusive to Nvidia graphics chips. Now they can run on GPUs from Advanced Micro Devices, ARM, and Intel. That means a CUDA program written for the PC could run on a PlayStation 4 or an Apple iPad.

Otoy has ported the CUDA language to run on AMD, Intel, and ARM GPUs for the first time ever. That means any application written in CUDA can run, without modification, on all major chipsets and platforms. While there is an independent GPGPU standard dubbed OpenCL, it isn’t necessarily as good as CUDA, Otoy believes.
http://venturebeat.com/2016/03/09/otoy- ... platforms/

Re: CUDA "hack" by OTOY

Posted: 11 Mar 2016, 14:32
by Draise
I think this is good. Not monopolizing hardware but still benifiting from competitive features....

Great.

Re: CUDA "hack" by OTOY

Posted: 11 Mar 2016, 15:42
by FXDude
I wonder if (or how much) there would be compromise on performance (or if it's like emulating processors on virtual machines?) :-\

Or if Nvidia would protest.

It would mean all GPU renders could also run or be helped by the CPU, which is no small thing.