How to Install and Uninstall pocl.i686 Package on Fedora 34

Last updated: July 08,2024

1. Install "pocl.i686" package

In this section, we are going to explain the necessary steps to install pocl.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install pocl.i686

2. Uninstall "pocl.i686" package

This guide let you learn how to uninstall pocl.i686 on Fedora 34:

$ sudo dnf remove pocl.i686 $ sudo dnf autoremove

3. Information about the pocl.i686 package on Fedora 34

Last metadata expiration check: 0:50:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pocl
Version : 1.7
Release : 2.fc34
Architecture : i686
Size : 6.9 M
Source : pocl-1.7-2.fc34.src.rpm
Repository : updates
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,...).