aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/status.h
Commit message (Collapse)AuthorAge
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
| | | | | | | These are type aliases of one another; we'd like to be consistent and use the shorter one. PiperOrigin-RevId: 196322955
* Make tensorflow::Status TF_MUST_USE_RESULT, and alias xla::Status to ↵Gravatar Justin Lebar2017-03-14
| | | | | | | | tensorflow::Status. To make this work, we have to add a few IgnoreError() calls to TensorFlow. Change: 150080076
* Add HLO rematerialization transformation to reduce memory usage.Gravatar Mark Heffernan2017-02-10
| | | | | | | | The transformation first constucts a memory-minimizing order of HLO instructions. Based on that order, HLO instructions are selectively rematerialized to reduce the total size of live HLO values beneath a caller-specified limit. Change: 147181486
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09
XLA is a compiler-based linear algebra execution engine that targets CPUs, GPUs and custom accelerators. XLA is still experimental; we are releasing it early to get the community involved. Change: 143990941