aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2017-05-05 16:43:23 -0700
committerGravatar Yifei Feng <yifeif@google.com>2017-05-05 16:43:23 -0700
commit0632564172c13c60e43a2411f540ac29f76f52b3 (patch)
tree1bda0449d0589c76cff5fee8ad0164e9fad20180 /third_party/gpus/cuda
parent70c60b1491254f7a8a2ed1d060abd898be3be40d (diff)
Remove deleted files.
Diffstat (limited to 'third_party/gpus/cuda')
-rw-r--r--third_party/gpus/cuda/platform.bzl.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/gpus/cuda/platform.bzl.tpl b/third_party/gpus/cuda/platform.bzl.tpl
deleted file mode 100644
index 01ef24b94e..0000000000
--- a/third_party/gpus/cuda/platform.bzl.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-CUDA_VERSION = "%{cuda_version}"
-CUDNN_VERSION = "%{cudnn_version}"
-PLATFORM = "%{platform}"
-
-def cuda_sdk_version():
- return CUDA_VERSION
-
-def cudnn_sdk_version():
- return CUDNN_VERSION
-
-def readlink_command():
- if PLATFORM == "Darwin":
- return "greadlink"
- else:
- return "readlink"