Suhas
Suhas

Reputation: 131

OpenCl installation on Ubuntu Gnome 16.10

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

Answers (1)

Erik Smistad
Erik Smistad

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

Related Questions