commit | f0b8c4821b7c9b2036e6d4adeede570d95b32b7f | [log] [tgz] |
---|---|---|
author | Gregory Chanan <gchanan@fb.com> | Mon Jun 05 07:51:58 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Sun Jun 11 04:32:08 2017 -0400 |
tree | 0cfbccfa7fe4111ebedc60a1f178d2eb205fef32 | |
parent | 0f79bf1a69d2dd52ff702a13ba74fa2f2554680b [diff] |
Incorporate review comments: 1) Line up trailing dimensions in broadcast docs. 2) remove unnecessary expand_as in common_nn test. 3) use view in tensor_str instead of resize_. 4) newExpand remove raiseErrors change. 5) clarify expandedSizes/expandedStrides parameters in inferExpandGeometry. 6) simplify inferSize2/inferSizeN implementations. 7) use new-style classes for warning.
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