mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 11:25:03 -05:00
* Add C++ algorithm primitive lib cards * Add PRNG section * API Reference Manuals first * Add Tensile and rocWMMA * Change rocFFT and hipFFT order for consistency * Add RCCL * Fix PRNG links * Add rocSOLVER and hipSOLVER * Add general note on rocLIB vs hipLIB
28 lines
794 B
Markdown
28 lines
794 B
Markdown
# Fast Fourier Transforms
|
|
|
|
ROCm libraries for FFT are as follows:
|
|
|
|
:::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} rocFFT
|
|
rocFFT is an AMD GPU optimized library for FFT.
|
|
|
|
- [API Reference Manual](https://rocmdocs.amd.com/projects/rocFFT/en/rtd/)
|
|
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocFFT/blob/develop/CHANGELOG.md)
|
|
- [Examples](https://github.com/amd/rocm-examples/tree/develop/Libraries/rocFFT)
|
|
|
|
:::
|
|
|
|
:::{grid-item-card} hipFFT
|
|
hipFFT is a compatiblity layer for GPU accelerated FFT optimized for AMD GPUs
|
|
using rocFFT. hipFFT allows for a common interface for other non AMD GPU
|
|
FFT libraries.
|
|
|
|
- [API Reference Manual](https://rocmdocs.amd.com/projects/hipFFT/en/rtd/)
|
|
- [Changelog](https://github.com/ROCmSoftwarePlatform/hipFFT/blob/develop/CHANGELOG.md)
|
|
|
|
:::
|
|
|
|
:::::
|