Skip to content

Commit

Permalink
Remove unused argument from exec_impl function
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Sep 24, 2024
1 parent 9a6a7bb commit 3a42d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fft/src/KokkosFFT_Transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ void exec_impl(
template <typename PlanType, typename InViewType, typename OutViewType>
void fft_exec_impl(
const PlanType& plan, const InViewType& in, OutViewType& out,
// KokkosFFT::Direction direction,
KokkosFFT::Normalization norm = KokkosFFT::Normalization::backward) {
using ExecutionSpace = typename PlanType::execSpace;
static_assert(
Expand Down

0 comments on commit 3a42d6e

Please sign in to comment.