Skip to content

Commit

Permalink
Update src/trans/gpu/algor/hicfft.hip.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Hatfield <samhatfield@users.noreply.github.com>
  • Loading branch information
lukasm91 and samhatfield authored Sep 16, 2024
1 parent 949d35b commit ede091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trans/gpu/algor/hicfft.hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ template <class Type, hipfftType Direction> class hicfft_plan {
else if constexpr (Direction == HIPFFT_Z2D)
fftSafeCall(hipfftExecZ2D(handle, data_complex_l, data_real_l));
}
void set_stream(cudaStream_t stream) {
void set_stream(hipStream_t stream) {
fftSafeCall(hipfftSetStream(handle, stream));
}
hicfft_plan(hipfftHandle handle_, int offset_)
Expand Down

0 comments on commit ede091b

Please sign in to comment.