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

Last updated: June 30,2024

1. Install "libclc.x86_64" package

Please follow the instructions below to install libclc.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libclc.x86_64

2. Uninstall "libclc.x86_64" package

Here is a brief guide to show you how to uninstall libclc.x86_64 on Fedora 36:

$ sudo dnf remove libclc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:18:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libclc
Version : 14.0.5
Release : 1.fc36
Architecture : x86_64
Size : 10 M
Source : libclc-14.0.5-1.fc36.src.rpm
Repository : updates
Summary : An open source implementation of the OpenCL 1.1 library requirements
URL : https://libclc.llvm.org
License : BSD
Description : libclc is an open source, BSD licensed implementation of the library
: requirements of the OpenCL C programming language, as specified by the
: OpenCL 1.1 Specification. The following sections of the specification
: impose library requirements:
:
: * 6.1: Supported Data Types
: * 6.2.3: Explicit Conversions
: * 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
: * 6.9: Preprocessor Directives and Macros
: * 6.11: Built-in Functionsj
: * 9.3: Double Precision Floating-Point
: * 9.4: 64-bit Atomics
: * 9.5: Writing to 3D image memory objects
: * 9.6: Half Precision Floating-Point
:
: libclc is intended to be used with the Clang compiler's OpenCL frontend.
:
: libclc is designed to be portable and extensible. To this end, it provides
: generic implementations of most library requirements, allowing the target
: to override the generic implementation at the granularity of individual
: functions.
:
: libclc currently only supports the PTX target, but support for more
: targets is welcome.