aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instructions.cc
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
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Name fusion parameters simply "param_X".Gravatar Mark Heffernan2018-10-01
* 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] Don't show trivial feature_group_count attributesGravatar David Majnemer2018-09-04
* [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
* [XLA] xla::ContainersEqual -> absl::c_equalGravatar Benjamin Kramer2018-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] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [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
* [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
* 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
* 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
* Fix crash when running with --v=2.Gravatar Adrian Kuegel2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* 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