You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
I see if i set OMP_NUM_THREADS or MKL_NUM_THREADS Anakin runs multi thread. This multithread control threading in MKLML library not in Anakin code. Correct me if i am wrong.
Does Anakin support multi-threding in its own code?
The text was updated successfully, but these errors were encountered:
YES, we support multi-thread in our JIT code,Convolution,LSTM, and so on, so you have to set OMP_NUM_THREADS. We also use MKL_GEMM , Tanh to build our FC and RNN op. It is also necessary to set MKL_NUM_THREADS
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see if i set OMP_NUM_THREADS or MKL_NUM_THREADS Anakin runs multi thread. This multithread control threading in MKLML library not in Anakin code. Correct me if i am wrong.
Does Anakin support multi-threding in its own code?
The text was updated successfully, but these errors were encountered: