Skip to content

Instantly share code, notes, and snippets.

@jerheff
Created March 12, 2017 01:30
Show Gist options
  • Save jerheff/179cbef6abbaace3c1ef685482f2b09f to your computer and use it in GitHub Desktop.
Save jerheff/179cbef6abbaace3c1ef685482f2b09f to your computer and use it in GitHub Desktop.
TensorFlow CPU build with optimizations
bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-msse4.2 //tensorflow/tools/pip_package:build_pip_package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment