mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Bypass Clang-16 NCCL incompatibility.
PiperOrigin-RevId: 515672644
This commit is contained in:
parent
3abd29599a
commit
c127e39cbb
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user