aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build
Commit message (Collapse)AuthorAge
* Fix bug in nonpip builds in ci_parameterized_build.shGravatar Todd Wang2018-10-05
| | | | | | | The extra spaces were confusing bash's string-line-continuation from the backslash `\` on the previous line. PiperOrigin-RevId: 215964853
* Workaround build errors in Android NDK r14b.Gravatar Jeremy Lau2018-10-05
| | | | PiperOrigin-RevId: 215950376
* Add TF_BUILD_TEST_TIMEOUT to ci_parameterized_build.shGravatar Todd Wang2018-10-04
| | | | PiperOrigin-RevId: 215793932
* Add tensorflow_estimator pip package to install_pip_packages.shGravatar Michael Case2018-10-04
| | | | | | We will need this for remote-build presubmits to pass. PiperOrigin-RevId: 215760872
* Pin wheel=0.31.1 in install_auditwheel.sh to work around issueGravatar Todd Wang2018-10-03
| | | | | | https://github.com/pypa/auditwheel/issues/102 PiperOrigin-RevId: 215685104
* Fix ci_parameterized_build to pass environment variables to tests.Gravatar Todd Wang2018-10-03
| | | | | | | This is particularly important when using --run_under with parallel_gpu_execute, since the envvars control the execution. PiperOrigin-RevId: 215637931
* Disable XLA for Android builds.Gravatar Jeremy Lau2018-10-03
| | | | PiperOrigin-RevId: 215605865
* Pin wheel=0.31.1 to work around issueGravatar Jeremy Lau2018-10-02
| | | | | | https://github.com/pypa/auditwheel/issues/102 PiperOrigin-RevId: 215486669
* Disable XLA from raspberry pi builds.Gravatar Todd Wang2018-10-02
| | | | | | | There is no known conceptual reason we can't use XLA, but in practice we have some build issues that will need to be fixed. PiperOrigin-RevId: 215484942
* Merge pull request #21374 from perfinion:bazelGravatar TensorFlower Gardener2018-10-02
|\ | | | | | | PiperOrigin-RevId: 215483141
* | Internal change.Gravatar Anna R2018-10-02
| | | | | | | | PiperOrigin-RevId: 215477724
* | Update keras_applications to 1.0.6 and keras_preprocessing to 1.0.5.Gravatar Francois Chollet2018-10-01
| | | | | | | | | | | | This removes the transitive keras and scipy dependencies in TensorFlow. PiperOrigin-RevId: 215277190
* | Do not pass in the bazel default toolchain via extra_toolchains.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | Without this the default toolchain is used for a subset of the build and the tests do not actually run on GPUs. This uncovered a setup problem in the Docker image that needed fixing. PiperOrigin-RevId: 214987676
* | Build TF with XLA support by default.Gravatar Todd Wang2018-09-28
|/ | | | | | | Building binaries with XLA support does not enable it by default, it simply makes it accessible via default binary builds. PiperOrigin-RevId: 214942824
* Merge pull request #20277 from ROCmSoftwarePlatform:upstream-stagingGravatar TensorFlower Gardener2018-09-27
|\ | | | | | | PiperOrigin-RevId: 214793113
* | Update scipy to 1.1.0.Gravatar A. Unique TensorFlower2018-09-21
| | | | | | | | | | | | Code uses scipy.signal.stft, which was added in 0.19. PiperOrigin-RevId: 213998546
* | Internal change.Gravatar Anna R2018-09-21
| | | | | | | | PiperOrigin-RevId: 213948394
* | Update links to install pages.Gravatar Billy Lamberta2018-09-20
| | | | | | | | PiperOrigin-RevId: 213917946
* | Merge pull request #22255 from wdirons:ppc64le_use_cuda92Gravatar TensorFlower Gardener2018-09-15
|\ \ | | | | | | | | | PiperOrigin-RevId: 213128841
* | | Fix parallel_gpu_execute.sh script on windows.Gravatar Gunhan Gulsoy2018-09-13
| | | | | | | | | | | | PiperOrigin-RevId: 212887532
| * | Move ppc64le build/test to cuda 9.2Gravatar William D. Irons2018-09-13
| | | | | | | | | | | | | | | | | | | | | CUDA 9.2 is the first version of cuda that nvidia will support on Power9 hardware. The dockerfile is used in the jenkins build of the pp64le whl file and in the CI/CD test.
* | | Internal change.Gravatar Anna R2018-09-12
| | | | | | | | | | | | PiperOrigin-RevId: 212729341
* | | Internal change.Gravatar Anna R2018-09-12
|/ / | | | | | | PiperOrigin-RevId: 212684548
* | Merge pull request #21860 from Intel-tensorflow:add-mkl-cc-testsGravatar TensorFlower Gardener2018-09-11
|\ \ | | | | | | | | | PiperOrigin-RevId: 212551803
* | | Not running no_gpu tagged tests on GPU and not running benchmark-test for ↵Gravatar Amit Patankar2018-09-11
| | | | | | | | | | | | | | | | | | any pip builds. PiperOrigin-RevId: 212541571
* | | Replace global starter flags with call-specific flagsGravatar Austin Anderson2018-09-10
| | | | | | | | | | | | | | | | | | The earlier version of convenient default flags mistakenly applied --build_tests_only to normal "bazel build" calls, which broke pip.sh (and probably invalidated some other things). This resolves that problem by setting flags specific to "test" and "build" commands. PiperOrigin-RevId: 212355193
* | | Match the presubmit test machine setup in the Dockerfile.Gravatar A. Unique TensorFlower2018-09-10
| | | | | | | | | | | | PiperOrigin-RevId: 212309247
* | | Replace blanket-exclusion of TF Lite tests with --build_tests_onlyGravatar Austin Anderson2018-09-07
| | | | | | | | | | | | PiperOrigin-RevId: 212065169
* | | Install h5py in the docker container.Gravatar Amit Patankar2018-09-07
| | | | | | | | | | | | PiperOrigin-RevId: 212054037
* | | Add TF Lite-disabling variableGravatar Austin Anderson2018-09-06
| | | | | | | | | | | | PiperOrigin-RevId: 211906579
* | | Set TF_CUDNN_VERSION to 7 in windows build. This doesn't change the version ↵Gravatar Guangda Lai2018-09-06
| | | | | | | | | | | | | | | | | | at the runtime since in configure.py it will strip the ".0" suffix, but it makes the things cleaner and less confusing. PiperOrigin-RevId: 211860068
* | | Add Dockerfile for RBE GPU.Gravatar A. Unique TensorFlower2018-09-06
| | | | | | | | | | | | | | | | | | This Dockerfile is intended to be used for TF/XLA remote builds. PiperOrigin-RevId: 211843812
| | * [ROCm] bazel build system and continuous integration logicGravatar Wen-Heng (Jack) Chung2018-09-05
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | The commit contains following components to support TensorFlow on ROCm platform - bazel build system - continuous integration logic Authors: - Jack Chung: jack.chung@amd.com - Jeffrey Poznanovic: Jeffrey.Poznanovic@amd.com - Peng Sun: Peng.Sun@amd.com
* | Enable TensorRT in ci docker build.Gravatar Guangda Lai2018-09-04
| | | | | | | | PiperOrigin-RevId: 211500190
* | Add build_tag_filters that mirror the default test_tag_filters.Gravatar Amit Patankar2018-08-30
| | | | | | | | PiperOrigin-RevId: 210993963
* | Remove no-op COMPUTE_CAPABILITIES variableGravatar Austin Anderson2018-08-30
| | | | | | | | | | | | The COMPUTE_CAPABILITES var gets set during our build scripts, and the default here probably doesn't actually work if left alone. PiperOrigin-RevId: 210929650
* | Update TF gpu toolchain for RBEGravatar A. Unique TensorFlower2018-08-30
| | | | | | | | PiperOrigin-RevId: 210897377
* | Update update_version script to ignore docs.Gravatar Amit Patankar2018-08-28
| | | | | | | | PiperOrigin-RevId: 210601200
* | Upgrade Keras applications and Keras preprocessing.Gravatar Francois Chollet2018-08-24
| | | | | | | | PiperOrigin-RevId: 210174523
* | Drop contrib tests in windows to speed up windows bazel build.Gravatar Gunhan Gulsoy2018-08-24
| | | | | | | | PiperOrigin-RevId: 210160250
| * [Intel MKL] Adding cc tests to the MKL public CI tests.Gravatar Clayne Robison2018-08-24
|/
* Internal changeGravatar Yifei Feng2018-08-24
| | | | PiperOrigin-RevId: 210124158
* Windows: Fix pip package installation in GPU buildGravatar A. Unique TensorFlower2018-08-22
| | | | | | The GPU pip package name has been renamed to tensorflow_gpu-*.whl PiperOrigin-RevId: 209817853
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 209663919 by yifeif<yifeif@google.com>: Internal change. -- 209663914 by amitpatankar<amitpatankar@google.com>: Fix the topk_op_test for numpy>1.15. -- 209660476 by jdduke<jdduke@google.com>: Fix model lifetime for TensorFlow Lite C# bindings Ensure the model's existence for the duration of the interpreter, as per API requirements. -- 209655960 by scottzhu<scottzhu@google.com>: Unify RNN Cell interface between TF and Keras. -- 209655731 by A. Unique TensorFlower<gardener@tensorflow.org>: Added tests for PredictionOps and PartitionExamplesOps -- 209655291 by nolivia<nolivia@google.com>: adding rate class so that we can save global_step/sec using tf.contrib.summary. The function takes the rate in relation to any tensors provided that the numerator and denominator are broadcastable and have dtypes that can be cast to float64 -- 209654655 by kramerb<kramerb@google.com>: [XLA] Switch from tensorflow::gtl::InlinedVector to absl::InlinedVector This one comes with extra goodies like a move constructor. -- 209653851 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal build specification change -- PiperOrigin-RevId: 209663919
* Fix the update_version call to use python rather than ./ as the python path isGravatar Amit Patankar2018-08-20
| | | | | | different. PiperOrigin-RevId: 209513754
* Adding functionality to Windows generate scripts to run for tf-nightly.Gravatar Amit Patankar2018-08-20
| | | | PiperOrigin-RevId: 209496111
* Merge branch 'master' into py36whlGravatar Gunhan Gulsoy2018-08-14
|\
| * Merge pull request #21480 from wdirons:run_test_files_for_ppc64leGravatar TensorFlower Gardener2018-08-11
| |\ | | | | | | | | | PiperOrigin-RevId: 208366190
| | * Updates for code review commentsGravatar William D. Irons2018-08-10
| | |
| * | Make tf.keras rely on external keras_applications and keras_preprocessing ↵Gravatar Francois Chollet2018-08-08
| | | | | | | | | | | | | | | | | | modules. PiperOrigin-RevId: 207953769