Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 3, 2024
1 parent 457c77e commit d331f52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fft/src/KokkosFFT_Host_plans.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ auto create_plan(const ExecutionSpace& exec_space,
using out_value_type = typename OutViewType::non_const_value_type;
const int rank = fft_rank;

constexpr auto type =
KokkosFFT::Impl::transform_type<ExecutionSpace, in_value_type,
out_value_type>::type();
auto [in_extents, out_extents, fft_extents, howmany] =
KokkosFFT::Impl::get_extents(in, out, axes, s, is_inplace);
int idist = std::accumulate(in_extents.begin(), in_extents.end(), 1,
Expand Down

0 comments on commit d331f52

Please sign in to comment.