Has anyone here chosen OpenCL over CUDA?

Chaotic42

Lifer
Jun 15, 2001
33,929
1,097
126
I know this post isn't a perfect fit for VC&G, but it seemed like the best place for it.

I'm starting to get into GPU computing and everything I've read seems to indicate that except for portability, CUDA is hands down better for GPU compute than OpenCL. I do like the openness of OpenCL, but it sounds like the ease of use and power of CUDA are just better and in some cases performance seems to just crush OpenCL.

Has anyone here chose OpenCL over CUDA for serious development? If so, what was your rationale?
 
Last edited:

Illyan

Member
Jan 23, 2008
86
0
66
for machine learning or gpu accelerated neural nets CUDA is the only serious option.
 

Headfoot

Diamond Member
Feb 28, 2008
4,444
641
126
This might be a better fit in a programming subforum. It'll depend on your use case, what libraries you're looking at, whether its an open source project, etc.