aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/client
Commit message (Expand)AuthorAge
* [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] Cleanup Alltoall.Gravatar A. Unique TensorFlower2018-08-22
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.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
* [TF:XLA] Make AvgPoolGrad support general paddingGravatar A. Unique TensorFlower2018-08-21
* [TF:XLA] Add AvgPoolGrad to pooling libraryGravatar A. Unique TensorFlower2018-08-21
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-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
* Handle scalar real HLO instructions from tf.lgamma and tf.digammaGravatar A. Unique TensorFlower2018-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] Fix use-of-unintialized-value msan failure in local_client as well.Gravatar Kay Zhu2018-08-09
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* Make root determination of XLA computations in XlaBuilder less magical.Gravatar Mark Heffernan2018-08-08
* [XLA] Delete the xla_builder in xla_client.Gravatar A. Unique TensorFlower2018-08-07
* [TF:XLA] Add initial XLA pooling libraryGravatar A. Unique TensorFlower2018-08-07
* [XLA] Produce fake args using one computation, not N.Gravatar Justin Lebar2018-08-06
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [XLA] Introduce variadic version of reduce.Gravatar Michael Kuperstein2018-08-02
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Use the correct device ordinal to check whether the device the executable wasGravatar A. Unique TensorFlower2018-08-01
* Adds a NonMaxSuppressionV4 op, with a corresponding TF2XLA implementation.Gravatar Tayo Oguntebi2018-07-30
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* [XLA] The first step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* [XLA] Correctly make xla_computation public.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* New triangular solve algorithm.Gravatar A. Unique TensorFlower2018-07-24
* [XLA] Make it illegal to call XlaOp::builder() if the op is uninitialized.Gravatar Justin Lebar2018-07-20
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* [XLA] Don't use Pow for simple expressionsGravatar David Majnemer2018-07-19
* [TF:XLA] Rename xla::Diagonal to xla::GetMatrixDiagonal. Fix its handling of ...Gravatar Peter Hawkins2018-07-19
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [TF:XLA] Move implementations of primitive math functions out of TF/XLA and i...Gravatar Peter Hawkins2018-07-17
* Implement digamma for XLAGravatar A. Unique TensorFlower2018-07-16
* Implement lgamma for XLAGravatar A. Unique TensorFlower2018-07-16
* Runtime improvements to triangular solve.Gravatar A. Unique TensorFlower2018-07-16
* [XLA] Enable the semantic for cross-modeul AllReduce.Gravatar A. Unique TensorFlower2018-07-15
* [XLA] Move implementation of ThreeFry stateless PRNG into xla/client/libGravatar Peter Hawkins2018-07-13
* [TF:XLA] Add implementation of block Householder QR decomposition.Gravatar Peter Hawkins2018-07-10