neuro-ml / imops

Efficient parallelizable algorithms for multidimensional arrays to speed up your data pipelines
https://neuro-ml.github.io/imops/
MIT License
21 stars 1 forks source link

Implement fast parallel version of scipy.interpolate.LinearNDInterpolator #20

Closed vovaf709 closed 10 months ago

vovaf709 commented 1 year ago

scipy.interpolate.LinearNDInterpolator inference consists of 2 steps:

alexeybelkov commented 11 months ago

The development is currently here: https://github.com/alexeybelkov/parinterp

vovaf709 commented 10 months ago

closed by #48