Alexey
2017-04-25 7667154f1e87b0a3de50a97be0e625ebb2892a03
src/cuda.c
@@ -26,6 +26,7 @@
void check_error(cudaError_t status)
{
    //cudaDeviceSynchronize();
    cudaError_t status2 = cudaGetLastError();
    if (status != cudaSuccess)
    {