aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Jason Furmanek <furmanek@us.ibm.com>2018-09-26 05:26:54 +0000
committerGravatar Jason Furmanek <furmanek@us.ibm.com>2018-09-26 05:26:54 +0000
commit09bf8eb99cd76c506dcd2a0e8c8e893f7f3916b1 (patch)
tree0a27b9a90fce8c52724594f38877cbe2abb55b27 /third_party
parent1668d28ca3558f3bc4fcf94752799712211f219e (diff)
white space removal
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nccl/nccl_configure.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/nccl/nccl_configure.bzl b/third_party/nccl/nccl_configure.bzl
index 0713b36724..d78fe8f3aa 100644
--- a/third_party/nccl/nccl_configure.bzl
+++ b/third_party/nccl/nccl_configure.bzl
@@ -113,7 +113,6 @@ def _find_nccl_lib(repository_ctx, nccl_install_path, nccl_version):
"""
lib_path = repository_ctx.path("%s/lib/libnccl.so.%s" % (nccl_install_path,
nccl_version))
-
if not lib_path.exists:
auto_configure_fail("Cannot find NCCL library %s" % str(lib_path))
return lib_path