Fix nccl BUILD file

This commit is contained in:
Yun Peng 2021-01-11 16:44:16 +01:00
parent ca7222c8a0
commit efc73dee1a

View File

@ -90,7 +90,7 @@ cc_library(
hdrs = ["src/nccl.h"],
include_prefix = "third_party/nccl",
linkopts = select({
"//tensorflow:macos": [],
"@org_tensorflow//tensorflow:macos": [],
"//conditions:default": ["-lrt"],
}),
strip_include_prefix = "src",