Skip to content

Releases: ROCm/hipFFT

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.

hipFFT-1.0.2 for ROCm 4.2.0

10 May 23:17
Compare
Choose a tag to compare

hipFFT-1.01 for ROCm 4.1.0

23 Mar 01:18
Compare
Choose a tag to compare

Fixes

  • Fix batch support for hipfftMakePlanMany.
  • Fix work area handling during plan creation and hipfftSetWorkArea.
  • Honour autoAllocate flag.

Changes

  • Testing infrastructure reuses code from rocFFT.

Known Issues

  • None