aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.h
Commit message (Expand)AuthorAge
* Support removing side effecting instructions with RemoveInstructionAndUnusedO...Gravatar A. Unique TensorFlower2018-10-10
* [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
* [XLA] Make HloComputation::instruction_count() constant-time.Gravatar Michael Kuperstein2018-09-25
* [XLA] Allow adding extra instructions in HloComputation::CloneWithReplacementsGravatar Michael Kuperstein2018-09-17
* Conditionally allow changing a non-fusion computation root_instruction shape.Gravatar A. Unique TensorFlower2018-09-16
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* 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
* Fix perfromance of HloComputation::ComputeChannelDependenciesGravatar A. Unique TensorFlower2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Handle communicating instructions in HloComputation::ComputeReachabilityGravatar A. Unique TensorFlower2018-08-21
* Co-allocate call operands with callee parametersGravatar Sanjoy Das2018-07-16
* [XLA] BFloat16 propagation: add de-aliasing copies before while loop inputs.Gravatar Yuanzhong Xu2018-07-09
* [XLA] Avoid fusion nodes to have duplicate operands during replacing uses.Gravatar Yuanzhong Xu2018-06-25
* [XLA] Switch PostOrder accessors to use std::vector instead of std::list.Gravatar Benjamin Kramer2018-06-15
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Improve documentation on HloModule, HloComputation, and HloInstruction.Gravatar Justin Lebar2018-05-16
* [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] 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
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA] Express the default options to ToString using an overload, rather than ...Gravatar Justin Lebar2017-12-14
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* Changed to allow removing side-effect instructions from an HLO computationGravatar HyoukJoong Lee2017-11-28
* 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
* [TF:XLA] Improve support for const HLO visitors.Gravatar A. Unique TensorFlower2017-11-03
* Rewrite CopyInsertion to use module-scoped HloAliasAnalysis. The net effect (...Gravatar Mark Heffernan2017-11-02
* [XLA] Add dead tuple elem removal to WhileLoopSimplifier.Gravatar Justin Lebar2017-11-02
* [TF:XLA] Add a const HLO visitor.Gravatar A. Unique TensorFlower2017-11-02
* Fixed HloComputation/HloInstruction clone to allow deep clone, and avoid the ...Gravatar A. Unique TensorFlower2017-11-01
* [XLA] Allow full dumps of constant values via boolean parameter.Gravatar Chris Leary2017-11-01
* Add support for PRED and S64 types to MakeFakeLiteral.Gravatar Mark Heffernan2017-10-25
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Replace HloComputation::ReplaceUsesOfInstruction with HloInstruction::R...Gravatar Justin Lebar2017-09-27
* [XLA] Refactor parent-fusion-instruction pointer into HloComputation, not Hlo...Gravatar A. Unique TensorFlower2017-08-30
* Add option to HloComputation::DeepCopyInstruction for selectively copying onlyGravatar Mark Heffernan2017-08-25
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Add option to HloComputation::DeepCopyInstruction for selectively copying onlyGravatar Mark Heffernan2017-08-25
* Merging sibling fusion instruction using multi_output_fusionGravatar A. Unique TensorFlower2017-08-10
* Make HloDataFlowAnalysis updatable after transforming the HLO graph.Gravatar Mark Heffernan2017-08-09
* Consider the nested computations when checking if an instruction isGravatar HyoukJoong Lee2017-08-09