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

Last updated: July 02,2024

1. Install "pocl.x86_64" package

Please follow the instructions below to install pocl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pocl.x86_64

2. Uninstall "pocl.x86_64" package

Please follow the guidelines below to uninstall pocl.x86_64 on Fedora 34:

$ sudo dnf remove pocl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:20:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : pocl
Version : 1.7
Release : 2.fc34
Architecture : x86_64
Size : 8.0 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,...).