aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction.h
Commit message (Expand)AuthorAge
* Change user_set to an absl::flat_hash_set in HloInstruction.Gravatar A. Unique TensorFlower2018-10-10
* [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
* [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Add opaque field to custom call.Gravatar Mark Heffernan2018-09-27
* [TF:XLA] Change HloPtrComparator to work across HLO modules. Declaring the me...Gravatar Dimitris Vardoulakis2018-09-18
* [TF:XLA] Document that the order of control predecessors matters.Gravatar Dimitris Vardoulakis2018-09-18
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Don't print control dependencies when dumping HLO profileGravatar HyoukJoong Lee2018-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
* 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
* [XLA] xla::ContainersEqual -> absl::c_equalGravatar Benjamin Kramer2018-08-30
* [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] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* Run AddSpecialCaseCopies in HloRematerialization.Gravatar Mark Heffernan2018-08-24
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Reduce the memory usage of sharding domainsGravatar A. Unique TensorFlower2018-08-23
* [XLA] Cleanup Alltoall.Gravatar A. Unique TensorFlower2018-08-22
* Change subgroup interface for CrossReplicaSumGravatar HyoukJoong Lee2018-08-22
* [XLA] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Remove HostCompute HLO.Gravatar Tong Shen2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-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] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
* [XLA] Cleanup: remove the default value of all_reduce_id in the declaration.Gravatar A. Unique TensorFlower2018-07-30
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [XLA] Enable the semantic for cross-modeul AllReduce.Gravatar A. Unique TensorFlower2018-07-15
* [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
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29