clfft 2.12.2-5 source package in Ubuntu

Changelog

clfft (2.12.2-5) unstable; urgency=medium

  * Team upload.
  * No longer call upstream build system install for --arch-all

 -- tony mancill <email address hidden>  Thu, 28 Sep 2023 07:39:01 -0700

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
clfft_2.12.2-5.dsc 2.3 KiB 04865716a2ec28478f04c3a8d7e4bf76728df2a7f5efe67dcf4be50cec691018
clfft_2.12.2.orig.tar.gz 979.2 KiB a7d98c858196cd08fea4d9d6b91790f875e999827ebec3ee9da16515c6c0bd4f
clfft_2.12.2-5.debian.tar.xz 8.2 KiB 14a7d1a1f9cc5c44f9f8b1ac4a25a26109cacd77695f9fbedbf808750fad3999

Available diffs

No changes file available.

Binary packages built by this source

clfft-client: client program for clFFT

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * 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.
 .
 This package provides the client program.

clfft-client-dbgsym: debug symbols for clfft-client
libclfft-dev: development files for clFFT

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * 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.
 .
 This package provides the development files.

libclfft-doc: documentation for clFFT

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * 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.
 .
 This package provides the documentation.

libclfft2: OpenCL FFT library

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * 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.
 .
 This package provides the shared library.

libclfft2-dbgsym: debug symbols for libclfft2