rocFFT icon indicating copy to clipboard operation
rocFFT copied to clipboard

Next generation FFT implementation for ROCm

Results 14 rocFFT issues
Sort by recently updated
recently updated
newest added

resolves #___ Summary of proposed changes: - Cherry Pick Fix for old version rocm include/lib folders not removed on upgrade commit - Remove include and lib directory from CPACK_RPM_EXCLUDE_FROM_AUTO_FIL… -

This is a request for comment (RFC) regarding how rocFFT organizes the kernel cache file. rocFFT is starting to make move use of runtime compilation (RTC) in order to allow...

Fixes launch errors on very large odd-length real-complex transforms, since gridDim.y and gridDim.z are limited to 64k.

* Allow multi-gpu testing on systems without direct peer access * remove CheckAccess function

### Actual Issue : I was testing the performance of rocFFT on MI 200 series accelerators GPU vs cuFFT performance on A100 GPUs for single GPU only. ### What is...

Re: https://github.com/ROCm/rocFFT/blob/1680fbde578bbc65d1abfbaadf53e49dd5e0494c/library/src/rtc_compile.cpp This is what CPU utilization looks like: ![20240226_11h22m05s_grim](https://github.com/ROCm/rocFFT/assets/173595/0ace06a7-d0c9-4da6-8fcf-f1af16aeeff3) Somehow the usage is artificially capped at 50/70% of each core rather than just getting the job done.

Summary of proposed changes: Add CMake support for documentation.

ci:smoke

Sometimes rocFFT use FindHIP.cmake which is not desired -- it does not have hip::device and hip::host target imported and result in cmake generating error. Reference: https://bugs.gentoo.org/932155

Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.2. Release notes Sourced from rocm-docs-core's releases. v1.7.2 (2024-08-21) Fix projects.py: Update pattern matching for old release announcement [main e606899] bump: version 1.7.1 → 1.7.2...

dependencies