aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
Commit message (Collapse)AuthorAge
* Update cuda and cudnn paths to for debianGravatar Niall Moran2018-08-09
|
* Upgrade bazel to 0.15.0.Gravatar Yifei Feng2018-07-24
| | | | PiperOrigin-RevId: 205878953
* Fix grammar in configure.pyGravatar A. Unique TensorFlower2018-07-20
| | | | PiperOrigin-RevId: 205421605
* Update minimum bazel version to 0.13.0.Gravatar Reed Wanderman-Milne2018-07-19
| | | | | | | | I was using bazel 0.12.0 and was getting the error: file '@bazel_tools//tools/cpp:windows_cc_configure.bzl' does not contain symbol 'setup_vc_env_vars' PiperOrigin-RevId: 205316270
* Improve Windows build processGravatar A. Unique TensorFlower2018-07-19
| | | | | | | After this change, the windows build steps should be like: https://docs.google.com/document/d/1oVYzPJVv8r5N9PecqwG74rY_QbqPH70IxBouBHdq5EI/edit?usp=sharing PiperOrigin-RevId: 205295588
* Automated rollback of commit 5e7178ddb7bc8b863469f7240d0cf5a74c77b543Gravatar Yifei Feng2018-07-18
| | | | PiperOrigin-RevId: 205165137
* Upgrade bazel to 0.15.0.Gravatar Yifei Feng2018-07-18
| | | | PiperOrigin-RevId: 205147588
* Fix default SDK path for Mac.Gravatar Shashi Shekhar2018-07-17
| | | | PiperOrigin-RevId: 204919096
* Merge pull request #20357 from JonTriebenbach:openblas-for-ppc64leGravatar TensorFlower Gardener2018-07-16
|\ | | | | | | PiperOrigin-RevId: 204859562
* | internal changeGravatar Toby Boyd2018-07-16
| | | | | | | | PiperOrigin-RevId: 204832902
* | Disable more TF_NEED_* on Windows by default.Gravatar A. Unique TensorFlower2018-07-16
| | | | | | | | | | | | This simplifies ./configure process on Windows, we can remove them when we actually support the corresponding feature on Windows. PiperOrigin-RevId: 204804112
* | Update default cuda compute capability while installing from sources to ↵Gravatar Smit Hinsu2018-07-14
| | | | | | | | | | | | cover up to Volta PiperOrigin-RevId: 204606836
* | Update default NCCL version while installing from source to 2.2Gravatar Smit Hinsu2018-07-13
| | | | | | | | | | | | This is to keep the default configuration consistent with prebuilt TensorFlow. PiperOrigin-RevId: 204513386
* | Add CROSSTOOL for Windows GPU build with nvcc compilerGravatar A. Unique TensorFlower2018-07-11
| | | | | | | | | | | | | | | | | | | | After this change, to build TensorFlow with GPU support on Windows, you just need to follow the same procedure as Linux. Also re-enable remote cache since the bug in b/111106393 has been fixed by the new wrapper script. The clean-up of the wrapper scripts also made the build around 5 mins faster than using Bazel's msvc wrapper script. PiperOrigin-RevId: 204105368
* | Set correct environment variable for CUDA install pathGravatar A. Unique TensorFlower2018-07-08
| | | | | | | | | | | | configure.py respects CUDA_TOOLKIT_PATH instead of CUDA_INSTALL_PATH PiperOrigin-RevId: 203591214
* | Add KinesisDataset support for tensorflow Dataset (#19712)Gravatar Yong Tang2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KinesisDataset support for tensorflow Dataset This fix is an attempt to add Kinesis support for tensorflow's Dataset. Kinesis is provided by AWS as a managed data streaming service. It is similiar to Apache Kafka, often used in places where maintaining a independent Kafka cluster on AWS is not desirable or possible. This fix adds the Kinesis support for tensorflow Dataset. Similiar to the Kafka integration in tensorflow, KinesisDataset outputs tf.string for records. Test cases have also been added, which could be invoked manually. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in dataset_ops.cc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in python wrapper Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases for KinesisDataset Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update AWS library include files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add Bazel BUILD files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename s3_crypto to aws_crypto Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename with_s3_support to with_aws_support Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Selectively add kinesis to tensorflow/contrib/BUILD Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Set different partition key and pylint fix. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing modules in cmake's python_modules.txt Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedback Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Checking that the NCCL 2 license file is found, see GitHub issue 19679.Gravatar A. Unique TensorFlower2018-06-29
| | | | | | | | PiperOrigin-RevId: 202613754
* | Merge changes from github.Gravatar Mingxing Tan2018-06-28
| | | | | | | | PiperOrigin-RevId: 202585094
| * Build OpenBLAS 0.3.0 on ppc64le for TF testsGravatar Jon Triebenbach2018-06-27
| |
| * Fix internal build errors.Gravatar gracehoney2018-06-21
| |
* | Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201110240
* | Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201033171
* | Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201011811
| * Merge with masterGravatar Sami Kama2018-06-06
| |\
| | * Added segment graphdef conversion functionsGravatar Sami Kama2018-06-06
| | | | | | | | | | | | Functional Dyn Ops
| * | Merge commit for internal changesGravatar Patrick Nguyen2018-06-06
| |\ \ | |/ / |/| |
* | | Moves generated android_sdk() and android_ndk() repo rules out of WORKSPACE.Gravatar Michael Case2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These rules currently get written by configure.py script to WORKSPACE file which is not ideal since (1) WORKSPACE file is tracked by git and (2) we require users to manually delete the rules in order to update/regenerate them. Moving these rules into an external repo that is generated based on several ENV variables set by the configure.py script. Modifying any of these ENV variables will cause the rules to be updated. PiperOrigin-RevId: 199388460
| * | BUILD: dont force stripping (#19599)Gravatar Jason Zaman2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUILD: dont force stripping Build systems must not strip binaries, it makes it impossible for distros to ship debugging symbols for packages. bazel build has a --strip option to allow the user to generate stripped binaries in a configurable way, that should be used instead. https://fedoraproject.org/wiki/Packaging:Debuginfo https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces#Stripping Signed-off-by: Jason Zaman <jason@perfinion.com> * configure: add --strip=always to bazelrc
* | | Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | | | | | | | | | | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
| * | Merge commit for internal changesGravatar zhengxq2018-05-18
| |\ \ | |/ / |/| / | |/
* | Remove -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK being added by default to all ↵Gravatar Michael Case2018-05-17
| | | | | | | | | | | | builds. PiperOrigin-RevId: 197037867
| * Merge commit for internal changesGravatar Yifei Feng2018-05-08
| |\ | |/ |/|
* | Remove outdated CUDA SDK string (the text is now consistent with other ↵Gravatar A. Unique TensorFlower2018-05-08
| | | | | | | | | | | | version choices, and the '9.0' format is already present in the default). PiperOrigin-RevId: 195855416
| * Remove whitespace characters from tf_cuda_compute_capabilities user string ↵Gravatar Maciej2018-04-30
|/ | | | | (#18986) Remove all whitespace characters from the user specified tf_cuda_compute_capabilities string as this can results in errors during the split operation, and is easy for users to do as it is natural to insert a space after a comma
* Remove deprecated/unused python related Bazel options.Gravatar Michael Case2018-04-16
| | | | | | | | Since py_runtime was introduced, Bazel ignores options such as --force_python2 and --python2_path. Deleting to clean stuff up and make sure people are not misled. PiperOrigin-RevId: 193127681
* Fix Windows GPU TensorFlow Bazel builds.Gravatar Michael Case2018-04-11
| | | | | | | The configure.py script will error out on Windows GPU builds due to NCCL attempted to be configured (and is currently Linux only). PiperOrigin-RevId: 192461362
* Merge changes from github.Gravatar Michael Case2018-04-10
| | | | PiperOrigin-RevId: 192388250
* Add support for NCCL2. The configure script asks for what version of NCCL to ↵Gravatar A. Unique TensorFlower2018-04-05
| | | | | | | | use. The default is still NCCL 1 from GitHub. If the user chooses NCCL 2, it asks for the install directory. The nccl_configure.bzl generates two different BUILD files based on the chose NCCL version. For NCCL 1, it aliases to the existing 'nccl_archive' http_repo on GitHub. For NCCL 2, it creates a target containing the NCCL 2 library and headers from the chosen install directory. PiperOrigin-RevId: 191718007
* Compile TensorFlow with /arch:AVX on WindowsGravatar A. Unique TensorFlower2018-04-04
| | | | | | /arch:AVX is the correpsonding option in MSVC for gcc's --march=native PiperOrigin-RevId: 191660389
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Merge changes from github.Gravatar Benoit Steiner2018-03-22
| | | | PiperOrigin-RevId: 190161440
* Allow to download clang and use clang for CPU builds.Gravatar Ilya Biryukov2018-03-22
| | | | | | | | | | | Previously we only allowed to download clang when doing GPU builds. The added skylark files use bazel's autoconf scripts, which were only added in 0.10.0. To provide nice error message for older versions of bazel (i.e. 'version is less than 0.10' vs 'can't load @bazel_tools/cpp/...'), we move the bazel version check into WORKSPACE file from workspace.bzl. PiperOrigin-RevId: 190050798
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
| | | | PiperOrigin-RevId: 188817194
* Merge changes from github.Gravatar Yifei Feng2018-02-22
| | | | PiperOrigin-RevId: 186674197
* Merge changes from github.Gravatar Ankur Taly2018-02-16
| | | | PiperOrigin-RevId: 186073337