Reputation: 131
I'm trying to build a software from source, OpenCL is a required package. But I'm really confused as to what it is and how to install it.
Upvotes: 0
Views: 317
Reputation: 1019
OpenCL is a framework for parallel computing on GPUs and multi-core CPUs. To use it, you need to install a platform, which may depend on what kind of hardware you have, and what type of device your application wants to use. Here is a list of the main platforms:
Upvotes: 1