aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu
Commit message (Expand)AuthorAge
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* Allow setting a global override for the "allow_growth" GPU option via the TF_...Gravatar A. Unique TensorFlower2018-09-19
* 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
|/
* In BaseGPUDeviceFactory::CreateDevices() move the check for no GPU devices a ...Gravatar A. Unique TensorFlower2018-08-29
* Add ThenExecute() method to DeviceContext interface.Gravatar A. Unique TensorFlower2018-08-23
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* 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 gpu_event_mgr::WarnIfInCallback() analysis function, includedGravatar A. Unique TensorFlower2018-07-20
* ConfigProto.experimental.num_dev_to_dev_copy_streams defaults to 0Gravatar A. Unique TensorFlower2018-07-18
* Merge pull request #20675 from ROCmSoftwarePlatform:upstream-staging-stream-e...Gravatar TensorFlower Gardener2018-07-18
|\
* | Change the return type of ProcessState::GetCPUAllocator() fromGravatar A. Unique TensorFlower2018-07-18
| * [ROCm] Interface changes for StreamExecutor to support both CUDA and ROCmGravatar Wen-Heng (Jack) Chung2018-07-12
|/
* A small fix to the GPUProcessState method in which instance_ was not being se...Gravatar Rohan Jain2018-07-03
* 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
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Introduce an option to allocate CUDA unified memoryGravatar Smit Hinsu2018-05-21
* Add more logging in BaseGPUDevice::ComputeHelper for kernel completion.Gravatar James Qin2018-05-16
* Don't initialize GPUs if none will be used.Gravatar A. Unique TensorFlower2018-05-16
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* Fail gracefully with a helpful error message when provided with conflictingGravatar Asim Shankar2018-05-14
* ClangTidy - Legacy cleanup:Gravatar A. Unique TensorFlower2018-05-13
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Free scratch memory in ~BaseGPUDevice.Gravatar A. Unique TensorFlower2018-04-26
* Remove StreamExecutorUtil::ConvertStatus.Gravatar Justin Lebar2018-04-25
* Stop using gpu:: as an alias for stream_executor::.Gravatar Justin Lebar2018-04-25
* 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
* Fix GPUDebugAllocator and GPUNanResetAllocator:Gravatar Guangda Lai2018-04-09
* Automated g4 rollback of changelist 186518037Gravatar Ayush Dubey2018-04-09
* Initialize pointer to ScopedAllocatorMgr in BaseGPUDevice.Gravatar Ayush Dubey2018-03-29
* Add new Ops for ScopedAllocator and the associated Concat and Split. TheGravatar Ayush Dubey2018-03-22
* Don't spin in a loop when we're not waiting on any GPU events.Gravatar Justin Lebar2018-03-20
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Automated g4 rollback of changelist 185324160Gravatar Guangda Lai2018-02-26
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix BaseGPUDevice, let it report the actual memory limit of the allocator. Al...Gravatar Guangda Lai2018-02-22
* Add a test only method to reset ProcessState.Gravatar Guangda Lai2018-02-22
* Make CPUAllocator VisitableAllocator, for better RDMA networking.Gravatar A. Unique TensorFlower2018-02-21
* Remove header dependence on cuda_config.h to fix opensource custom op support.Gravatar Gunhan Gulsoy2018-02-09
* Split gpu_id.h and GpuIdManager out from build target //tensorflow/core:gpu_r...Gravatar Guangda Lai2018-02-09
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Add local interconnect data to DeviceLocality.Gravatar A. Unique TensorFlower2018-02-06
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30