aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_module.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* [XLA] Update Tf2Xla bridge to use Scatter HLO.Gravatar A. Unique TensorFlower2018-10-03
* [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
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* De-flake HloProfileTest.ProfileWhileComputationGravatar Sanjoy Das2018-07-09
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* [XLA] Switch PostOrder accessors to use std::vector instead of std::list.Gravatar Benjamin Kramer2018-06-15
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Make hlo deserialization stable for HloModule by sorting by ids when cr...Gravatar A. Unique TensorFlower2018-05-09
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* [XLA] Add new optimization that sinks constants into while loop bodiesGravatar Sanjoy Das2018-05-02
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateMod...Gravatar Nick Desaulniers2018-03-27
* [XLA] Implement the whole graph execution interface and make a test use XlaBu...Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Use IDs instead of names to represent the edges of HLO graph in hlo.proto.Gravatar A. Unique TensorFlower2018-03-20
* [XLA] Simplify the HLO proto: don't nest the fusion computation in an fusion ...Gravatar A. Unique TensorFlower2018-03-20
* [XLA] Store the program shape in the HloModuleProto and HloComputationProto.Gravatar A. Unique TensorFlower2018-03-06
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* Automated g4 rollback of changelist 185598764Gravatar A. Unique TensorFlower2018-02-13
* Wire in support for XLA kConditional instruction.Gravatar A. Unique TensorFlower2018-02-13
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* [XLA] Fix HloModule clone.Gravatar A. Unique TensorFlower2018-01-24
* Add instruction count method to HloModule.Gravatar Mark Heffernan2018-01-17
* [XLA] Remove '%' when printing the hlo text in short parsable mode.Gravatar A. Unique TensorFlower2017-12-14
* [XLA] Remove the notion of a "parameter name" separate from the instruction's...Gravatar Justin Lebar2017-12-14
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* [XLA] Sanitize hlo names to match regexp "[a-zA-Z_][a-zA-Z0-9_.-]*".Gravatar A. Unique TensorFlower2017-11-30
* When constructing fusion computations from a proto, do not uniquify the names...Gravatar Mark Heffernan2017-11-16
* Hlo parser: support fusion.Gravatar A. Unique TensorFlower2017-11-13
* Rollback copy insertion change because it results in a DCHECK with an interna...Gravatar Mark Heffernan2017-11-03
* Rewrite CopyInsertion to use module-scoped HloAliasAnalysis. The net effect (...Gravatar Mark Heffernan2017-11-02
* [XLA] Allow full dumps of constant values via boolean parameter.Gravatar Chris Leary2017-11-01
* When creating an HloModule from an HloProto construct the HloModuleConfigGravatar Mark Heffernan2017-10-27
* Add support for PRED and S64 types to MakeFakeLiteral.Gravatar Mark Heffernan2017-10-25
* Support more instructions in Hlo parser.Gravatar A. Unique TensorFlower2017-10-24
* Don't emit fusion computations separately in HloModule::ToString. These compu...Gravatar Mark Heffernan2017-10-18
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29