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 20, 2024
1 parent 944f246 commit eaf5354
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 @@ -144,7 +144,7 @@ struct ScopedRocfftPlan {
void commit(const Kokkos::HIP &exec_space) {
try {
// Prepare workbuffer and set execution information
status = rocfft_execution_info_create(&m_execution_info);
rocfft_status status = rocfft_execution_info_create(&m_execution_info);
KOKKOSFFT_THROW_IF(status != rocfft_status_success,
"rocfft_execution_info_create failed");

Expand Down

0 comments on commit eaf5354

Please sign in to comment.