commit | 441d75ce569f89bad3e2f1f2a2075e68ae3bc76b | [log] [tgz] |
---|---|---|
author | Pedro Porto Buarque de Gusmao <pedropgusmao@gmail.com> | Fri Apr 07 16:51:12 2017 +0200 |
committer | soumith <soumith@fb.com> | Fri Apr 07 16:56:12 2017 -0700 |
tree | 47c29a4e8667f754bbd8a0cc080600bc9c08a58c | |
parent | ae1c365dbdbf667ae24c57eec9f2e6b9debf16bd [diff] |
Adapts basic operations to new THXVector interface
Environment variables control the disabling of certain explicit SIMD optimizations.
TH_NO_AVX2=1 # disable AVX2 codepaths TH_NO_AVX=1 # disable AVX codepaths TH_NO_SSE=1 # disable SSE codepaths