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

Document (and possibly optimize) compilation flags #347

Closed
odelalleau opened this issue Jan 16, 2012 · 3 comments
Closed

Document (and possibly optimize) compilation flags #347

odelalleau opened this issue Jan 16, 2012 · 3 comments

Comments

@odelalleau
Copy link
Member

Çağlar Gülçehre reported on the mailing list compilation flags that can boost performance on the CPU:
http://groups.google.com/group/theano-users/browse_thread/thread/0f7045ae8233ae37/17c6828139298050
It would be good to have such information in the documentation.

Even better: add a way to automatically optimize compilation flags to minimize execution time of a given Theano function.

@jaberg
Copy link
Member

jaberg commented Jan 16, 2012

I don't think anyone ever made an effort to optimize the choice of default flags. There might be no incentive to do function-specific optimization. Lets look at this next time we do some benchmarking.

@nouiz
Copy link
Member

nouiz commented Jul 6, 2012

I added documentation in the tutorial faq. that give a more recent version of those flags.

@nouiz
Copy link
Member

nouiz commented Feb 13, 2015

native is done by default in a good way. The other one are documented.

@nouiz nouiz closed this as completed Feb 13, 2015
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

3 participants