lakshayg/tensorflow-build-archived

AVX2 risk?

canius opened this issue · 1 comments

Anyone know if there is any risk if I run the special version of tensorflow supporting AVX2 on a mac while the mac's cpu not supporting AVX2?

I'm not sure if there is any such risk. I guess the program would just crash in case it encounters an instruction not supported by your architecture. Incase you need a version compiled without AVX2, I do have it in the repository.