mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-09-13 05:49:56 +00:00
Merge branch 'missing-devcommdestroy' into 'master'
add missing call to ncclDevCommDestroy See merge request nccl/nccl-tests-internal!22
This commit is contained in:
@@ -1550,6 +1550,11 @@ testResult_t run() {
|
||||
if (local_register) NCCLCHECK(ncclCommDeregister(comms[i], sendRegHandles[i]));
|
||||
if (local_register) NCCLCHECK(ncclCommDeregister(comms[i], recvRegHandles[i]));
|
||||
}
|
||||
#endif
|
||||
#if NCCL_VERSION_CODE >= NCCL_VERSION(2,28,0)
|
||||
if (deviceImpl) {
|
||||
NCCLCHECK(ncclDevCommDestroy(comms[i], devComms+i));
|
||||
}
|
||||
#endif
|
||||
NCCLCHECK(ncclCommDestroy(comms[i]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user