SeguinBe / ReplicaFinder

DEPRECATED, LOOK AT dhlab-epfl/Replica
0 stars 0 forks source link

Multi-threaded BLAS #1

Open SeguinBe opened 8 years ago

SeguinBe commented 8 years ago

By default, the request to add an image in the database needs to:

Currently, most of the time (several seconds for a single image) is spent for the CNN computation if BLAS is not multi-threaded. Linking numpy with OpenBLAS should do the trick efficiently.

SeguinBe commented 8 years ago

Features computation is now deported to a task-queue on a separate machine. So efficiency is not as critical.

Still haven't managed yet to use OpenBLAS or MKL on Mac