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 2, 2025
1 parent c7dd94d commit e3e7f0e
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 @@ -197,7 +197,7 @@ struct ScopedRocfftPlan {
KOKKOSFFT_THROW_IF(status != rocfft_status_success,
"rocfft_plan_get_work_buffer_size failed");

m_execution_info = std::make_unique<ScopedRocfftExecutionInfo>();
m_execution_info = std::make_unique<ScopedRocfftExecutionInfoType>();
m_execution_info->setup(exec_space, workbuffersize);
}

Expand Down

0 comments on commit e3e7f0e

Please sign in to comment.