aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tools
Commit message (Expand)AuthorAge
* Fix some build breakage due to de-std::unique_ptr cleanup.Gravatar A. Unique TensorFlower2018-09-10
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Fixed XLA build error.Gravatar A. Unique TensorFlower2018-09-07
* [XLA] Remove remaining StringPiece references.Gravatar Benjamin Kramer2018-09-01
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Internal changeGravatar Justin Lebar2018-08-24
* [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
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Propagate file-related error messages to the screen.Gravatar Tim Shen2018-08-10
* [XLA] Compile in parallel within replay_computation.Gravatar Justin Lebar2018-08-06
* [XLA] In ReplayComputation, make it easier to see the final run if --xla_hlo_...Gravatar Justin Lebar2018-08-03
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Do not CHECK fail for --num_run < 1.Gravatar Thomas Joerg2018-06-25
* [XLA] Allow replay_computation to take an HLO textual string as input.Gravatar Justin Lebar2018-06-11
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* [XLA] Add parsers for Window and ConvolutionDimensionNumbers.Gravatar Justin Lebar2018-05-30
* [XLA] Switch replay_computation to use LocalClient.Gravatar Justin Lebar2018-05-30
* Add HloProto support to replay_computationGravatar A. Unique TensorFlower2018-05-30
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Do not allow cross computation instruction lookups in HLO parser.Gravatar A. Unique TensorFlower2018-05-29
* When using fake infeed data, fill the infeed when it is empty.Gravatar A. Unique TensorFlower2018-05-24
* Allow to generate fake infeed buffers with shapes derived from the computation.Gravatar A. Unique TensorFlower2018-05-24
* HloSharding parsing from string, used by new Sharding HloMatcher for ease of ...Gravatar A. Unique TensorFlower2018-05-23
* [XLA] Redesign: delete xla::Computation.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] Redesign: delete Client::LoadSnapeshot(SessionModule). This is a precon...Gravatar A. Unique TensorFlower2018-05-17
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* [XLA] Print allowed attributes when the user specifies an invalid attr.Gravatar Justin Lebar2018-05-05
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* [XLA] Redesign: Dump HloSnapshot in local service as well. And support replay...Gravatar A. Unique TensorFlower2018-05-02
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* Automated g4 rollback of changelist 194442428Gravatar A. Unique TensorFlower2018-04-26
* Automated g4 rollback of changelist 194269675Gravatar A. Unique TensorFlower2018-04-26
* [TF:XLA] Fix entry computation layout assignment in the HLO parserGravatar A. Unique TensorFlower2018-04-25
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [XLA] Add --xla_hlo_profile_last_run flag to replay_computation.Gravatar Justin Lebar2018-03-15