commit | f425c5216b7fe35dd03e0161a3440ec968c63636 | [log] [tgz] |
---|---|---|
author | Luca Antiga <luca.antiga@orobix.com> | Wed Jun 07 02:21:20 2017 +0200 |
committer | Soumith Chintala <soumith@gmail.com> | Tue Jul 04 14:55:19 2017 -0400 |
tree | bdae6248865e564fcb66ffe23c86afa3fa3ca163 | |
parent | e5bac2dd2d69772938482c1431db1fc1efb64c6f [diff] |
Have median reduce over all dims and return just the value when dim is not provided
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