From 72f425840f3c710fa3a3ec403ed728605e24736b Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Fri, 4 Dec 2020 11:21:25 -0800 Subject: [PATCH] Fix NCCL version id, which was missed when updating from 2.7.3 to 2.7.6. PiperOrigin-RevId: 345718307 Change-Id: I9e42a603664d30b9ad791a33a9dad68206e50fe8 --- third_party/nccl/archive.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/nccl/archive.patch b/third_party/nccl/archive.patch index 695fd718cc5..3201f70c46d 100644 --- a/third_party/nccl/archive.patch +++ b/third_party/nccl/archive.patch @@ -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