Skip to content

Commit

Permalink
remove unused lines from HIP plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 3, 2024
1 parent 9e2cf2f commit 089fec0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fft/src/KokkosFFT_HIP_plans.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,16 +201,6 @@ auto create_plan(const ExecutionSpace& exec_space,

return fft_size;
}

/*
template <typename ExecutionSpace, typename PlanType, typename InfoType,
std::enable_if_t<std::is_same_v<ExecutionSpace, Kokkos::HIP>,
std::nullptr_t> = nullptr>
void destroy_plan_and_info(std::unique_ptr<PlanType>& plan, InfoType&) {
hipfftDestroy(*plan);
}
*/

} // namespace Impl
} // namespace KokkosFFT

Expand Down

0 comments on commit 089fec0

Please sign in to comment.