| commit | 58334a0c4b3c386931293f7fbee3d2cf066221a5 | [log] [tgz] |
|---|---|---|
| author | Soumith Chintala <soumith@gmail.com> | Tue Jul 18 03:58:01 2017 +0000 |
| committer | Soumith Chintala <soumith@gmail.com> | Wed Jul 19 11:22:46 2017 -0400 |
| tree | 59c25b616e34533661d50dab23edc8854db25934 | |
| parent | f805a8388be8dc55af0e3aa165b13cd0fce484d3 [diff] |
static MKL detection and linkage fixes
Environment variables control the disabling of certain explicit SIMD optimizations.
x64 options: TH_NO_AVX2=1 # disable AVX2 codepaths TH_NO_AVX=1 # disable AVX codepaths TH_NO_SSE=1 # disable SSE codepaths ppc64le options: TH_NO_VSX=1 # disable VSX codepaths