aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_runner.cc
Commit message (Expand)AuthorAge
* 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
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* Automated rollback of commit f8044c89287b1d90510ceace4b53ec94abaffa50Gravatar A. Unique TensorFlower2018-07-12
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-12
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-28
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Add features to HloRunner for running while leaving buffers on the device and...Gravatar Bjarke Hammersholt Roune2018-05-29
* Add interfaces to Compiler that are sufficient to implement a backend-indepen...Gravatar Bjarke Hammersholt Roune2018-05-22
* Removed C++ ABSL includes from tensorflow/core and tensorflow/compiler.Gravatar A. Unique TensorFlower2018-05-16
* Remove the inter-op thread poolGravatar Sanjoy Das2018-04-26
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Introduced tool to run an HLO module in replicated fashion, by infeeding rand...Gravatar A. Unique TensorFlower2018-04-12
* [TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateMod...Gravatar Nick Desaulniers2018-03-27
* [XLA:Tools] Make hlo_runner understand --xla_hlo_profile.Gravatar A. Unique TensorFlower2018-03-12
* Remove a layer of templatizationGravatar Sanjoy Das2018-03-08
* Remove HloRunner::ReadModule.Gravatar Mark Heffernan2018-01-29
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* * Make fake argument generation see through ReducePrecision and Convert ops ...Gravatar Bjarke Hammersholt Roune2018-01-05
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* [XLA] Make hlo_test_base support running and comparing an hlo module.Gravatar A. Unique TensorFlower2017-12-07
* Add a Compiler::BuildExecutable interface that compiles the given Hlo module ...Gravatar A. Unique TensorFlower2017-11-17
* Split up HloExecutionProfile into a set of re-usable componentsGravatar Sanjoy Das2017-11-13
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-13
* Automated g4 rollback of changelist 175252067Gravatar Peter Hawkins2017-11-11
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-10
* Add input format agnostic way to parse HLOs.Gravatar A. Unique TensorFlower2017-11-06
* Make hlo_parser accepts HloModuleConfig. Make hlo_runner able to read a hloGravatar A. Unique TensorFlower2017-11-01
* When creating an HloModule from an HloProto construct the HloModuleConfigGravatar Mark Heffernan2017-10-27
* Make HloRunner methods return StatusOr. Also move templated method definitionGravatar Mark Heffernan2017-10-24
* Pull out a non-test-only class HloRunnerBase from HloTestBase so that it can ...Gravatar A. Unique TensorFlower2017-10-19