aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_execution_profile.cc
Commit message (Expand)AuthorAge
* [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* [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
* 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
* [XLA] Fix forward for HLO profiling test, explicitly set profiling preference.Gravatar Chris Leary2018-03-16
* [TF:XLA] Replace most of HloProfilePrinter by a protocol bufferGravatar Sanjoy Das2018-01-24
* [XLA:CPU] Count cycles in non-entry computationsGravatar Sanjoy Das2018-01-03
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* [XLA:CPU] Add Hlo profiling support to XlaJitCompiledCpuFunctionGravatar Sanjoy Das2017-11-30
* Place HloProfilePrinter and HloProfileIndexMap in ExecutableGravatar Sanjoy Das2017-11-22
* Rename optimal to optimal_seconds in HloCostAnalysis etc.Gravatar Sanjoy Das2017-11-17
* Rename HloToProfileIndex to HloProfileIndexMapGravatar Sanjoy Das2017-11-15
* Split up HloExecutionProfile into a set of re-usable componentsGravatar Sanjoy Das2017-11-13
* Rename (Add|Get)ProfileResult to something more specific; NFCGravatar Sanjoy Das2017-10-31
* Call HloComputation.Accept instead of HloInstruction.Accept where appropriate.Gravatar A. Unique TensorFlower2017-09-08
* Improve handling of transcendental operations in the Hlo profile:Gravatar A. Unique TensorFlower2017-08-02
* Allow cost estimates to differ per backend and include the estimates into the...Gravatar Bjarke Hammersholt Roune2017-07-31
* Split HLO profile display logic out of hlo_execution_profile.cc, movingGravatar Justin Lebar2017-07-19
* [XLA] Fixes some div-by-zero bugs.Gravatar A. Unique TensorFlower2017-04-20
* [XLA] Add support for profiling multiple computationsGravatar David Majnemer2017-03-01
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* Add bytes_accessed field to HloCostAnalysis.Gravatar Mark Heffernan2017-02-08
* Add sum-across-opcodes report for HLO profiling.Gravatar Bjarke Hammersholt Roune2017-01-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09