Archives / Snippets / Projets

OpenCL - Install

sudo apt-get install clinfo

clinfo | grep -P "Name|Number"
ljouhet@myboard:~$ clinfo | grep -P "Na|Nu"
Number of platforms                               2
  Platform Name                                   NVIDIA CUDA
  Platform Name                                   Clover
  Platform Name                                   NVIDIA CUDA
Number of devices                                 1
  Device Name                                     GeForce GTX 1050 Ti
    Number of async copy engines                  2
  Platform Name                                   Clover
Number of devices                                 0
apt search opencl-icd
ljouhet@myboard:~$ apt search opencl-icd

beignet/xenial,now 1.1.1-2 amd64
  OpenCL library for Intel GPUs - transitional dummy package

beignet-opencl-icd/xenial,now 1.1.1-2 amd64
  OpenCL library for Intel GPUs

mesa-opencl-icd/xenial-updates,now 11.2.0-1ubuntu2.2 amd64
  free implementation of the OpenCL API -- ICD runtime

nvidia-opencl-icd-370/xenial 370.28-0ubuntu0~gpu16.04.2 amd64
  NVIDIA OpenCL ICD

Installation :

sudo apt-get install nvidia-opencl-icd-...

Intel CPU

https://software.intel.com/en-us/articles/opencl-drivers