aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/util.cc
Commit message (Expand)AuthorAge
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Fix std::accumulate init value in xla::ProductGravatar A. Unique TensorFlower2018-03-14
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* [XLA] Add source mapping utility translation unit, use it in the local client.Gravatar Chris Leary2018-01-25
* Fix more clang-tidy warnings:Gravatar Eli Bendersky2017-11-29
* [XLA] Rework ScopedLoggingTimer into macros, and add some tracing to gpu_comp...Gravatar Justin Lebar2017-11-20
* Support --xla_dump_ir_to for the GPU backendGravatar Sanjoy Das2017-10-02
* Protect XLA_{V,}LOG_LINES with a mutex.Gravatar Justin Lebar2017-09-18
* [XLA] Add helper method xla::MakeEdgePaddingConfig for creating an xla::Paddi...Gravatar Peter Hawkins2017-09-14
* Improve handling of transcendental operations in the Hlo profile:Gravatar A. Unique TensorFlower2017-08-02
* [XLA:CPU] Atomically enqueue tuple buffers for outfeed.Gravatar Chris Leary2017-07-31
* [XLA] Change backtrace logging from WARNING to VLOG(1)Gravatar Eli Bendersky2017-07-24
* [XLA] Remove the xla_status_add_backtrace flag.Gravatar Eli Bendersky2017-07-24
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Fold Pad into ReduceWindow.Gravatar Bjarke Hammersholt Roune2017-05-11
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* [TF:XLA] Optimize the literal transpose operationGravatar A. Unique TensorFlower2017-05-05
* [XLA] Give Transpose its own Request, rather than piggybacking on ReshapeRequ...Gravatar Peter Hawkins2017-03-15
* [XLA] Make `PositionInContainer` polymorphic in container typeGravatar A. Unique TensorFlower2017-01-11
* [XLA] Compute source indices in each common factor of reshape from target ind...Gravatar A. Unique TensorFlower2017-01-10
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09