hipFFT icon indicating copy to clipboard operation
hipFFT copied to clipboard

hipFFT is a FFT marshalling library.

Results 13 hipFFT issues
Sort by recently updated
recently updated
newest added

### Problem Description I am trying to build hipfft/rocm-5.5.1 on NVIDIA A100 GPUs available on the Perlmutter supercomputer. I already have cuda/12.2 and the corresponding cuFFT in my path. There...

resolves #___ Summary of proposed changes: - Add CMake support for documentation.

Both hipBLAS and hipSOLVER use "USE_CUDA=ON" to specify a CUDA backend build, whereas hipFFT currently uses "BUILD_WITH_LIB=CUDA". (hipSPARSE uses yet another one) It would probably ease installation efforts if the...

Under Investigation

Retrying #94 for the release/rocm-rel-6.2 branch.

resolves #___ Summary of proposed changes: - Use typedef names instead of struct/enum names in api.rst for Doxygen Since Doxyfile declares `TYPEDEF_HIDES_STRUCT = YES` the documentation needs to use typedef...

Summary of proposed changes: Cherry picking gfx1151 enablement into 6.2

Per the guidance at https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html, `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` can be "used by project code to change the default without overriding a user-provided value". This allows users and integration projects like https://github.com/ROCm/TheRock to...

resolves #___ Summary of proposed changes: - Add precision types to fft-api-usage.rst - -

documentation
ci:docs-only

(cherry picked from commit 48d0cfc6b36689c33ff9b258f9380f888bc41d9a) resolves #___ Summary of proposed changes: - Update copyright date in LICENSE.md - -

documentation
ci:docs-only

Update HIP graph support docs.