Will TensorFlow use a GPU on a Mac if it is installed in a virtual machine?

From the TensorFlow “Getting Started” page:

# Only CPU-version is available at the moment.
$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

I'm not very familiar with using GPUs or CUDA libraries, but if I installed TensorFlow inside a Linux virtual machine (say precise32 is available through Vagrant), will TensorFlow use a GPU when working inside this virtual machine?

+4
source share
2 answers

, . VirtualBox, , PCI Passthrough MacOS, Linux ( ... -, ). MacOS (), , VM .

+5

: Tensorflow Mac OS X. PR https://github.com/tensorflow/tensorflow/pull/664 brew install coreutils Linux Linux . 10- NVIDIA gforce 960 Intel i7-6700K.

+4

Source: https://habr.com/ru/post/1615453/


All Articles