aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/generic_transfer_manager.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit f22037abf5a6f4581f5fb6013f72f91747f22965Gravatar A. Unique TensorFlower2018-10-04
* Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* [XLA] Retire TransferManager::TransferBufferToInfeedGravatar Benjamin Kramer2018-07-12
* [XLA:GPU] Implement outfeedGravatar Benjamin Kramer2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [TF:XLA] Remove the need for memcpy from Tensor->Literal.Gravatar Kay Zhu2018-05-15
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Add methods on TransferManager which transfer to/from device memory specified...Gravatar Mark Heffernan2017-11-16
* Mark TransferManager::GetByteSizeRequirement and virtual overrides const.Gravatar A. Unique TensorFlower2017-11-07
* For tuple-shaped data, change ShapedBuffer (an abstraction holding on-device ...Gravatar Mark Heffernan2017-09-26
* [TF:XLA] Create Interpreter backend from the Executor backend.Gravatar Kay Zhu2017-09-18
* [XLA] Remove Literal::Swap and replace all uses with moves.Gravatar Benjamin Kramer2017-09-14
* [XLA] Pass shape/layout information in calls to the CPU runtime routines.Gravatar A. Unique TensorFlower2017-07-13
* [XLA:CPU] Support for CPU outfeed and a xfeed (infeed/outfeed) test.Gravatar A. Unique TensorFlower2017-07-11
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Add transfer buffer to infeed.Gravatar Jacques Pienaar2017-06-15
* Preliminary Infeed support for GPU backend.Gravatar A. Unique TensorFlower2017-05-24
* [XLA] Move kPad from GpuElementalIrEmitter::MakeElementGenerator to Elemental...Gravatar David Majnemer2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
* [XLA] Fix uses of ShapeUtil::ByteSizeOf to use proper pointer sizeGravatar David Majnemer2017-01-30
* Clarify ResetDevice operates on all devices associated with backend.Gravatar Jacques Pienaar2017-01-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09