aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nccl
diff options
context:
space:
mode:
authorGravatar Toby Boyd <tobyboyd@google.com>2018-07-16 17:04:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-16 17:10:20 -0700
commite4c0dbcab8b404949a67c282fe7cae89c5b4ad87 (patch)
tree9dcfa973b00efe08f02514ebc4ed77a62878e959 /third_party/nccl
parent8e27c65acffaa6a033faea0084669f86b012dcd1 (diff)
internal change
PiperOrigin-RevId: 204832902
Diffstat (limited to 'third_party/nccl')
-rw-r--r--third_party/nccl/nccl_configure.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nccl/nccl_configure.bzl b/third_party/nccl/nccl_configure.bzl
index 9dfcb18369..5d1ebf0686 100644
--- a/third_party/nccl/nccl_configure.bzl
+++ b/third_party/nccl/nccl_configure.bzl
@@ -47,10 +47,10 @@ alias(
)
"""
+# Local build results in dynamic link and the license should not be included.
_NCCL_LOCAL_BUILD_TEMPLATE = """
filegroup(
name = "LICENSE",
- data = ["nccl/NCCL-SLA.txt"],
visibility = ["//visibility:public"],
)