Your message dated Sat, 26 Jan 2019 12:23:27 +0000
with message-id <20190126122327.r6pfv66o5bhco...@master.debian.org>
and subject line already in debian
has caused the Debian Bug report #920156,
regarding RFP: clfft -- a software library containing FFT functions written in 
OpenCL
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
920156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920156
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name    : clfft
  Version         : 2.12.2
  Upstream Author : Bragadeesh Natarajan
* URL             : https://github.com/clMathLibraries/clFFT
* License         : Apache-2.0
  Programming Lang: C++
  Description     : a software library containing FFT functions written in 
OpenCL

clFFT is a software library containing FFT functions written in OpenCL. In 
addition to GPU devices, the library also supports running on CPU devices to 
facilitate debugging and heterogeneous programming.

Introduction to clFFT

The FFT is an implementation of the Discrete Fourier Transform (DFT) that makes 
use of symmetries in the FFT definition to reduce the mathematical intensity 
required from O(N^2) to O(N log2(N)) when the sequence length N is the product 
of small prime factors. Currently, there is no standard API for FFT routines. 
Hardware vendors usually provide a set of high-performance FFTs optimized for 
their systems: no two vendors employ the same interfaces for their FFT 
routines. clFFT provides a set of FFT routines that are optimized for AMD 
graphics processors, but also are functional across CPU and other compute 
devices.

The clFFT library is an open source OpenCL library implementation of discrete 
Fast Fourier Transforms. The library:

    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 combination of powers of 2, 3, 
5, 7, 11 and 13.

    Supports single and double precision floating point formats.

--- End Message ---
--- Begin Message ---
X-CrossAssassin-Score: 4695

--- End Message ---

Reply via email to