aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/gpu_util.cc
Commit message (Expand)AuthorAge
* Refactor ProcessState in support of NUMA.Gravatar A. Unique TensorFlower2018-07-02
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-27
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* [StreamExecutor] Rename ::perftools::gputools -> ::stream_executor, part 1.Gravatar Justin Lebar2018-04-17
* Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* Converted LOG(FATAL) into regular errors to prevent the process from crashingGravatar Benoit Steiner2017-08-23
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-19
* Automated rollback of change 127562075Gravatar Shanqing Cai2016-07-18
* tfdb: Debug nodes inserterGravatar Shanqing Cai2016-07-15
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Allow StreamExecutor commands to return status types other than the TensorFlo...Gravatar A. Unique TensorFlower2016-03-09
* Add optional comprehensive logging of memory allocation/deallocation events. ...Gravatar A. Unique TensorFlower2016-03-01
* Move CPU/GPU memory copies into their own streams.Gravatar Xiaoqiang Zheng2016-02-06
* Put device-to-device GPU memory copies on a different stream.Gravatar Xiaoqiang Zheng2016-02-03
* Disable tensor tracking when only one GPU stream is used.Gravatar Xiaoqiang Zheng2016-02-02
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Disentangle the GPU code from the CPU code. This means a few things:Gravatar Josh Levenberg2016-01-22
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* Move GPU specific code out of generic DMA codepaths.Gravatar A. Unique TensorFlower2016-01-14
* Move responsibility for constructing/destructing complex objects fromGravatar A. Unique TensorFlower2016-01-14
* TensorFlow: Get rid of legacy command line flags use in TensorFlow.Gravatar Vijay Vasudevan2016-01-13
* TensorFlow: upstream latest changes to git.Gravatar Vijay Vasudevan2015-12-06
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06