aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/process_state.cc
Commit message (Expand)AuthorAge
* Refactor ProcessState in support of NUMA.Gravatar A. Unique TensorFlower2018-07-02
* 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 a test only method to reset ProcessState.Gravatar Guangda Lai2018-02-22
* Split gpu_id.h and GpuIdManager out from build target //tensorflow/core:gpu_r...Gravatar Guangda Lai2018-02-09
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Performance improvements to some GPU code to use shared locks instead of uniq...Gravatar Rohan Jain2018-01-26
* Remove a few unused constructions and simplfy some codeGravatar A. Unique TensorFlower2017-12-22
* Added virtual gpu support.Gravatar Guangda Lai2017-12-18
* Add simple cudaMalloc based allocator useful for memory debugging with existingGravatar A. Unique TensorFlower2017-08-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Performance-related tweaks: Don't copy loop variables; remove ineffective std...Gravatar A. Unique TensorFlower2017-06-05
* Add env variable to use BFCAllocator as a CPU allocator in ProcessStateGravatar A. Unique TensorFlower2017-05-12
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04
* Switch GetCUDAHostAllocator() return the standard CPU allocator whenGravatar Vijay Vasudevan2017-01-06
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Replace enum BusAdjacency with protobuf DeviceLocality for describing theGravatar A. Unique TensorFlower2016-10-19
* Adding an environmental variable to control the cuda host memory limit.Gravatar Xiaoqiang Zheng2016-10-12
* Make CUDA host allocator fetch one of the available stream executorsGravatar Vijay Vasudevan2016-09-02
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Change Cuda pinned memory allocation to BFC allocator.Gravatar Xiaoqiang Zheng2016-03-18
* TensorFlow: allow growth in the GPU BFC allocator. This allowsGravatar Vijay Vasudevan2016-03-11
* Add optional comprehensive logging of memory allocation/deallocation events. ...Gravatar A. Unique TensorFlower2016-03-01
* Removes GPURegionAllocator and turns BFC allocator the default.Gravatar A. Unique TensorFlower2016-02-16
* * Change gpu_count to gpu_device_enabled.Gravatar Xiaoqiang Zheng2016-02-10
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-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
* 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
* Change: 110286830Gravatar A. Unique TensorFlower2015-12-15
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Upstream changes from afternoon.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06