Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Oct 30, 2024
1 parent d38fbb1 commit fdf6a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fft/src/KokkosFFT_Plans.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class Plan {
using ManagableOutViewType =
typename KokkosFFT::Impl::manageable_view_type<OutViewType>::type;

// FIXME in_tmp should be in InViewType,
// FIXME in_tmp should be in InViewType,
// We will merge crop_or_pad and transpose, and remove the need for in_tmp
// InViewType in_tmp;
ManagableInViewType in_tmp;
Expand Down

0 comments on commit fdf6a08

Please sign in to comment.