gpufit / Gpufit

GPU-accelerated Levenberg-Marquardt curve fitting in CUDA
MIT License
309 stars 91 forks source link

Add support for cupy. #132

Open syamajala opened 2 weeks ago

syamajala commented 2 weeks ago

I added support to expose gpufit_constrained_cuda_interface() in the python bindings so you can use Gpufit with cupy. This will ideally allow you to keep your entire computation on the gpu both before and after fitting.