Cuda vs OpenCL
Go to solution
Solved by trag1c,
They both do the same thing. They're both for general purpose computations that can take advantage of very high degrees of parallelism. The difference is CUDA is proprietary so it can only be used on Nvidia GPU's where as OpenCL can run on anything that implements the specification. As for which is better I don't know but I would imagine that OpenCL would be more advantageous since it can run on almost any GPU. An example of this is the Bullet physics library which uses OpenCL to run physics computations.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now