How to Install libpocl2 in Ubuntu 18.04



Install libpocl2 by entering the following commands in the terminal:

sudo apt update
sudo apt install libpocl2

Description:

Portable Computing Language library

Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides the core of pocl.

Homepage: http://portablecl.org

Version: 1.1-5

Section: universe/libs