This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment
-
Have you tried setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS: Ubuntu 18.04 64bit LTS
Anaconda3-2019.03-Linux-x86_64
conda env used, Python: 3.6.8
git clone --recursive https://github.com/apache/incubator-mxnet.git
Tried to build version mxnet1.8.0.rc2
ci/build.py -p android_armv7. And build success.
I wish single thread. I tried code next...
#include <dmlc/omp.h>
omp_set_num_threads(1);
But i can't controlled thread count.
Could you help me please.
Beta Was this translation helpful? Give feedback.
All reactions