aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instructions.h
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* Remove CHECKs from HloInstruction constructors.Gravatar Mark Heffernan2018-10-04
* [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* Add opaque field to custom call.Gravatar Mark Heffernan2018-09-27
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Sink PrecisionConfig into Hlo{Dot,Convolution}InstructionGravatar David Majnemer2018-09-07
* Split out HloDomainInstruction as subclass form HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Automated rollback of commit 065f9b833ffbb3b2f03d63febb186275674ba133Gravatar Michael Kuperstein2018-08-29
* Automated rollback of commit 150dee25d82589ca109957cc996efbd2a236e044Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement variadic reduce in the evaluator. It is currently supported o...Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Extract HloCollectiveInstruction as superclass of all collective instru...Gravatar A. Unique TensorFlower2018-08-22
* [XLA] Cleanup Alltoall.Gravatar A. Unique TensorFlower2018-08-22
* Change subgroup interface for CrossReplicaSumGravatar HyoukJoong Lee2018-08-22
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Remove HostCompute HLO.Gravatar Tong Shen2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* Add a feature_group_size parameter to the Convolution HLO op.Gravatar Adrian Kuegel2018-08-16
* Require token operand for infeed and outfeed.Gravatar Mark Heffernan2018-08-15
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add inputs and init values accessors to HloReduceInstructionGravatar Michael Kuperstein2018-08-07
* Add a HasLiteral check for in hlo_graph_dumper. This is useful to printGravatar A. Unique TensorFlower2018-08-06
* [XLA] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* [XLA] Cleanup: remove the default value of all_reduce_id in the declaration.Gravatar A. Unique TensorFlower2018-07-30
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [XLA] Split out HloGatherInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-07-12
* [XLA] Generalize sort semantics to Rk.Gravatar Michael Kuperstein2018-07-10
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* [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
* Internal Change.Gravatar A. Unique TensorFlower2018-06-14
* 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