Skip to content

Releases: ROCm/hipFFT

hipFFT 1.0.7 for ROCm 5.1.3

20 May 17:05
b5bd74d
Compare
Choose a tag to compare

hipFFT code for ROCm 5.1.3 did not change. The library was rebuilt for the updated ROCm 5.1.3 stack.

hipFFT 1.0.7 for ROCm 5.1.1

08 Apr 20:52
b5bd74d
Compare
Choose a tag to compare

hipFFT code for ROCm 5.1.1 did not change. The library was rebuilt for the updated ROCm 5.1.1 stack.

hipFFT 1.0.7 for ROCm 5.1.0

30 Mar 17:28
b5bd74d
Compare
Choose a tag to compare

Changed

  • Use fft_params struct for accuracy and benchmark clients.

hipFFT 1.0.6 for ROCm 5.0.2

04 Mar 17:54
1e4e3ba
Compare
Choose a tag to compare

hipFFT code for ROCm 5.0.2 is unchanged from hipFFT for ROCm 5.0.1. The library was rebuilt for the updated ROCm 5.0.2 stack.

hipFFT 1.0.6 for ROCm 5.0.1

16 Feb 22:21
1e4e3ba
Compare
Choose a tag to compare

hipFFT code for ROCm 5.0.1 is unchanged from hipFFT for ROCm 5.0.0. The library was rebuilt for the updated ROCm 5.0.1 stack.

hipFFT 1.0.6 for ROCm 5.0.0

09 Feb 21:47
1e4e3ba
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect reporting of rocFFT version.

Changed

  • Unconditionally enabled callback functionality. On the CUDA backend, callbacks only run
    correctly when hipFFT is built as a static library, and is linked against the static cuFFT
    library.

hipFFT 1.0.5 for ROCm 4.5.2

10 Dec 19:20
ff7c4a2
Compare
Choose a tag to compare

hipFFT code for ROCm 4.5.2 is unchanged from hipFFT for ROCm 4.5.0. The library was rebuilt for the updated ROCm 4.5.2 stack.

hipFFT 1.0.5 for ROCm 4.5.0

27 Oct 21:35
ff7c4a2
Compare
Choose a tag to compare

Fixed

  • Add calls to rocFFT setup/cleanup.
  • Cmake fixes for clients and backend support.

Added

  • Added support for Windows 10 as a build target.

Changed

  • Packaging split into a runtime package called hipfft and a development package called hipfft-devel.
    The development package depends on runtime. The runtime package suggests the development package
    for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging
    is introduced as a deprecated feature and will be removed in a future rocm release.

hipFFT 1.0.3 for ROCm 4.3.1

27 Aug 17:42
Compare
Choose a tag to compare

No changes made for ROCm 4.3.1.

hipFFT 1.0.3 for ROCm 4.3.0

30 Jul 22:54
Compare
Choose a tag to compare

Fixed

  • Cmake updates.

Added

  • Added callback API in hipfftXt.h header.