aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib
Commit message (Expand)AuthorAge
* [SE] Use absl instead of TF classes where an absl version existsGravatar Benjamin Kramer2018-09-20
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Moving StatusOr from XLA to stream_executor.Gravatar Michael Case2018-06-26
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* [StreamExecutor] [XLA] Delete copy/pasted implementations of MakeUnique.Gravatar Justin Lebar2018-04-22
* [StreamExecutor] Rename ::perftools::gputools -> ::stream_executor, part 1.Gravatar Justin Lebar2018-04-17
* [StreamExecutor] Merge StreamExecutor's and XLA's StatusOr classes.Gravatar Justin Lebar2018-04-10
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* Delete trailing whitespaceGravatar A. Unique TensorFlower2017-11-27
* Merge changes from github.Gravatar Benoit Steiner2017-08-01
* In SE_ASSIGN_OR_RETURN change ConsumeValueOrDie to the preferred std::move Va...Gravatar Jacques Pienaar2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove unused using declarationsGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Output the error message when stream_executor's ValueOrDie, ConsumeValueOrDie...Gravatar A. Unique TensorFlower2017-04-14
* Remove problematic SE_RETURN_STATUS_AS_BOOL macroGravatar Peter Hawkins2017-02-10
* Fix double evaluation of macro argument that was causing duplicate CUDA batch...Gravatar Peter Hawkins2017-02-09
* Remove "using StringPiece" from StreamExecutor lib/path.ccGravatar A. Unique TensorFlower2017-01-27
* Change the way the host platform stream blocks so that it is usable with a co...Gravatar A. Unique TensorFlower2017-01-26
* Add hooks for StreamExecutor module initialization orderingGravatar A. Unique TensorFlower2017-01-19
* Plumb port::Status through the internal synchronous memcopy routines.Gravatar A. Unique TensorFlower2017-01-17
* Find libdevice files in .runfiles when TEST_SRCDIR is not set.Gravatar Jingyue Wu2016-12-13
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Add a Host platform to the stream executor library that runs code on the CPU.Gravatar Peter Hawkins2016-12-05
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Add core/platform/stacktrace.hGravatar A. Unique TensorFlower2016-09-12
* Fix a lost wakeup bug in `Notification::WaitForNotificationWithTimeout()`.Gravatar Derek Murray2016-08-24
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06