commit | eccc759c36a4023357c87fde79732e4c916676d2 | [log] [tgz] |
---|---|---|
author | Gregory Chanan <gchanan@fb.com> | Wed Jun 21 11:28:12 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Thu Jun 22 12:48:43 2017 -0400 |
tree | d1b467c651d47c1a06503898e94caef3b3204fb4 | |
parent | 93a7c9de29900f166486373744a0e90c7046a56a [diff] |
Support out-of-place broadcast type definitions.
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