Edmond Yoo
2018-09-17 a055821b732f748524680d08ffbcef5cbef25713
src/darknet.c
@@ -377,6 +377,7 @@
#else
    if(gpu_index >= 0){
        cuda_set_device(gpu_index);
        check_error(cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync));
    }
#endif