flatironinstitute / cufinufft

Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Other
83 stars 18 forks source link

src/precision_independent.cu needs to include <thrust/extrema.h> #140

Closed mortenwp closed 10 months ago

mortenwp commented 2 years ago

src/precision_independent.cu needs to include <thrust/extrema.h> to resolve thrust::max_element() at least for cuda 8.0 (which I still have to use due to runtime license issues).

I suspect newer cuda versions might include <thrust/extrema.h> indirectly through some of the other thrust headers

blackwer commented 10 months ago

resolved in the upstream finufft repo