TensorFlow and CUDA Setup for Mac OS X - BKJackson/BKJackson_Wiki GitHub Wiki

Official setup info

TensorFlow Download & Setup Page (r0.11)
Setup GPU for Mac OSX

Setup info by individuals

How to enable cuda support for tensor flow on Mac OS X (Updated on April:2016 Tensorflow 0.8) Github Gist by Mistobaan/tensorflow_cuda_osx.md. "These instructions will explain how to install tensorflow on mac with cuda enabled GPU support."
How to fix dyld: Library not loaded: @rpath/libcudart.7.5.dylib issue when you build tensorflow on your Mac JimmyKon/tensorflow_build_issue_fix

Tensorflow issues from github repository

Open

All Open Issues for TensorFlow on Github

Closed

Tensorflow with GPU on Mac OSX: Works in Python but NOT IPython #3321 Closed on 7/28/2016

Python Homebrew/brew notes & articles

OS X - Deciding between anaconda and homebrew Python environments Stackoverflow
wget Sanity after Installing Homebrew and F*cking Up PATH/PYTHONPATH
Homebrew Terminology Doc

Homebrew/brew Notes:
Homebrew uses Git for downloading updates and contributing to the project.
Homebrew installs Kegs to the Cellar and then symlinks some of the installation into /usr/local.
Check /usr/lib for dependencies.
Cask is an extension of homebrew to install macOS native apps.
Packages (formulae) are installed in /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula.
A Bottle is a pre-built Keg that is used instead of building from source (they have extension .bottle.tar.gz).

$ brew update
$ brew ls         # see kegs in your Cellar
$ brew install --debug --verbose $FORMULA     # debug installation
$ brew install $FORMULA