fix for a compile error for the "--config=rocm" build.

This commit is contained in:
Deven Desai 2019-03-08 16:44:28 +00:00
parent d280d3d9b9
commit fc9e5a9435

View File

@ -232,7 +232,6 @@ cc_library(
"//tensorflow/core:lib_internal", "//tensorflow/core:lib_internal",
"//tensorflow/stream_executor:dnn", "//tensorflow/stream_executor:dnn",
"//tensorflow/stream_executor:event", "//tensorflow/stream_executor:event",
"//tensorflow/stream_executor:logging_proto_cc",
"//tensorflow/stream_executor:plugin_registry", "//tensorflow/stream_executor:plugin_registry",
"//tensorflow/stream_executor:scratch_allocator", "//tensorflow/stream_executor:scratch_allocator",
"//tensorflow/stream_executor:stream_executor_pimpl_header", "//tensorflow/stream_executor:stream_executor_pimpl_header",