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:
parent
e6fe105d22
commit
72f425840f
2
third_party/nccl/archive.patch
vendored
2
third_party/nccl/archive.patch
vendored
@ -47,7 +47,7 @@ index 985274e..7ebb1e1 100644
|
|||||||
+#define NCCL_SUFFIX ""
|
+#define NCCL_SUFFIX ""
|
||||||
|
|
||||||
-#define NCCL_VERSION_CODE ${nccl:Version}
|
-#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))
|
#define NCCL_VERSION(X,Y,Z) ((X) * 1000 + (Y) * 100 + (Z))
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user