From f3f791ee9cca9e49c3a6b69d357644d58d86f901 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 30 Apr 2019 00:45:30 -0700 Subject: [PATCH] Step three of renaming some files from cuda_* to gpu_*: Remove old files. PiperOrigin-RevId: 245897902 --- tensorflow/core/BUILD | 2 -- tensorflow/core/util/cuda_device_functions.h | 22 -------------------- tensorflow/core/util/cuda_kernel_helper.h | 22 -------------------- tensorflow/core/util/cuda_launch_config.h | 22 -------------------- 4 files changed, 68 deletions(-) delete mode 100644 tensorflow/core/util/cuda_device_functions.h delete mode 100644 tensorflow/core/util/cuda_kernel_helper.h delete mode 100644 tensorflow/core/util/cuda_launch_config.h diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 21b20643655..07d55b1e1cc 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -949,7 +949,6 @@ tf_cuda_library( "util/batch_util.h", "util/bcast.h", "util/matmul_bcast.h", - "util/cuda_kernel_helper.h", "util/device_name_utils.h", "util/dump_graph.h", "util/events_writer.h", @@ -2931,7 +2930,6 @@ cc_library( tf_cuda_library( name = "cuda_device_functions", hdrs = [ - "util/cuda_device_functions.h", "util/gpu_device_functions.h", ], visibility = ["//visibility:public"], diff --git a/tensorflow/core/util/cuda_device_functions.h b/tensorflow/core/util/cuda_device_functions.h deleted file mode 100644 index 3499db751fb..00000000000 --- a/tensorflow/core/util/cuda_device_functions.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -==============================================================================*/ - -#ifndef TENSORFLOW_CORE_UTIL_CUDA_DEVICE_FUNCTIONS_H_ -#define TENSORFLOW_CORE_UTIL_CUDA_DEVICE_FUNCTIONS_H_ - -// Forward to new header. -#include "tensorflow/core/util/gpu_device_functions.h" - -#endif // TENSORFLOW_CORE_UTIL_CUDA_KERNEL_HELPER_H_ diff --git a/tensorflow/core/util/cuda_kernel_helper.h b/tensorflow/core/util/cuda_kernel_helper.h deleted file mode 100644 index 04dba3eb63d..00000000000 --- a/tensorflow/core/util/cuda_kernel_helper.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -==============================================================================*/ - -#ifndef TENSORFLOW_CORE_UTIL_CUDA_KERNEL_HELPER_H_ -#define TENSORFLOW_CORE_UTIL_CUDA_KERNEL_HELPER_H_ - -// Forward to new header. -#include "tensorflow/core/util/gpu_kernel_helper.h" - -#endif // TENSORFLOW_CORE_UTIL_CUDA_KERNEL_HELPER_H_ diff --git a/tensorflow/core/util/cuda_launch_config.h b/tensorflow/core/util/cuda_launch_config.h deleted file mode 100644 index f0c77d61f5d..00000000000 --- a/tensorflow/core/util/cuda_launch_config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -==============================================================================*/ - -#ifndef TENSORFLOW_CORE_UTIL_CUDA_LAUNCH_CONFIG_H_ -#define TENSORFLOW_CORE_UTIL_CUDA_LAUNCH_CONFIG_H_ - -// Forward to new header. -#include "tensorflow/core/util/gpu_launch_config.h" - -#endif // TENSORFLOW_CORE_UTIL_CUDA_KERNEL_HELPER_H_