aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Upgraded LIBXSMM to 1.8.1.Gravatar A. Unique TensorFlower2017-05-18
| | | | PiperOrigin-RevId: 156508163
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | END_PUBLIC --- Commit c2b8927f2 authored by Dandelion Man?<dandelion@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Fix another d3v4 regression in the graph visualizer. PiperOrigin-RevId: 156343038 --- Commit 170f0b350 authored by Peter Hawkins<phawkins@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: [TF:XLA] Add XLA implementation of ResourceStridedSliceAssign. PiperOrigin-RevId: 156341053 --- Commit 1390dd68f authored by Vijay Vasudevan<vrv@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: When Op Type is not registered, log the hostname of the machine that it is running on in the error message, since the message could be routed back during a failure on a remote binary, and it is hard to tell which machine it came from. Ideally, we'd somehow log the name of the binary running instead, but we don't have a function to get that right now. PiperOrigin-RevId: 156337679 --- Commit 9ca8a151b authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Internal change. PiperOrigin-RevId: 156335942 --- Commit 40255434c authored by Martin Wicke<wicke@google.com> Committed by TensorFlower Gardener<gardener@tensorflow.org>: Deprecate contrib/learn/dataframe. To be removed June 15. PiperOrigin-RevId: 156333930 --- Commit 7f71b7fbe authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 156123287 PiperOrigin-RevId: 156503903
* Internal change.Gravatar A. Unique TensorFlower2017-05-17
| | | | PiperOrigin-RevId: 156335942
* Fixing issue with cuda configuration when cudnn.h located in ↵Gravatar A. Unique TensorFlower2017-05-17
| | | | | | /usr/include/cudnn.h PiperOrigin-RevId: 156306372
* Automated g4 rollback of changelist 155505438Gravatar A. Unique TensorFlower2017-05-15
| | | | PiperOrigin-RevId: 156053314
* Fixing issue with cuda configuration when cuda symlinked directories have a ↵Gravatar A. Unique TensorFlower2017-05-15
| | | | | | single file PiperOrigin-RevId: 156046172
* [TF:XLA] Update LLVM to upstream release r302782.Gravatar Peter Hawkins2017-05-12
| | | | PiperOrigin-RevId: 155903819
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
| | | | PiperOrigin-RevId: 155709893
* Make pprof definition deterministicGravatar Justine Tunney2017-05-10
| | | | PiperOrigin-RevId: 155584393
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-05-10
| | | | | | | | | | | | | | | 155425029 by A. Unique TensorFlower <gardener@tensorflow.org>: Internal change. -- 155424167 by A. Unique TensorFlower <gardener@tensorflow.org>: Internal change. -- PiperOrigin-RevId: 155425029
* Adds replace api into RunConfig.Gravatar Jianwei Xie2017-05-10
| | | | PiperOrigin-RevId: 155401586
* Added missing dependencies in llvm.BUILD.Gravatar A. Unique TensorFlower2017-05-08
| | | | Change: 155376589
* Remove deleted files.Gravatar Yifei Feng2017-05-05
|
* Add a profiler that dumps data in pprof format.Gravatar Anna R2017-05-05
| | | | Change: 155249446
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
| | | | Change: 155209832
* [TF:XLA] Update LLVM revision to SVN revision r302214.Gravatar Peter Hawkins2017-05-05
| | | | Change: 155192906
* Internal changeGravatar A. Unique TensorFlower2017-05-03
| | | | Change: 154978617
* Enabling python configuration to use a remotely generated configuration. ↵Gravatar A. Unique TensorFlower2017-05-01
| | | | | | This will prepare TF for use of Bazel's new remote execution api. Change: 154726835
* Removing unnecessary cuda:platform.bzlGravatar A. Unique TensorFlower2017-05-01
| | | | Change: 154712918
* Change creation of symlinks (via skylark method) in cuda_configure.bzl.tpl ↵Gravatar A. Unique TensorFlower2017-04-28
| | | | | | for creation of genrules (via _tpl) that do the equivalent symlinks, but during build (not during Skylark execution). Change: 154535355
* Removing python_config.sh, moved functionality asking users for input to ↵Gravatar A. Unique TensorFlower2017-04-27
| | | | | | root configure moved lib checks to python_configure.bzl Change: 154412830
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
| | | | Change: 153925676
* Automated rollback of change 153736477Gravatar A. Unique TensorFlower2017-04-21
| | | | Change: 153825726
* Automated rollback of change 153709951Gravatar Shanqing Cai2017-04-20
| | | | Change: 153736477
* Adding python_configure.bzl to (partially) replace python_config.shGravatar A. Unique TensorFlower2017-04-20
| | | | Change: 153709951
* removing unused variable LLVM_HOST_COMPILER_PATHGravatar A. Unique TensorFlower2017-04-20
| | | | Change: 153707385
* Update LLVM version to upstream revision r300726.Gravatar Benjamin Kramer2017-04-19
| | | | Change: 153642821
* Cleaning up duplicate calls to _tpl in cuda_configure.bzlGravatar A. Unique TensorFlower2017-04-18
| | | | Change: 153467463
* Added hpp files to cuda_headers target.Gravatar A. Unique TensorFlower2017-04-13
| | | | Change: 153075650
* Add support for solvers based on the Nvidia cuSolver library.Gravatar A. Unique TensorFlower2017-04-10
| | | | | Implement a GPU version of tf.cholesky as a first example. Change: 152756373
* Add AudioSpectrogram op to TensorFlow for audio feature generationGravatar Pete Warden2017-04-05
| | | | Change: 152332221
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152200430
* Enable snappy.Gravatar Saurabh Saxena2017-03-30
| | | | | Fix implicit type cast bug in snappy_inputbuffer. Bitwise OR of unsigned int and signed char can cause unexpected issues so we explicitly cast it to unsigned char. Change: 151737878
* Add cuda_clang build configuration that allows to use clang as a CUDA compiler.Gravatar A. Unique TensorFlower2017-03-30
| | | | Change: 151705528
* Add markdown support to TensorBoard text plugin.Gravatar Dandelion Mané2017-03-28
| | | | | | | The markdown is sanitized, so TensorBoard will be safe from XSS attacks. Added markdown, bleach, and html5lib as dependencies. Change: 151479803
* Internal change.Gravatar A. Unique TensorFlower2017-03-23
| | | | Change: 151064926
* Merge changes from github.Gravatar Martin Wicke2017-03-23
| | | | Change: 151046259
* Update LLVM version to upstream revision r297704.Gravatar Peter Hawkins2017-03-14
| | | | Change: 150078943
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
| | | | Change: 149800363
* Merge changes from github.Gravatar Andrew Harp2017-03-01
| | | | Change: 148954491
* Set HAVE_SNPRINTF for nasm. This is needed to make tensorflow compile withGravatar A. Unique TensorFlower2017-02-24
| | | | | clang. Change: 148447802
* "the the" -> "the"Gravatar A. Unique TensorFlower2017-02-21
| | | | Change: 148163782
* Update LLVM release to @295711 to fix build breakage.Gravatar Peter Hawkins2017-02-21
| | | | Change: 148158849
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
| | | | Change: 147897309
* Internal change.Gravatar A. Unique TensorFlower2017-02-09
| | | | Change: 147051664
* Deleted references to non existent //third_party/mkl libraryGravatar Benoit Steiner2017-02-08
| | | | Change: 146970526
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
| | | | Change: 146918929
* CudaRoot() returns the configured CUDA toolkit path.Gravatar Jingyue Wu2017-02-01
| | | | | | | Fixes the problem of XLA being unable to find libdevice files if not executed through bazel. For example, http://stackoverflow.com/questions/41729019/notfounderror-running-tensorflow-xla-example-libdevice-compute-35-10-bc/41800414#41800414 Change: 146329331
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
| | | | Change: 146316196
* Update LLVM to r293266.Gravatar Peter Hawkins2017-01-27
| | | | Change: 145804953