Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Does Anakin run multi-thread in its own code? #514

Open
avinashcpandey opened this issue Mar 22, 2019 · 1 comment
Open

Does Anakin run multi-thread in its own code? #514

avinashcpandey opened this issue Mar 22, 2019 · 1 comment

Comments

@avinashcpandey
Copy link

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?

@qq332982511
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants