Step three of renaming some files from cuda_* to gpu_*: Remove old files.
PiperOrigin-RevId: 245897902
This commit is contained in:
parent
72a758f19a
commit
f3f791ee9c
@ -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"],
|
||||
|
@ -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_
|
@ -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_
|
@ -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_
|
Loading…
Reference in New Issue
Block a user