aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
Commit message (Collapse)AuthorAge
...
| * | 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
| | |
* | | Use != instead of not ==Gravatar Sami Kama2018-06-19
| | |
* | | Change logic to BAZEL_STRIP!=0Gravatar Sami Kama2018-06-19
| | |
| * | 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
* | | Make it possible to disable bazel symbol strippingGravatar Sami Kama2018-06-13
| | |
| | * 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
* Merge changes from github.Gravatar Michael Case2018-02-07
| | | | PiperOrigin-RevId: 184897758
* Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
| | | | PiperOrigin-RevId: 183347199
* Merge changes from github.Gravatar Frank Chen2018-01-10
| | | | PiperOrigin-RevId: 181494416
* Move some build configs to tools/bazel.rc from configure.pyGravatar Michael Case2018-01-05
| | | | | | | | | | Moving --config=android_arm --config=mkl and --config=monolithic build configs into tools/bazel.rc. These options are just always written the same way to .bazelrc when configure.py is run. This should trim down the scope of configure.py and make it easier to build TF without running configure.py prior. PiperOrigin-RevId: 180973131
* Run gen_git_source.py inside of a repo_rule instead of configure.Gravatar Michael Case2017-12-22
| | | | PiperOrigin-RevId: 179971055
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
| | | | PiperOrigin-RevId: 179953488
* Added an option to download a fresh release of clang for doing cuda_clang ↵Gravatar A. Unique TensorFlower2017-12-22
| | | | | | | | | builds. Tested only on Linux, but should also work for Mac. No support for Windows is available yet. PiperOrigin-RevId: 179910980
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179263865
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
| | | | PiperOrigin-RevId: 179260538
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179258973