aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo.proto
Commit message (Expand)AuthorAge
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* 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 HloModuleGroup abstraction.Gravatar Mark Heffernan2018-09-13
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* Change subgroup interface for CrossReplicaSumGravatar HyoukJoong Lee2018-08-22
* [XLA] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* 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
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Assign buffers for constantsGravatar Sanjoy Das2018-07-24
* Remove BufferAllocation::is_reusable() and introduce is_readonly(); NFCGravatar Sanjoy Das2018-07-24
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Make sure CRS is fully deserializable from an HLO TXT and Proto POV.Gravatar A. Unique TensorFlower2018-06-18
* Support subgroup CrossReplicaSumGravatar HyoukJoong Lee2018-06-12
* Add infrastructure for a backend-specific configuration for each op. This is ...Gravatar Bjarke Hammersholt Roune2018-05-05
* [XLA] Redesign: implement XlaComputation::Snapshot, and Client::LoadSnapshot.Gravatar A. Unique TensorFlower2018-04-21
* [XLA] Redesign: add arguments, result, and execution_platform to HloProto, be...Gravatar A. Unique TensorFlower2018-04-18
* [XLA] Redesign: implement ComputeHost.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Redesign: handle metadata and sharding.Gravatar A. Unique TensorFlower2018-03-26
* [XLA] Use IDs instead of names to represent the edges of HLO graph in hlo.proto.Gravatar A. Unique TensorFlower2018-03-20
* [XLA] Simplify the HLO proto: don't nest the fusion computation in an fusion ...Gravatar A. Unique TensorFlower2018-03-20
* [XLA] Add XlaBuilder. This is the first step of implementing the client-servi...Gravatar A. Unique TensorFlower2018-03-14
* [XLA] Store the program shape in the HloModuleProto and HloComputationProto.Gravatar A. Unique TensorFlower2018-03-06
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* Automated g4 rollback of changelist 180000981Gravatar A. Unique TensorFlower2018-01-02
* Automated g4 rollback of changelist 179983419Gravatar A. Unique TensorFlower2017-12-23
* Adds FFT for XLA: CPU via Eigen, GPU via cuFFT.Gravatar A. Unique TensorFlower2017-12-22
* [XLA] Remove the notion of a "parameter name" separate from the instruction's...Gravatar Justin Lebar2017-12-14
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* Remove the existence of unused HloProtos.Gravatar Nick Desaulniers2017-11-17
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* Introduce new class Literal to replace protobuf Literal.Gravatar A. Unique TensorFlower2017-06-01
* [XLA:HLO] Add buffer aliases to BufferAssignmentProto serialization.Gravatar A. Unique TensorFlower2017-05-26
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25