How to Install libpocl2-common in Ubuntu 18.04



Install libpocl2-common by entering the following commands in the terminal:

sudo apt update
sudo apt install libpocl2-common

Description:

common files for the pocl 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 architecture independent files of the pocl library.

Homepage: http://portablecl.org

Version: 1.1-5

Section: universe/utils