From 6e18e7c812b7fe3cf144a50f83ab771d6b8e6021 Mon Sep 17 00:00:00 2001 From: Deven Desai Date: Mon, 13 May 2019 18:15:26 +0000 Subject: [PATCH] Fix for the broken `--config=rocm` build The --config=rocm build was broken by the following commit. https://github.com/tensorflow/tensorflow/commit/922386b9fcc23596877da3500787a045a861cb52 --- tensorflow/stream_executor/gpu/gpu_driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/stream_executor/gpu/gpu_driver.h b/tensorflow/stream_executor/gpu/gpu_driver.h index 07b35192f03..ca9ef87bf4b 100644 --- a/tensorflow/stream_executor/gpu/gpu_driver.h +++ b/tensorflow/stream_executor/gpu/gpu_driver.h @@ -21,7 +21,6 @@ limitations under the License. #include #include "tensorflow/stream_executor/platform/port.h" -#include "third_party/gpus/cuda/include/cuda.h" #include "tensorflow/stream_executor/device_options.h" #include "tensorflow/stream_executor/lib/status.h" #include "tensorflow/stream_executor/lib/statusor.h"