gpufit / Gpufit

GPU-accelerated Levenberg-Marquardt curve fitting in CUDA
MIT License
312 stars 92 forks source link

Include <limits> for >=gcc-11 #111

Closed casparvitch closed 2 years ago

casparvitch commented 2 years ago

Resolves #106

See e.g. gnu notes. Tested on g++-11, linux.

superchromix commented 2 years ago

Merged. Thanks.