aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_cost_analysis_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add support for convolution feature groups to HloCostAnalysisGravatar David Majnemer2018-09-06
* [XLA] Handle kDomain in HloCostAnalysis.Gravatar Yuanzhong Xu2018-09-06
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* [XLA] Handle kDynamicSlice and kDynamicUpdateSlice correctly in HloCostAnalysisGravatar Michael Kuperstein2018-06-12
* [XLA] Handle kSlice correctly in HloCostAnalysisGravatar David Majnemer2018-06-07
* [XLA] Redesign: deprecate ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-04
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] Accurately measure FLOPs for base-dilated convolutionsGravatar David Majnemer2018-03-27
* Rename optimal to optimal_seconds in HloCostAnalysis etc.Gravatar Sanjoy Das2017-11-17
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Add flag parsing to more tests in xla/service specifically those which buildGravatar Mark Heffernan2017-09-12
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Add a time estimation to HloCostAnalysis and represent properties as a map so...Gravatar Bjarke Hammersholt Roune2017-06-27
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* [XLA] Don't crash when analyzing ops with no layout contained in a fused op.Gravatar A. Unique TensorFlower2017-03-31
* 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
* [XLA] Correctly count FLOPs for fusion nodes in HloCostAnalysisGravatar David Majnemer2017-01-29
* [XLA] Improve cost analysis for certain operationsGravatar David Majnemer2017-01-26
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09