commit | 4bef5f5ff97c0b02b9125caf3e68008573c25dd7 | [log] [tgz] |
---|---|---|
author | rluo <rluo@ttic.edu> | Wed Aug 23 12:31:18 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Fri Aug 25 14:01:53 2017 -0400 |
tree | f81a5d0cc3af51c9988a1d4b1518c6f4e152336c | |
parent | 98ac4542e0e097cd1b26c62d0ffe7fb37230347c [diff] |
Not changing dimension size for expand when target size is -1
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