From fc9e5a9435a6027f020508ed6fffe7807a657c0d Mon Sep 17 00:00:00 2001 From: Deven Desai Date: Fri, 8 Mar 2019 16:44:28 +0000 Subject: [PATCH] fix for a compile error for the "--config=rocm" build. --- tensorflow/stream_executor/rocm/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/stream_executor/rocm/BUILD b/tensorflow/stream_executor/rocm/BUILD index 8c452a31d36..902d8f98ee0 100644 --- a/tensorflow/stream_executor/rocm/BUILD +++ b/tensorflow/stream_executor/rocm/BUILD @@ -232,7 +232,6 @@ cc_library( "//tensorflow/core:lib_internal", "//tensorflow/stream_executor:dnn", "//tensorflow/stream_executor:event", - "//tensorflow/stream_executor:logging_proto_cc", "//tensorflow/stream_executor:plugin_registry", "//tensorflow/stream_executor:scratch_allocator", "//tensorflow/stream_executor:stream_executor_pimpl_header",