From 633ebf466e1204df00b7f25244f6b5eba73f68bd Mon Sep 17 00:00:00 2001 From: Danqing Liu Date: Mon, 26 Feb 2018 18:17:02 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff2cc6..c2139cb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ TF | Builds Please note that your machine needs to have a relatively new Intel CPU (and Nvidia GPU if you use the GPU version) to be compatible with the wheels below. If the hardware is not up-to-date, the wheels will not work. -Wheels for TensorFlow 1.4.1 and above contain support for GCP, S3 and Hadoop. +Wheels for TensorFlow 1.4.1 and above contain support for GCP, S3 and Hadoop. Compilation flags include: + +``` +--config=opt --config=cuda --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0 --copt=-mavx --copt=-msse4.1 --copt=-msse4.2 --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both +``` Wheels you will most likely need are listed below. Need something or a wheel doesn't work for you? File an issue. (Unfortunately, we won't be able to accommodate for requests for Windows wheels, as we don't have Windows machines ourselves.)