Roland Singer
2018-08-22 dbdd31ee211fe8b1ac7e93ceadf7b34b8d304f34
src/darknet.c
@@ -377,6 +377,7 @@
#else
    if(gpu_index >= 0){
        cuda_set_device(gpu_index);
        check_error(cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync));
    }
#endif