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
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.
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 usemsvc
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 msvcThe text was updated successfully, but these errors were encountered: