aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction.h
Commit message (Expand)AuthorAge
...
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [XLA] Avoid fusion nodes to have duplicate operands during replacing uses.Gravatar Yuanzhong Xu2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Remove static_operands, which was a dead fieldGravatar A. Unique TensorFlower2018-06-25
* Split out HloHostComputeInstruction, HloPadInstruction and HloDynamicSliceIns...Gravatar A. Unique TensorFlower2018-06-18
* Split out opcodes with window as subclasses from HloInstruction (kConvolution...Gravatar A. Unique TensorFlower2018-06-18
* Split out HloAllReduceInstruction as a subclass of HloInstruction.Gravatar A. Unique TensorFlower2018-06-14
* Make deleting HloInstruction safer.Gravatar A. Unique TensorFlower2018-06-14
* Automated g4 rollback of changelist 200309129Gravatar A. Unique TensorFlower2018-06-13
* Split out HloInfeedIndexInstruction and HloOutfeedInstruction as subclasses f...Gravatar A. Unique TensorFlower2018-06-13
* Split out HloGetTupleIndexInstruction and HloReducePrecisionInstruction as su...Gravatar A. Unique TensorFlower2018-06-12
* Split out HloRngInstruction and HloParameterInstruction as subclasses from Hl...Gravatar A. Unique TensorFlower2018-06-12
* Automated g4 rollback of changelist 200292049Gravatar A. Unique TensorFlower2018-06-12
* PUBLIC: [TF:XLA] Eliminate more copies after HLO scheduling.Gravatar A. Unique TensorFlower2018-06-12
* Support subgroup CrossReplicaSumGravatar HyoukJoong Lee2018-06-12
* Split out HloFusionInstruction as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-12
* Split out HloConstantInstruction and HloTraceInstruction as subclasses from H...Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* Split out HloSliceInstruction as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-08
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Split out opcodes using dimensions_ as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-08
* Wire in the kDomain infrastructure brought in by cl/193798254.Gravatar A. Unique TensorFlower2018-06-07
* Split out HloFftInstruction and HloSendRecvInstruction as subclasses from Hlo...Gravatar A. Unique TensorFlower2018-06-07
* Split out HloBatchNormInstruction as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-06
* [XLA] Make CrossReplicaSum support general cross replica reduce. Also change ...Gravatar A. Unique TensorFlower2018-06-05
* Add rip-offs of LLVM's cast, dyn_cast, cast_or_null, dyn_cast_or_null in prep...Gravatar A. Unique TensorFlower2018-06-04
* [XLA] Check for identical backend configs in HloInstruction::Identical.Gravatar Justin Lebar2018-05-31
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* [XLA] Add parsers for Window and ConvolutionDimensionNumbers.Gravatar Justin Lebar2018-05-30
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] Remove eq_shapes from Identical SlowPath since it is already checked inGravatar Blake Hechtman2018-05-17
* [XLA] Adds HloLivenessAnalysis and HloModuleDCE.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] Improve documentation on HloModule, HloComputation, and HloInstruction.Gravatar Justin Lebar2018-05-16
* [XLA] Add documentation explaining FusionKind.Gravatar Justin Lebar2018-05-16
* Implement additional options to control the string output of HloInstruction a...Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Make hlo deserialization stable for HloModule by sorting by ids when cr...Gravatar A. Unique TensorFlower2018-05-09
* [XLA] Allow HloInstructionMap and HloInstructionSet to contain null keys.Gravatar A. Unique TensorFlower2018-05-09
* Fix a bug of literal prints in hlo_graph_dumperGravatar A. Unique TensorFlower2018-05-09
* Delete kTransposeDot (it is no longer in use)Gravatar Sanjoy Das2018-05-07
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* Automated g4 rollback of changelist 193731341Gravatar A. Unique TensorFlower2018-04-25
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-04-20
* The HLO element type converter must remove side effecting instructions like RngGravatar Sanjoy Das2018-04-19
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Propagate sharding of the source instruction to the copies added by layout as...Gravatar A. Unique TensorFlower2018-04-12
* Fix uninitialized value.Gravatar A. Unique TensorFlower2018-04-11
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* Restructuring the HLO partitioner to fit host computation and handle kCall.Gravatar A. Unique TensorFlower2018-04-04