aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/bfc_allocator.cc
Commit message (Expand)AuthorAge
* 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
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Update comments in BFCAllocator.Gravatar Justin Lebar2018-07-19
* Cleanups to BFCAllocator::FreeAndMaybeCoalesce.Gravatar Justin Lebar2018-07-19
* Fix BFCAllocator::Extend alignment issuesGravatar Mark Ryan2018-05-22
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Fix memory tracking in the case where temp memory is used as output memory.Gravatar Yuefeng Zhou2018-02-06
* Cosmetic BFCAllocator improvements.Gravatar Justin Lebar2018-01-13
* Measure memory for restore subgraph in SaveRestoreMeasuringCoseEstimator.Gravatar Yuefeng Zhou2018-01-05
* Limit internal fragmentation in BFCAllocator to 128mb per allocation.Gravatar Justin Lebar2017-11-10
* Fix BFC allocator's log messages on OOM error.Gravatar Reed Wanderman-Milne2017-09-27
* Fix a bug where it'll report an incorrect allocated bytes when backpedalling,...Gravatar Guangda Lai2017-09-26
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04
* When a BFCAllocator instance fails to satisfy an allocation request, log theGravatar A. Unique TensorFlower2017-02-22
* Prevent the bfc_allocator from attempting to increase its pool above the conf...Gravatar A. Unique TensorFlower2016-09-24
* Automated rollback of change 134114141Gravatar A. Unique TensorFlower2016-09-23
* Prevent the bfc_allocator from attempting to increase its pool above the conf...Gravatar A. Unique TensorFlower2016-09-23
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix crash in BFC allocator when failing to allocate memory from an allocator ...Gravatar A. Unique TensorFlower2016-04-15
* Change Cuda pinned memory allocation to BFC allocator.Gravatar Xiaoqiang Zheng2016-03-18