How to Install and Uninstall pocl.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "pocl.x86_64" package

Please follow the guidelines below to install pocl.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install pocl.x86_64

2. Uninstall "pocl.x86_64" package

This guide covers the steps necessary to uninstall pocl.x86_64 on Fedora 36:

$ sudo dnf remove pocl.x86_64 $ sudo dnf autoremove

3. Information about the pocl.x86_64 package on Fedora 36

Last metadata expiration check: 3:34:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : pocl
Version : 1.8
Release : 1.fc36
Architecture : x86_64
Size : 7.7 M
Source : pocl-1.8-1.fc36.src.rpm
Repository : fedora
Summary : Portable Computing Language - an OpenCL implementation
URL : http://portablecl.org/
License : MIT and BSD and (GPLv3+ or LGPLv3+)
Description : Pocl's goal is to become an efficient open source (MIT-licensed) implementation
: of the OpenCL 1.2 (and soon OpenCL 2.0) standard.
:
: In addition to producing an easily portable open-source OpenCL implementation,
: another major goal of this project is improving performance portability of
: OpenCL programs with compiler optimizations, reducing the need for
: target-dependent manual optimizations.
:
: At the core of pocl is the kernel compiler that consists of a set of LLVM
: passes used to statically transform kernels into work-group functions with
: multiple work-items, even in the presence of work-group barriers. These
: functions are suitable for parallelization in multiple ways (SIMD, VLIW,
: superscalar,...).