keroro824 / HashingDeepLearning

Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
MIT License
1.07k stars 169 forks source link

Remove hard coded number of OpenMP threads. #19

Closed xman closed 4 years ago

xman commented 4 years ago

The number of threads should use the default or set with environment variable OMP_NUM_THREADS.

Signed-off-by: ShinYee shinyee@speedgocomputing.com