Maratyszcza / caffe-nnpack

Caffe with NNPACK integration
Other
59 stars 28 forks source link

Should we use omp_get_max_threads instead? #1

Closed ajtulloch closed 8 years ago

ajtulloch commented 8 years ago

Not sure if that's preferred vs parsing OMP_NUM_THREADS directly.

Maratyszcza commented 8 years ago

omp_get_max_threads is part of OpenMP, and e.g. Clang on OS X doesn't support it.

ajtulloch commented 8 years ago

Ah OK, sure.