aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream_executor_pimpl.cc
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-06-06 14:19:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-06 15:33:08 -0700
commitb1b2dc893d616c024c5390dae8b2f932c917d7f8 (patch)
tree994efe98058527c05b2300446e8fa0c0a25b4fc8 /tensorflow/stream_executor/stream_executor_pimpl.cc
parentca2a66bda4d46689f8a031414de052a600b9882f (diff)
Merge changes from github.
Change: 124183870
Diffstat (limited to 'tensorflow/stream_executor/stream_executor_pimpl.cc')
-rw-r--r--tensorflow/stream_executor/stream_executor_pimpl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/stream_executor_pimpl.cc b/tensorflow/stream_executor/stream_executor_pimpl.cc
index 7f39dbb9cc..07dc375ef4 100644
--- a/tensorflow/stream_executor/stream_executor_pimpl.cc
+++ b/tensorflow/stream_executor/stream_executor_pimpl.cc
@@ -50,10 +50,6 @@ string StackTraceIfVLOG10() {
}
}
-// Maximum stack depth to report when generating backtrace on mem allocation
-// (for GPU memory leak checker)
-static const int kMaxStackDepth = 256;
-
// Make sure the executor is done with its work; we know (because this isn't
// publicly visible) that all enqueued work is quick.
void BlockOnThreadExecutor(port::ThreadPool *executor) {