diff options
Diffstat (limited to 'Source/Utils/WarpXrocfftUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXrocfftUtil.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Utils/WarpXrocfftUtil.cpp b/Source/Utils/WarpXrocfftUtil.cpp index ada12764d..cc12d6914 100644 --- a/Source/Utils/WarpXrocfftUtil.cpp +++ b/Source/Utils/WarpXrocfftUtil.cpp @@ -10,9 +10,6 @@ #include <AMReX_Config.H> #if defined(AMREX_USE_HIP) && defined(WARPX_USE_PSATD) -// cstddef: work-around for ROCm/rocFFT <=4.3.0 -// https://github.com/ROCmSoftwarePlatform/rocFFT/blob/rocm-4.3.0/library/include/rocfft.h#L36-L42 -# include <cstddef> # if __has_include(<rocfft/rocfft.h>) // ROCm 5.3+ # include <rocfft/rocfft.h> # else |