aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_parser_test.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
* Few more fixes for issued in parsing invalid HLO module proto.Gravatar A. Unique TensorFlower2018-10-04
* [XLA] Merge the single instruction parsing and the full module parsing in one...Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* 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
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* Parse feature_group_count attributes of CustomCall ops.Gravatar Adrian Kuegel2018-09-06
* [XLA] Don't show trivial feature_group_count attributesGravatar David Majnemer2018-09-04
* [XLA] Add two new tests.Gravatar Justin Lebar2018-08-30
* [XLA] Add ParsePaddingConfigOnly to HLO parser.Gravatar Justin Lebar2018-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] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Cleanup Alltoall.Gravatar A. Unique TensorFlower2018-08-22
* Change subgroup interface for CrossReplicaSumGravatar HyoukJoong Lee2018-08-22
* [XLA] Parse a single HLO instruction's text into a module.Gravatar Chris Leary2018-08-21
* 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
* Enable arbitrary comments in HLO in both /*...*/ and // forms.Gravatar Mark Heffernan2018-08-13
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add parsing for Scatter.Gravatar A. Unique TensorFlower2018-08-03
* [XLA] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* Fix HLO Parser for checking constant unsigned ranges.Gravatar A. Unique TensorFlower2018-08-01
* [XLA] Parse window and dim_labels that appear on a custom call.Gravatar Justin Lebar2018-07-27
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [XLA] Generalize sort semantics to Rk.Gravatar Michael Kuperstein2018-07-10
* 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] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* Split out HloAllReduceInstruction as a subclass of HloInstruction.Gravatar A. Unique TensorFlower2018-06-14
* Support subgroup CrossReplicaSumGravatar HyoukJoong Lee2018-06-12
* [DataFlowAnalysis] Be less conservative on loop fusion nodes when reusing buf...Gravatar Yunxing Dai2018-06-07
* [XLA] Make CrossReplicaSum support general cross replica reduce. Also change ...Gravatar A. Unique TensorFlower2018-06-05
* Add support for kDomain parsing in HLO parser.Gravatar A. Unique TensorFlower2018-06-04
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01