aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/gpu_util.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-19 09:32:00 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:47:45 -0800
commitf592f23775e2a6ac75496829db5005d3bb70a3d2 (patch)
tree1e372015da951b379c56186b7cb7fef6de534937 /tensorflow/core/common_runtime/gpu/gpu_util.cc
parent8a1c308450b64a7d3c2ca520109c4909acbf13ff (diff)
Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
Diffstat (limited to 'tensorflow/core/common_runtime/gpu/gpu_util.cc')
-rw-r--r--tensorflow/core/common_runtime/gpu/gpu_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/common_runtime/gpu/gpu_util.cc b/tensorflow/core/common_runtime/gpu/gpu_util.cc
index 36184dfffd..d9dde94137 100644
--- a/tensorflow/core/common_runtime/gpu/gpu_util.cc
+++ b/tensorflow/core/common_runtime/gpu/gpu_util.cc
@@ -15,8 +15,8 @@ limitations under the License.
#include "tensorflow/core/common_runtime/gpu/gpu_util.h"
-#include "tensorflow/stream_executor/stream.h"
-#include "tensorflow/stream_executor/stream_executor.h"
+#include "perftools/gputools/executor/stream.h"
+#include "perftools/gputools/executor/stream_executor.h"
#include "tensorflow/core/common_runtime/device.h"
#include "tensorflow/core/common_runtime/gpu/dma_helper.h"
#include "tensorflow/core/common_runtime/gpu/gpu_event_mgr.h"