mind / wheels

Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
886 stars 108 forks source link

Build for OSX #27

Open matthieudelaro opened 6 years ago

matthieudelaro commented 6 years ago

How about adding a build for OSX?

danqing commented 6 years ago

Do you need GPU? I think we can get some CPU builds for OSX but it may be a bit hard to get GPU ones.

matthieudelaro commented 6 years ago

Hi, no I don't need GPU, that is right. But I'd love to have a build fitted for Mac Books Air / Pro optimised with instruction sets like AVX AVX2. Installing with pip I get warning messages like TensorFlow binary was not compiled to use: AVX ... Because right now simple forward pass take lots of time.

roysheffi commented 6 years ago

Hi @danqing,

Please make available a macOS build of tf1.6-cpu-mkl. Specifically, I'm targeting macOS Sierra 10.12.6 on MacBook Pro 2016 and 2017 models.

Thanks!