aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/service.cc
Commit message (Expand)AuthorAge
* [XLA] Cleanup: Make AllocationTracker::Resolve const.Gravatar A. Unique TensorFlower2018-10-09
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* 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] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [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
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Automated rollback of commit c216a1be9564bd6b83b1e81b1eea65cc381bd82eGravatar Anna R2018-08-09
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* [XLA] Fix a couple CPU test failures due to use-of-unintialized-value by usingGravatar Kay Zhu2018-08-08
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* Enable the natural layouts of the entry computation to flow into the paramete...Gravatar A. Unique TensorFlower2018-06-18
* [XLA] Make --xla_dump_executions_to actually dump the HloSnapshot.Gravatar A. Unique TensorFlower2018-06-13
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* [XLA] Redesign: delete the old service interface.Gravatar A. Unique TensorFlower2018-05-30
* Automated g4 rollback of changelist 195379693Gravatar HyoukJoong Lee2018-05-30
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* Automated g4 rollback of changelist 194829761Gravatar HyoukJoong Lee2018-05-04
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [XLA] Redesign: dump HloSnapshot at the point where it used to dump the Sessi...Gravatar A. Unique TensorFlower2018-04-30
* Fix device assignment in xla/service/service.cc to build the assignment based onGravatar HyoukJoong Lee2018-04-30
* Remove the inter-op thread poolGravatar Sanjoy Das2018-04-26
* Automated g4 rollback of changelist 193731341Gravatar A. Unique TensorFlower2018-04-25
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-04-20
* [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
* [XLA] Redesign: fix GetComputationGraphStats.Gravatar A. Unique TensorFlower2018-04-11
* [XLA] Redesign: implement XlaBuilder::IsConstant, XlaBuidler::BuildConstantSu...Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement ExecuteGraphParallel.Gravatar A. Unique TensorFlower2018-04-02
* [XLA] Redesign: implement GetComputationStats.Gravatar A. Unique TensorFlower2018-03-28
* [XLA] Redesign: add the rest of client-service interfaces.Gravatar A. Unique TensorFlower2018-03-28
* [XLA] Redesign: implement local client and local service interface.Gravatar A. Unique TensorFlower2018-03-25
* Prepare the XLA and TF code to correctly behave once automatic device placeme...Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Implement the whole graph execution interface and make a test use XlaBu...Gravatar A. Unique TensorFlower2018-03-25
* [XLA:Tools] Make hlo_runner understand --xla_hlo_profile.Gravatar A. Unique TensorFlower2018-03-12
* [XLA] Add a whole graph execution interface.Gravatar A. Unique TensorFlower2018-03-09
* [XLA] Allocate and track memory in replicas separately.Gravatar A. Unique TensorFlower2018-03-05
* Allow setting of OpMetadata for Send HLOs.Gravatar A. Unique TensorFlower2018-02-23
* [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