aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-01 08:07:53 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-01 09:17:15 -0700
commita00fa7b7013b86afafb773b954e5b81ea1c8c85a (patch)
tree4e07682314d0db5daa45de6ab5fca6df33178f12
parentb68903f5b6d29af34a251eb57b1dcb5bc2e38e5d (diff)
Adds documentation for ubuntu-specific build issue seen by open-source users.
Change: 126415298
-rw-r--r--tensorflow/g3doc/get_started/os_setup.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md
index 158c84b4ef..923535144b 100644
--- a/tensorflow/g3doc/get_started/os_setup.md
+++ b/tensorflow/g3doc/get_started/os_setup.md
@@ -952,6 +952,14 @@ SyntaxError: invalid syntax
Solution: make sure you are using Python 2.7.
+#### Ubuntu build issue on Linux 16.04 when building with --config=cuda: build fail with cuda: identifier "__builtin_ia32_mwaitx" is undefined.
+GitHub issue: https://github.com/tensorflow/tensorflow/issues/1066
+
+Solution: Add the following compiler flags to third_party/gpus/crosstool/CROSSTOOL
+
+cxx_flag: "-D_MWAITXINTRIN_H_INCLUDED"
+cxx_flag: "-D_FORCE_INLINES"
+
### Mac OS X: ImportError: No module named copyreg
On Mac OS X, you may encounter the following when importing tensorflow.