Fix preprocessor version check for ncclGetLastError()

ncclGetLastError() was added in NCCL 2.13.0


[ROCm/rccl-tests commit: 749573f2d6]
Esse commit está contido em:
David Addison
2022-09-07 16:10:41 -07:00
commit 35ee4ec3eb
+1 -1
Ver Arquivo
@@ -28,7 +28,7 @@
} \
} while(0)
#if NCCL_VERSION_CODE >= NCCL_VERSION(2,12,10)
#if NCCL_VERSION_CODE >= NCCL_VERSION(2,13,0)
#define NCCLCHECK(cmd) do { \
ncclResult_t res = cmd; \
if (res != ncclSuccess) { \