Skip to content

Commit

Permalink
fix: rocm types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 19, 2024
1 parent 4bde4d2 commit 6f3c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fft/src/KokkosFFT_ROCM_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ struct ScopedRocfftPlan {
if (status != rocfft_status_success)
Kokkos::abort("rocfft_plan_destroy failed");

rocfft_status status = rocfft_execution_info_destroy(m_execution_info);
status = rocfft_execution_info_destroy(m_execution_info);
if (status != rocfft_status_success)
Kokkos::abort("rocfft_execution_info_destroy failed");
}
Expand Down

0 comments on commit 6f3c535

Please sign in to comment.