commit | 9060e6be7f624855ee825b9285a179c967fd5f43 | [log] [tgz] |
---|---|---|
author | Gregory Chanan <gchanan@fb.com> | Tue Jun 06 15:20:54 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Sun Jun 11 04:32:08 2017 -0400 |
tree | 594582975cea1447acba6f90e72f5a896db441bf | |
parent | f0b8c4821b7c9b2036e6d4adeede570d95b32b7f [diff] |
Remove raiseErrors from THTensor functions, have THStorage functions take an error_buffer to return a proper error message while being able to handle memory management correctly from calling function.
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