commit | 54a111564147f7621785b0f284f77a7afd22f337 | [log] [tgz] |
---|---|---|
author | Trevor Killeen <killeentm@gmail.com> | Tue Aug 08 07:36:44 2017 -0700 |
committer | Soumith Chintala <soumith@gmail.com> | Tue Aug 15 02:58:14 2017 -0400 |
tree | e0290964bc2474edfd8e9ca23733ba53029d952d | |
parent | 4bca77816e8402539917d61ecce239810d7f3d5e [diff] |
move clamped random functions out of cwrap and into TH
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