diff --git a/fft/src/KokkosFFT_ROCM_types.hpp b/fft/src/KokkosFFT_ROCM_types.hpp index 23557a75..e42762e9 100644 --- a/fft/src/KokkosFFT_ROCM_types.hpp +++ b/fft/src/KokkosFFT_ROCM_types.hpp @@ -138,7 +138,7 @@ struct FFTDataType { template struct FFTPlanType { - using fftw_plan_type = ScopedFFTWPlanType; + using fftw_plan_type = ScopedFFTWPlan; using rocfft_plan_type = ScopedRocfftPlan; using type = std::conditional_t, rocfft_plan_type, fftw_plan_type>;