aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_pass_pipeline.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [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 tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA] Adds an API to attach a device assignment to HLO operators.Gravatar Peter Hawkins2017-09-24
* Verify the output shapes of (almost) all HLO opcodes in the HloVerifier.Gravatar Mark Heffernan2017-09-14
* [XLA] Add tests for large numbers of parameter / return values and while loops.Gravatar Chris Leary2017-09-12
* Indicate after which pass the HloVerifier failed in theGravatar Mark Heffernan2017-09-05
* Verify the output shape of HLO instructions in the HloVerifier. This change a...Gravatar Mark Heffernan2017-08-28
* [XLA] Remove the "hlo dumper" parameter of xla::Compiler and its piping.Gravatar Eli Bendersky2017-06-27
* Clean up some code after previous CLGravatar Eli Bendersky2017-06-07
* [XLA] Start collecting flags for debug options in a single place.Gravatar Eli Bendersky2017-06-07
* [XLA] Add xla_disable_hlo_passes to DebugOptionsGravatar Eli Bendersky2017-06-06
* [XLA]Add additional VLOGing to hlo_pass_pipeline.Gravatar Mark Heffernan2017-04-27
* [XLA] Change HloPassPipeline to disallow Add* calls after Run.Gravatar A. Unique TensorFlower2017-04-05
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28
* [TF:XLA] Fix tuple-shaped Call op.Gravatar A. Unique TensorFlower2017-01-27
* [XLA] Make `HloPass` an interface, NFCGravatar A. Unique TensorFlower2017-01-24
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09