Question about using pytorch binaries

Hello all,

If I install pytorch on ubuntu 16.04 using binaries like this:

cu90/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl

from here:

http://pytorch.org/previous-versions/

Will I get pytorch with SSE4 and AVX support? My CPU is quite modern and supports SSE4_1, SSE4_2 and AVX?

I am going through some serious challenge of core crashes that @soumith thinks it is because of lack of SSE4 support