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

Compiler options #165

Open
JaimieMurdock opened this issue Apr 24, 2018 · 0 comments
Open

Compiler options #165

JaimieMurdock opened this issue Apr 24, 2018 · 0 comments

Comments

@JaimieMurdock
Copy link
Member

Right now the Gibbs sampler doesn't make use of many optimizations because I can't set custom compiler flags for -march=native -O3 in gcc. This is because on Windows it's going to use msvc to compile, which uses /arch:AVX for some more optimizations.

Some notes on discovering which compiler is used.
Some tests for compiler flags.
/arch documentation for msvc

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

1 participant