Skip to content

Commit

Permalink
fix: host plan type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 5, 2024
1 parent 46a3630 commit 5fef62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fft/src/KokkosFFT_Host_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using transform_type = fftw_transform_type<ExecutionSpace, T1, T2>;

template <typename ExecutionSpace, typename T1, typename T2>
struct FFTPlanType {
using type = ScopedFFTWPlanType<ExecutionSpace, T1, T2>;
using type = ScopedFFTWPlan<ExecutionSpace, T1, T2>;
};

template <typename ExecutionSpace>
Expand Down

0 comments on commit 5fef62a

Please sign in to comment.