From 5fef62a2131a9878236753cab0cfe09e11932336 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Fri, 6 Dec 2024 00:44:39 +0900 Subject: [PATCH] fix: host plan type --- fft/src/KokkosFFT_Host_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fft/src/KokkosFFT_Host_types.hpp b/fft/src/KokkosFFT_Host_types.hpp index da88d353..6d438a0c 100644 --- a/fft/src/KokkosFFT_Host_types.hpp +++ b/fft/src/KokkosFFT_Host_types.hpp @@ -27,7 +27,7 @@ using transform_type = fftw_transform_type; template struct FFTPlanType { - using type = ScopedFFTWPlanType; + using type = ScopedFFTWPlan; }; template