napari / napari-core

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Make sure that numpy scales with cpu cores #18

Open royerloic opened 6 years ago

royerloic commented 6 years ago

I was a bit surprised to see that numpy is not multicore by default. some functions are not multicore enabled... Also, the default lapack and blas are pretty slow compared to other non default libs like openBLAS: http://markus-beuckelmann.de/blog/boosting-numpy-blas.html

We should make sure that Napari runs the fastest numpy we can get...