aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-03-20 03:48:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-20 03:53:07 -0700
commit9183c33884c4492589f2d8648178d00645c30691 (patch)
tree667da260c0ea519a2c765844f8eec5f8fcd04089 /tensorflow/core/protobuf
parent163bb675579bbc3a115c0caac9b42891f629bfd4 (diff)
Don't spin in a loop when we're not waiting on any GPU events.
PiperOrigin-RevId: 189719711
Diffstat (limited to 'tensorflow/core/protobuf')
-rw-r--r--tensorflow/core/protobuf/config.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/core/protobuf/config.proto b/tensorflow/core/protobuf/config.proto
index abbbe392aa..a3557e4721 100644
--- a/tensorflow/core/protobuf/config.proto
+++ b/tensorflow/core/protobuf/config.proto
@@ -67,9 +67,7 @@ message GPUOptions {
// set or set to 0, gets set to a non-zero default.
int32 polling_active_delay_usecs = 6;
- // In the event polling loop sleep this many millisconds between
- // PollEvents calls, when the queue is empty. If value is not
- // set or set to 0, gets set to a non-zero default.
+ // This field is deprecated and ignored.
int32 polling_inactive_delay_msecs = 7;
// Force all tensors to be gpu_compatible. On a GPU-enabled TensorFlow,