Fix NCCL version id, which was missed when updating from 2.7.3 to 2.7.6.

PiperOrigin-RevId: 345718307
Change-Id: I9e42a603664d30b9ad791a33a9dad68206e50fe8
This commit is contained in:
Christian Sigg 2020-12-04 11:21:25 -08:00 committed by TensorFlower Gardener
parent e6fe105d22
commit 72f425840f

View File

@ -47,7 +47,7 @@ index 985274e..7ebb1e1 100644
+#define NCCL_SUFFIX ""
-#define NCCL_VERSION_CODE ${nccl:Version}
+#define NCCL_VERSION_CODE 2703
+#define NCCL_VERSION_CODE 2706
#define NCCL_VERSION(X,Y,Z) ((X) * 1000 + (Y) * 100 + (Z))
#ifdef __cplusplus