BUILD dependency cleanup in tensorflow/stream_executor/cuda

PiperOrigin-RevId: 164455816
This commit is contained in:
A. Unique TensorFlower 2017-08-07 07:00:07 -07:00 committed by TensorFlower Gardener
parent 9b6295d7b3
commit 324e2f7a19
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ limitations under the License.
#include "tensorflow/stream_executor/cuda/cuda_stream.h"
#include "tensorflow/stream_executor/cuda/cuda_timer.h"
#include "tensorflow/stream_executor/dnn.h"
#include "tensorflow/stream_executor/dso_loader.h"
#include "tensorflow/stream_executor/lib/env.h"
#include "tensorflow/stream_executor/lib/error.h"
#include "tensorflow/stream_executor/lib/initialize.h"

View File

@ -30,7 +30,6 @@ limitations under the License.
#include "tensorflow/stream_executor/cuda/cuda_platform_id.h"
#include "tensorflow/stream_executor/cuda/cuda_stream.h"
#include "tensorflow/stream_executor/cuda/cuda_timer.h"
#include "tensorflow/stream_executor/dso_loader.h"
#include "tensorflow/stream_executor/kernel_cache_config.h"
#include "tensorflow/stream_executor/lib/casts.h"
#include "tensorflow/stream_executor/lib/env.h"