1diff --git a/src/collectives/device/all_gather.cu b/src/collectives/device/all_gather.cu.cc
2similarity index 100%
3rename from src/collectives/device/all_gather.cu
4rename to src/collectives/device/all_gather.cu.cc
5diff --git a/src/collectives/device/all_reduce.cu b/src/collectives/device/all_reduce.cu.cc
6similarity index 100%
7rename from src/collectives/device/all_reduce.cu
8rename to src/collectives/device/all_reduce.cu.cc
9diff --git a/src/collectives/device/broadcast.cu b/src/collectives/device/broadcast.cu.cc
10similarity index 100%
11rename from src/collectives/device/broadcast.cu
12rename to src/collectives/device/broadcast.cu.cc
13diff --git a/src/collectives/device/functions.cu b/src/collectives/device/functions.cu.cc
14similarity index 100%
15rename from src/collectives/device/functions.cu
16rename to src/collectives/device/functions.cu.cc
17diff --git a/src/collectives/device/reduce.cu b/src/collectives/device/reduce.cu.cc
18similarity index 100%
19rename from src/collectives/device/reduce.cu
20rename to src/collectives/device/reduce.cu.cc
21diff --git a/src/collectives/device/reduce_scatter.cu b/src/collectives/device/reduce_scatter.cu.cc
22similarity index 100%
23rename from src/collectives/device/reduce_scatter.cu
24rename to src/collectives/device/reduce_scatter.cu.cc
25diff --git a/src/collectives/device/sendrecv.cu b/src/collectives/device/sendrecv.cu.cc
26similarity index 100%
27rename from src/collectives/device/sendrecv.cu
28rename to src/collectives/device/sendrecv.cu.cc
29diff --git a/src/nccl.h.in b/src/nccl.h
30similarity index 98%
31rename from src/nccl.h.in
32rename to src/nccl.h
33index 985274e..7ebb1e1 100644
34--- a/src/nccl.h.in
35+++ b/src/nccl.h
36@@ -10,12 +10,12 @@
37 #include <cuda_runtime.h>
38 #include <cuda_fp16.h>
39
40-#define NCCL_MAJOR ${nccl:Major}
41-#define NCCL_MINOR ${nccl:Minor}
42-#define NCCL_PATCH ${nccl:Patch}
43-#define NCCL_SUFFIX "${nccl:Suffix}"
44+#define NCCL_MAJOR 2
45+#define NCCL_MINOR 8
46+#define NCCL_PATCH 3
47+#define NCCL_SUFFIX ""
48
49-#define NCCL_VERSION_CODE ${nccl:Version}
50+#define NCCL_VERSION_CODE 2803
51 #define NCCL_VERSION(X,Y,Z) ((X) * 1000 + (Y) * 100 + (Z))
52
53 #ifdef __cplusplus
54