aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction.cc
Commit message (Expand)AuthorAge
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA] Added xla::CreateModuleFromProto(...) combining loading moduleGravatar A. Unique TensorFlower2018-10-09
* Correctly pre-reserve visit state in HloInstruction::PostOrderDFSGravatar A. Unique TensorFlower2018-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] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [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
* [XLA] Don't use NumUniqueInstructionIds() as a proxy for instruction_count()Gravatar Michael Kuperstein2018-09-26
* [TF:XLA] Change HloPtrComparator to work across HLO modules. Declaring the me...Gravatar Dimitris Vardoulakis2018-09-18
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* 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
* [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] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] tensorflow::str_util::Lowercase -> absl::AsciiStrToLower.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] 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
* [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
* internal change.Gravatar A. Unique TensorFlower2018-08-16