aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda/platform.bzl.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/cuda/platform.bzl.tpl')
-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"