aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
Commit message (Expand)AuthorAge
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* [XLA] Remove remaining StringPiece references.Gravatar Benjamin Kramer2018-09-01
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [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] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* [XLA] Make ShapeUtil::PermuteDimensions() properly permute layouts.Gravatar Justin Lebar2018-07-04
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Moving StatusOr from XLA to stream_executor.Gravatar Michael Case2018-06-26
* [XLA] Try to validate that shape sizes are sane.Gravatar Michael Kuperstein2018-06-26
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* Add interfaces to Compiler that are sufficient to implement a backend-indepen...Gravatar Bjarke Hammersholt Roune2018-05-22
* [XLA] Optimize ShapeTree<T>Gravatar A. Unique TensorFlower2018-05-22
* [TF:XLA] Remove the need for memcpy from Tensor->Literal.Gravatar Kay Zhu2018-05-15
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* [XLA] Move more comparison functions to non-test library.Gravatar Chris Leary2018-05-14
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* Add missing #include for OpResponse. This class currently happens to be forwardGravatar A. Unique TensorFlower2018-05-08
* [XLA] Redesign: migrate convolution tests.Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [XLA] Add a whole graph execution interface.Gravatar A. Unique TensorFlower2018-03-09
* [XLA:CPU] Don't hard-code lane width in horizontal sum routineGravatar Sanjoy Das2018-02-21
* Remove unnecessary dependency from xla:typesGravatar Todd Wang2018-01-30
* [XLA] Fix tools broken by cl/183837856Gravatar Chris Leary2018-01-30
* Add py2tf to contrib_py.Gravatar A. Unique TensorFlower2018-01-30
* [XLA] Fix tools broken by cl/183837856Gravatar Chris Leary2018-01-30
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30
* [XLA] Make xla_hlo_profile_test less flakyGravatar Sanjoy Das2018-01-25
* [XLA:TPU] Initial HLO parser/stringifier support for sparse formatsGravatar A. Unique TensorFlower2018-01-12
* [XLA] Initial sparse layout supportGravatar A. Unique TensorFlower2018-01-08
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Capture tensors that do not trigger convert_to_tensor in defunGravatar Akshay Agrawal2017-12-15
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-15
* Python library and C++ bindings for creating and compiling local XLA computat...Gravatar Roy Frostig2017-12-15
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-13
* Automated g4 rollback of changelist 175252067Gravatar Peter Hawkins2017-11-11
* Extend the Array class with more functionality.Gravatar A. Unique TensorFlower2017-11-10