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

Last updated: May 19,2024

1. Install "pocl.i686" package

This guide let you learn how to install pocl.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install pocl.i686

2. Uninstall "pocl.i686" package

Please follow the instructions below to uninstall pocl.i686 on Fedora 35:

$ sudo dnf remove pocl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:35:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : pocl
Version : 1.7
Release : 2.fc35
Architecture : i686
Size : 6.9 M
Source : pocl-1.7-2.fc35.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,...).