szha commented on a change in pull request #13179: [MXNET-908] Enable minimal
OSX Travis build (v1.3.x)
URL: https://github.com/apache/incubator-mxnet/pull/13179#discussion_r232469692
##########
File path: src/initialize.cc
##########
@@ -60,7 +60,7 @@ class LibraryInitializer {
// Make children single threaded since they are typically workers
dmlc::SetEnv("MXNET_CPU_WORKER_NTHREADS", 1);
dmlc::SetEnv("OMP_NUM_THREADS", 1);
-#if MXNET_USE_OPENCV
+#if MXNET_USE_OPENCV && !__APPLE__
Review comment:
What's the reason for not disabling opencv threads on mac?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services