Disable SSE4.1 when compiling TensorFlow

后端 未结 1 1102
予麋鹿
予麋鹿 2020-12-12 04:00

I followed the instruction on TF\'s website and install the TensorFlow from the source code. I did not change any configurations, all are the default values.

When I

相关标签:
1条回答
  • 2020-12-12 04:36

    This line in tensorflow/tensorflow.bzl is responsible for enabling SSE 4.1 instructions in all x86 builds. If you delete that line, the resulting build should work on your machine.

    0 讨论(0)
提交回复
热议问题