How to Install and Uninstall clFFT Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "clFFT" package

In this section, we are going to explain the necessary steps to install clFFT on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install clFFT

2. Uninstall "clFFT" package

Please follow the step by step instructions below to uninstall clFFT on openSuSE Tumbleweed:

$ sudo zypper remove clFFT

3. Information about the clFFT package on openSuSE Tumbleweed

Information for package clFFT:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clFFT
Version : 2.12.2-7.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 159.4 KiB
Installed : No
Status : not installed
Source package : clFFT-2.12.2-7.1.src
Upstream URL : https://github.com/clMathLibraries/clFFT
Summary : OpenCL FFT library
Description :
The clFFT library is an OpenCL implementation of discrete
Fast Fourier Transforms which:
* Works on CPU or GPU backends.
* Supports in-place or out-of-place transforms.
* Supports 1D, 2D, and 3D transforms with a batch size that can be greater
than 1.
* Supports planar (real and complex components in separate arrays) and
interleaved (real and complex components as a pair contiguous in memory)
formats.
* Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
* Supports single and double precision floating point formats.