Skip to content

Instantly share code, notes, and snippets.

@akbargumbira
Last active September 12, 2018 08:42
Show Gist options
  • Save akbargumbira/24f017860f5399f1479382d6b3d3cb9a to your computer and use it in GitHub Desktop.
Save akbargumbira/24f017860f5399f1479382d6b3d3cb9a to your computer and use it in GitHub Desktop.
tf build
bazel build --config=mkl -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2 -k //tensorflow/tools/pip_package:build_pip_package --explain --verbose_explanations
bazel-bin/tensorflow/tools/pip_package/build_pip_package ~/path_to_save_wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment