aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXrocfftUtil.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08Cleanup: rocFFT Includes (#3908)Gravatar Axel Huebl 1-3/+0
Newer versions fixed the include issue that required us to use `<cstddef>` includes before including rocFFT. Fixed with >4.3.
2023-05-08ROCm 5.2+ (#3906)Gravatar Axel Huebl 1-1/+5
* rocFFT: 5.2+ Compatible More careful include for old versions of rocFFT/ROCm. * ROCm: 5.2+
2023-05-02Fix: rocFFT 5.5 (#3888)Gravatar Axel Huebl 1-1/+1
``` /opt/rocm-5.5.0/include/rocfft.h:16:2: error: "This file is deprecated. Use the header file from /opt/rocm-5.5.0/include/rocfft/rocfft.h by using #include <rocfft/rocfft.h>" [-Werror,-W#warnings] warning "This file is deprecated. Use the header file from /opt/rocm-5.5.0/include/rocfft/rocfft.h by using #include <rocfft/rocfft.h>" ^ ```
2023-03-24Refactoring of main.cpp to improve readability (#3784)Gravatar Luca Fedeli 1-0/+33
* refactoring of main.cpp to improve readability * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed bug --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>