I would like to install the TF version supporting the correct CPU extension to improve performance.
Following this instruntion and this repo, I cannot find a matching distribution supporting Python 3.6 and TF 10.12.0
Thank you!
I would like to install the TF version supporting the correct CPU extension to improve performance.
Following this instruntion and this repo, I cannot find a matching distribution supporting Python 3.6 and TF 10.12.0
Thank you!
You can find a build on the external links that should satisfy all your requirements here. From the very repo you linked, in the External Links sections, is listed that build with support for TF 1.12.0, CPU, MacOS Mojave, Python 3.6.0, FMA, AVX, AVX2, SSE4.1, SSE4.2.
If that doesn't work for you for some reason, more info would be needed. In that case however, since that's the only build on there that resembles what you asked, a complete build with bazel will probably be necessary. For the specific flags in the bazel build
however, if you can't afford to use the default -march=native
, which will optimize for all the flags available on your CPU, you may want to check out what specific flags you need from the gcc manual.