Skip to content

Commit

Permalink
Actually, we dont even need cufft plans!
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Sep 24, 2024
1 parent 22faffa commit 3d85c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cufinufft/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ int cufinufft_makeplan_impl(int type, int dim, int *nmodes, int iflag, int ntran
} break;
}

// We dont need any cuFFT plans or kernel values if we are only spreading / interpolating
if(!d_plan->opts.gpu_spreadinterponly) {
cufftHandle fftplan;
cufftResult_t cufft_status;
Expand Down

0 comments on commit 3d85c59

Please sign in to comment.