wqj97 / tensorflow_OSX_build

tensorflow_OSX_build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow_OSX_build

TensorFlow whl custom build for OSX with SSE3 4.1 4.2 AVX AVX2 FMA support

TensorFlow

  • 1.2.0

    1. python2.7
  • 1.2.1

    1. python2.7
  • 1.3.0

    1. python2.7
  • 1.4.0

    1. python2.7

compile instructions:

bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-msse4.2 --copt=-msse4.1 --copt=-msse3 --copt=-mfma -k //tensorflow/tools/pip_package:build_pip_package

bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg

installation instruction:

pip install “your whl path” --upgrade

About

tensorflow_OSX_build