aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/gpu_device.h
Commit message (Expand)AuthorAge
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* Merge pull request #21000 from ROCmSoftwarePlatform:upstream-staging-gpu-comm...Gravatar TensorFlower Gardener2018-09-19
|\
* | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-18
* | Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
| * Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
|/
* Automated rollback of commit 09c4c387913c86247121589caa7fb2e85351fa58Gravatar Reed Wanderman-Milne2018-07-24
* Add check at GPU initialization to see if GPU kernels can be run.Gravatar Reed Wanderman-Milne2018-07-23
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-28
* Add more logging in BaseGPUDevice::ComputeHelper for kernel completion.Gravatar James Qin2018-05-16
* Fail gracefully with a helpful error message when provided with conflictingGravatar Asim Shankar2018-05-14
* Stop using gpu:: as an alias for stream_executor::.Gravatar Justin Lebar2018-04-25
* Add new Ops for ScopedAllocator and the associated Concat and Split. TheGravatar Ayush Dubey2018-03-22
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Split gpu_id.h and GpuIdManager out from build target //tensorflow/core:gpu_r...Gravatar Guangda Lai2018-02-09
* Add local interconnect data to DeviceLocality.Gravatar A. Unique TensorFlower2018-02-06
* Added virtual gpu support.Gravatar Guangda Lai2017-12-18
* Refactor helper functions a bit for virtual gpu changes later.Gravatar Guangda Lai2017-12-12
* Support different threading modes in GPU device.Gravatar Xiaoqiang Zheng2017-12-11
* Automated g4 rollback of changelist 174735029Gravatar Guangda Lai2017-11-06
* Refactor helper functions a bit for virtual gpu changes later.Gravatar Guangda Lai2017-11-06
* Internal Variant API allowing registering Variants to be copied from/to GPU.Gravatar Eugene Brevdo2017-10-03
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Force GPU device objects that refer to the same physical card using theGravatar A. Unique TensorFlower2017-05-26
* Automated rollback of change 153039058Gravatar A. Unique TensorFlower2017-04-13
* Add a GPUOPTIONS option to force all tensors to be gpu_compatibleGravatar A. Unique TensorFlower2017-04-13
* A couple of performance oriented changes:Gravatar Jeffrey A. Dean2017-02-19
* Add gpu_headers_lib for use by op kernels. Expose the device event mgr toGravatar A. Unique TensorFlower2016-12-21
* Replace enum BusAdjacency with protobuf DeviceLocality for describing theGravatar A. Unique TensorFlower2016-10-19
* Don't establish contexts on gpus not on visible_device_list.Gravatar Vijay Vasudevan2016-08-30
* Automated rollback of change 131356339Gravatar Vijay Vasudevan2016-08-26
* Automated rollback of change 131340536Gravatar Vijay Vasudevan2016-08-25
* Add a 'visible to virtual' GPU device remapping to ConfigProto.Gravatar Vijay Vasudevan2016-08-25
* Change DeviceFactory functions that create devices to propagateGravatar Vijay Vasudevan2016-08-08
* Improved the performance of full reductions on GPU.Gravatar Benoit Steiner2016-06-07
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Adds the StreamExecutor as a protected member of BaseGPUDevice.Gravatar A. Unique TensorFlower2016-05-10
* 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
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Eliminate per-op allocation of gpu device wrapper. The PerOpGpuDevice is allo...Gravatar A. Unique TensorFlower2016-01-24
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* 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
* Adds enough auditing to make it possible to track tensor buffers throughout a...Gravatar A. Unique TensorFlower2016-01-18
* TensorFlow: Get rid of legacy command line flags use in TensorFlow.Gravatar Vijay Vasudevan2016-01-13
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20