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

Last updated: October 04,2024

1. Install "libclc.x86_64" package

Please follow the guidelines below to install libclc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libclc.x86_64

2. Uninstall "libclc.x86_64" package

Please follow the guidelines below to uninstall libclc.x86_64 on Fedora 39:

$ sudo dnf remove libclc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:58:13 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libclc
Version : 17.0.6
Release : 1.fc39
Architecture : x86_64
Size : 9.8 M
Source : libclc-17.0.6-1.fc39.src.rpm
Repository : updates
Summary : An open source implementation of the OpenCL 1.1 library requirements
URL : https://libclc.llvm.org
License : Apache-2.0 WITH LLVM-exception OR BSD OR MIT
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.