How to Install and Uninstall clFFT Package on openSUSE Leap

Last updated: September 28,2024

1. Install "clFFT" package

This is a short guide on how to install clFFT on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install clFFT

2. Uninstall "clFFT" package

Please follow the step by step instructions below to uninstall clFFT on openSUSE Leap:

$ sudo zypper remove clFFT

3. Information about the clFFT package on openSUSE Leap

Information for package clFFT:
------------------------------
Repository : Main Repository
Name : clFFT
Version : 2.12.2-bp155.4.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 207.4 KiB
Installed : No
Status : not installed
Source package : clFFT-2.12.2-bp155.4.8.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.