aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/client
Commit message (Expand)AuthorAge
* [XLA] Add XlaBuilder. This is the first step of implementing the client-servi...Gravatar A. Unique TensorFlower2018-03-14
* Add helper function for Xor in HLO.Gravatar A. Unique TensorFlower2018-03-06
* Fix parameter name mismatches in declarations/definitions.Gravatar Eli Bendersky2018-03-01
* [XLA] Add SliceInDim to the local Python XLA client.Gravatar A. Unique TensorFlower2018-02-22
* [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
* Make conversions from ShapedBuffer <-> ScopedShapedBuffer efficient byGravatar A. Unique TensorFlower2018-02-15
* [XLA:python] Add ability to set result layouts via Python API.Gravatar Chris Leary2018-02-14
* [XLA:python] Plumb method to get program shape / return shape from builder.Gravatar Chris Leary2018-02-14
* [XLA] Support generating tuple shaped fake data in client testingGravatar A. Unique TensorFlower2018-02-12
* Merge changes from github.Gravatar Michael Case2018-02-07
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* [XLA] Add source mapping utility translation unit, use it in the local client.Gravatar Chris Leary2018-01-25
* [TF:XLA] Improve the error message when ComputeConstant fails.Gravatar Peter Hawkins2018-01-19
* [XLA] More SWIG error propagation and transfers from outfeed.Gravatar Chris Leary2018-01-10
* [TF:XLA] Reduce boilerplate in ComputationBuilder op implementations.Gravatar Todd Wang2018-01-09
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [XLA] Expose replicas via local client API.Gravatar Chris Leary2018-01-04
* [XLA] Remove RNG_BERNOULLIGravatar David Majnemer2018-01-03
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-12-20
* PiperOrigin-RevId: 179639611Gravatar Raghuraman Krishnamoorthi2017-12-20
* [TF:XLA] Move ShardingBuilder out of computation_builder.hGravatar A. Unique TensorFlower2017-12-20
* Minor cleanup, now that there's a single Executable::ExecuteOnStream method.Gravatar A. Unique TensorFlower2017-12-20
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Improvements to replay_computation tool.Gravatar Justin Lebar2017-11-28
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* Make a parameter name in a declaration consistent with a name in the definition.Gravatar Eli Bendersky2017-11-22
* [XLA:CPU] Add a basic implementation for ExecuteAsyncOnStreamGravatar Sanjoy Das2017-11-22
* Add local client methods for infeed and outfeed.Gravatar Mark Heffernan2017-11-22
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* Add field to HLO proto field to enable reversing a convolution filter.Gravatar Blake Hechtman2017-11-17
* Add methods on TransferManager which transfer to/from device memory specified...Gravatar Mark Heffernan2017-11-16
* Extend the Array class with more functionality.Gravatar A. Unique TensorFlower2017-11-10
* [TF:XLA] Clean up unused XLA options and functions.Gravatar A. Unique TensorFlower2017-11-10
* Remove extra copy of literal in client TransferToOutfeedGravatar A. Unique TensorFlower2017-11-10
* Move MakeFakeLiteral from client/lib/testing.h to tests/test_utils.h. Also re...Gravatar Mark Heffernan2017-11-10
* Previously if ComputeConstant seen a parameter it failed to proceed.Gravatar A. Unique TensorFlower2017-11-07
* Add compiler/tf2xla/sharding_util.h with utilities for getting the core devic...Gravatar A. Unique TensorFlower2017-10-31
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* Add support for PRED and S64 types to MakeFakeLiteral.Gravatar Mark Heffernan2017-10-25
* Don't prematurely return streamsGravatar Sanjoy Das2017-10-23
* [XLA] Add support for convolutions with no spatial dimensionsGravatar David Majnemer2017-10-23