AlexeyAB
2017-07-03 5bc62b14e06a3fcfda4e3a19fba77589920eddee
src/cuda.c
@@ -26,6 +26,7 @@
void check_error(cudaError_t status)
{
    //cudaDeviceSynchronize();
    cudaError_t status2 = cudaGetLastError();
    if (status != cudaSuccess)
    {