| commit | f805a8388be8dc55af0e3aa165b13cd0fce484d3 | [log] [tgz] |
|---|---|---|
| author | Luca Antiga <luca.antiga@orobix.com> | Thu Jul 13 22:37:27 2017 +0200 |
| committer | Soumith Chintala <soumith@gmail.com> | Fri Jul 14 17:25:25 2017 -0400 |
| tree | d553d5d64c557ce190992f1ae14fba89d8197fcb | |
| parent | 7e498d2219c8dbeb801fc4cefa36b147bbf76ff4 [diff] |
Wrap unbiased flag in var, std, varall, stdall
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