History log of /external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35f66e516a02aa46ae0380d66c5a17e3f42b9504 10-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Eliminate gpu_allocator_retry_test flakiness by no longer relying on real
race conditions for testing, but instead forcing parallel threads to strictly
alternate so that the interesting 'race' conditions deterministically arise.
Change: 124560962
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
6e89233b7427b0797a01b6b77bf3bb5dd5eaa601 26-May-2016 A. Unique TensorFlower <nobody@tensorflow.org> Make the gput_allocator_retry_test *Fail test cases more reliable
by having each consumer thread pause for 1 msec between getting its
memory and returning it.

Logged failures for the NoRetryFail case suggest that on OS/X thread
scheduling is such that without this delay it's possible not to experience
a race condition failure within 10 seconds.
Change: 123257296
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
972d7327896a193b32c1a08eeb6c328e9ec95ea4 30-Mar-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: disable a flaky test in gpu_allocator_retry_test
Change: 118522346
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
2b7ca5cb7e369afd69440e924e6e9d15854cb6ec 18-Mar-2016 Xiaoqiang Zheng <zhengxq@google.com> Change Cuda pinned memory allocation to BFC allocator.
Move the GPU-neutral code to common_runtime.
Change: 117591254
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
edf89c878524742fd89ee156c28df668ae1780b2 18-Feb-2016 A. Unique TensorFlower <nobody@tensorflow.org> Avoid use of std::function in GPUBFCAllocator deallocation path.

Speeds up allocation microbenchmarks by 8% to 15%

Run on REDACTED (40 X 2801 MHz CPUs); 2016/02/17-16:56:24
CPU: Intel Ivybridge with HyperThreading (20 cores) dL1:32KB dL2:256KB dL3:25MB
Benchmark Base (ns) New (ns) Improvement
------------------------------------------------------------------
BM_Allocation 184 164 +10.9%
BM_AllocationThreaded/1 185 169 +8.6%
BM_AllocationThreaded/4 1966 1771 +9.9%
BM_AllocationThreaded/16 9989 9197 +7.9%
BM_AllocationDelayed/1 204 183 +10.3%
BM_AllocationDelayed/10 171 146 +14.6%
BM_AllocationDelayed/100 152 130 +14.5%
BM_AllocationDelayed/1000 155 131 +15.5%
Change: 114984794
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
f8fa35b8a1910772d6d6ba7b621f905358640c2c 26-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Global search & replace to move to the new location for
tensorflow/core/ files and build targets.
Change: 113080048
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
b481783fe0e00a86f6feb20a8dcad5fc4fc936a4 21-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Move #include <vector> out of port.h to users of std::vector<>.
After this we can replace port.h with types.h.
Change: 112727463
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
c8eaac926c929e07ac8db69f67803a2223ff2d93 20-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> Many tensorflow/core build clean ups.
Change: 112523833
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
f592f23775e2a6ac75496829db5005d3bb70a3d2 19-Jan-2016 A. Unique TensorFlower <nobody@tensorflow.org> Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
b1d45c972e0f1b600ea269f85fce63b79ef9135b 07-Jan-2016 Josh Levenberg <josh11b@tensorflow.org> #include "tensorflow/core/platform/mutex.h"
directly so we can drop it from port.h.
Change: 111613643
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 20-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Improve performance of Alexnet

Changes:

* error message that refers to removed `DefaultSession` method.
* -Wnull-conversion warnings
* the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set.
* typo in tutorial data download progress message.
* a typo ("however their installing"=>"however installing").
* typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website.
* a typo ("subtact"=>"subtract").
* protobuf examples in comments in tensorflow::Example.proto.
* formula formatting in MNIST beginner tutorial
* negative fraction-of-queue-full stats
* protobuf inclusion path so that Android demo will build under Blaze.
* small typo (moderatly > moderately)
* Session.run() to check that tensor arguments come from the session's graph.
* another six import
* seq2seq typo in bazel command

Base CL: 108349164
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
56313def004795f75ef8281a0294c958d28f1e06 16-Nov-2015 Vijay Vasudevan <vrv@google.com> TensorFlow: Doc and linter fixes, some additional tests and
error handling, updates to website.

Changes:
- Removes redundant reshape from image models by @mrry
- Default TensorBoard to localhost by @danmane
- Reformatting of tensorflow/core by @josh11b
- Make tutorials backwards compatible to 0.5.0 by @girving
- Improve print documentation (md files not updated).
- Add proper scrolling to sitemap by @martinwicke

Base CL: 107956254
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc
f41959ccb2d9d4c722fe8fc3351401d53bcf4900 07-Nov-2015 Manjunath Kudlur <keveman@gmail.com> TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
/external/tensorflow/tensorflow/core/common_runtime/gpu/gpu_allocator_retry_test.cc