aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/kernel_thunk.cc
Commit message (Expand)AuthorAge
* [XLA] Remove remaining StringPiece references.Gravatar Benjamin Kramer2018-09-01
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Do profiling inside while thunks and conditionals.Gravatar Adrian Kuegel2018-07-02
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA:GPU] Load kernel thunks' kernels before running them.Gravatar Justin Lebar2018-05-11
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA:GPU] Add infrastructure for unrolling kernels to improve bandwidth utili...Gravatar Benjamin Kramer2018-04-10
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* GPU JIT improvements.Gravatar Artem Belevich2017-11-07
* Automated g4 rollback of changelist 155305963Gravatar Peter Hawkins2017-05-14
* [TF:XLA] Instead of dumping ptxas output, write to a temp file & and use to b...Gravatar A. Unique TensorFlower2017-05-06
* [XLA:GPU] Cache kernels in `KernelThunk::ExecuteOnStream`Gravatar A. Unique TensorFlower2017-02-14
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09