Add a clarifying comment
PiperOrigin-RevId: 330953890 Change-Id: Ice37671da994991783ba6f08d95ae768ee150700
This commit is contained in:
parent
91ff8f73bb
commit
4bebdbbb55
4
third_party/nccl/build_defs.bzl.tpl
vendored
4
third_party/nccl/build_defs.bzl.tpl
vendored
@ -392,6 +392,10 @@ def cuda_rdc_library(name, hdrs = None, copts = None, linkstatic = True, **kwarg
|
||||
merged = name + "_merged"
|
||||
_merge_archive(
|
||||
name = merged,
|
||||
|
||||
# TODO(b/166662245): We're deliberately not using `pruned` here.
|
||||
# Pruning __nv_relfatbin also seems to prune out the PTX shipped with
|
||||
# NCCL.
|
||||
srcs = [lib, dlink],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user