aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Use a mixin to reduce llvm::IRBuilder<> related boilerplate.Gravatar Sanjoy Das2018-08-27
* [XLA:CPUGPU] Make tanh emission more like the other opsGravatar Benjamin Kramer2018-08-09
* [XLA] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* [XLA] Add support for atan2 on CPUGravatar A. Unique TensorFlower2017-12-19
* [TF:XLA] Adding test coverage for more C64 operations, and ensuring they pass.Gravatar A. Unique TensorFlower2017-11-13
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* [XLA] On GPUs, lower pow(A, .5) as sqrt(A) and pow(A, -.5) as 1/sqrt(A).Gravatar Justin Lebar2017-02-06
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09