Bypass Clang-16 NCCL incompatibility.

PiperOrigin-RevId: 515672644
This commit is contained in:
Juan Martinez Castellanos 2023-03-10 10:23:52 -08:00 committed by TensorFlower Gardener
parent 3abd29599a
commit c127e39cbb

View File

@ -222,6 +222,7 @@ dtensor_test(
env = {
"DTENSOR_GPU_USE_NCCL_COMMUNICATION": "1",
"NCCL_P2P_DISABLE": "1", # FIXME(b/251183104): p2p detection in cuda 10.1+ is broken.
"NCCL_PROTO": "Simple,LL128", # FIXME(b/272050398): Delete this when the Clang-16/NCCL incompatibility has been resolved.
},
tags = [
"no_windows",
@ -266,6 +267,7 @@ dtensor_test(
env = {
"DTENSOR_GPU_USE_NCCL_COMMUNICATION": "1",
"NCCL_P2P_DISABLE": "1", # FIXME(b/251183104): p2p detection in cuda 10.1+ is broken.
"NCCL_PROTO": "Simple,LL128", # FIXME(b/272050398): Delete this when the Clang-16/NCCL incompatibility has been resolved.
},
tags = [
"no_windows",