commit | bd705d38ce11a0ca1547f709f29f80a02b3dd894 | [log] [tgz] |
---|---|---|
author | Adam Paszke <adam.paszke@gmail.com> | Tue May 23 15:42:29 2017 -0400 |
committer | Soumith Chintala <soumith@gmail.com> | Thu May 25 16:49:22 2017 -0400 |
tree | 443a95b7d4f982911a793b61ab34afba6289bd56 | |
parent | 3abe5c80d2073f0e72f79b88f11b2a9d320fb116 [diff] |
Add scatterAdd
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