commit | 32fd4a3d6081a13c18ce4f8dcb37260a830a911f | [log] [tgz] |
---|---|---|
author | Trevor Killeen <killeentm@gmail.com> | Tue May 02 12:32:09 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Thu Jun 22 17:21:19 2017 -0400 |
tree | 978ad9ab7e428dfde0f9d2ef51321b2345ae14e2 | |
parent | fb32164a72004e63ebfe1f9ca8366ff12f8fbec2 [diff] |
Advanced Indexing Part 1 -- Purely Integer Array Indexing
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