Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to run CPU multicore #24

Closed
vince62s opened this issue Dec 23, 2015 · 1 comment
Closed

trying to run CPU multicore #24

vince62s opened this issue Dec 23, 2015 · 1 comment

Comments

@vince62s
Copy link

I added the OMP_NUM_THREADS=8
in front of
python ./train_lm.py
but I get the feeling it is still running on 1 core.

any idea ?

@kyunghyuncho
Copy link
Collaborator

On CPU, Theano uses BLAS, and whether it uses multiple cores is up to the configuration of BLAS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants