Skip to content

Commit

Permalink
fix: KokkosFFT_ROCM_types.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 7, 2025
1 parent 8df33b0 commit c891b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fft/src/KokkosFFT_ROCM_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct ScopedRocfftPlanDescription {
Kokkos::abort("rocfft_plan_description_destroy failed");
}

ScopedRocfftPlanDescription() = delete;
ScopedRocfftPlanDescription(const ScopedRocfftPlanDescription &) = delete;
ScopedRocfftPlanDescription &operator=(const ScopedRocfftPlanDescription &) =
delete;
Expand Down Expand Up @@ -90,7 +89,6 @@ struct ScopedRocfftExecutionInfo {
Kokkos::abort("rocfft_execution_info_destroy failed");
}

ScopedRocfftExecutionInfo() = delete;
ScopedRocfftExecutionInfo(const ScopedRocfftExecutionInfo &) = delete;
ScopedRocfftExecutionInfo &operator=(const ScopedRocfftExecutionInfo &) =
delete;
Expand Down

0 comments on commit c891b7a

Please sign in to comment.