Skip to content

Commit

Permalink
try to fix Jenkins CUDA error
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Aug 14, 2024
1 parent 52ee4bd commit b8b6c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cufinufft/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ template<typename T>
void cufinufft_setup_binsize(int type, int ns, int dim, cufinufft_opts *opts);

template<typename T, typename V>
auto cufinufft_set_shared_memory(V *kernel, const int dim,
const cufinufft_plan_t<T> &d_plan) {
int cufinufft_set_shared_memory(V *kernel, const int dim,
const cufinufft_plan_t<T> &d_plan) {
/**
* WARNING: this function does not handle cuda errors. The caller should check them.
*/
Expand Down

0 comments on commit b8b6c6e

Please sign in to comment.