We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910e786 commit 80868aeCopy full SHA for 80868ae
include/types/device/ipc.cuh
@@ -156,7 +156,7 @@ __host__ inline static void enable_all_peer_access(int num_devices) {
156
157
for (int i = 0; i < num_devices; i++) {
158
CUCHECK(cuDeviceGet(&devices[i], i));
159
- CUCHECK(cuCtxCreate(&contexts[i], 0, devices[i]));
+ CUCHECK(cuCtxCreate(&contexts[i], nullptr, 0, devices[i]));
160
}
161
162
0 commit comments