aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_opcode.h
Commit message (Expand)AuthorAge
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* Remove HostCompute HLO.Gravatar Tong Shen2018-08-21
* Handle scalar real HLO instructions from tf.lgamma and tf.digammaGravatar A. Unique TensorFlower2018-08-20
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Adds HostCompute HLO - a pseudo-op to represent host-side computation.Gravatar A. Unique TensorFlower2018-02-16
* 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] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* [XLA] Adding kConditional opcode that represents a conditional HLO instruction.Gravatar A. Unique TensorFlower2017-11-15
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [TF:XLA] Fix string to HLO opcode conversion for atan2, complex, imag and real.Gravatar A. Unique TensorFlower2017-10-31
* [XLA] Remove dead opcode kIndex.Gravatar Justin Lebar2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA] Remove dead kUpdate opcode.Gravatar Justin Lebar2017-10-25
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Add ShiftLeft, ShiftRightArithmetic, and ShiftRightLogical operators.Gravatar Peter Hawkins2017-10-13
* [TF:XLA] Rename HloOpcode::kLogicalX to kXGravatar A. Unique TensorFlower2017-10-09
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* Implement Batchnorm Inference by expanding them into smaller ops.Gravatar A. Unique TensorFlower2017-08-17
* [XLA] Teach CPU and GPU compilers to optionally invoke the HLO insert-reduce-...Gravatar A. Unique TensorFlower2017-07-25
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* Add plumbing for a ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-16
* [XLA] Add a Cos unary operation that computes the elementwise cosineGravatar Petros Mol2017-06-14
* We believe a fused version of batch_norm_op can speed the algorithm up. This ...Gravatar A. Unique TensorFlower2017-06-13
* Add a tool that converts HLO computations to tensorflow GraphDef which can be...Gravatar A. Unique TensorFlower2017-04-07
* [XLA] Add an IsFinite operation that tests elementwise whether values are fin...Gravatar Peter Hawkins2017-02-24
* Addition of Outfeed HLO op.Gravatar Tayo Oguntebi2017-01-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09