commit | 8ce1382e992e5c44c0565f6e575f3c135bcd7087 | [log] [tgz] |
---|---|---|
author | Eric Cosatto <cosatto@nec-labs.com> | Mon Apr 03 18:02:15 2017 -0400 |
committer | Soumith Chintala <soumith@gmail.com> | Mon Apr 03 18:02:15 2017 -0400 |
tree | 77815270d72dfa68ecd3e00f98bbf6b79d9b2750 | |
parent | 3abf2ef225081ac353a9a5512c1eaaafea02f3db [diff] |
make it compile on Windows + use ilp64 MKL (#981)
Environment variables control the disabling of certain explicit SIMD optimizations.
TH_NO_AVX2=1 # disable AVX2 codepaths TH_NO_AVX=1 # disable AVX codepaths TH_NO_SSE=1 # disable SSE codepaths