NCCL compilation and linking version not match
Created by: tonyyang-svail
Currently, paddle is compiled with nccl1.3 by pulling its source code from https://github.com/NVIDIA/nccl. During the runtime, it is linked to nccl2. This would result in failure such as unhandled cuda error
.
The CI doesn't fail because some CI machine only have one GPU so the nccl test is skipped.