Joseph Redmon
2015-02-11 0f645836f193e75c4c3b718369e6fab15b5d19c5
src/cuda.c
@@ -1,9 +1,12 @@
int gpu_index = 0;
#ifdef GPU
#include "cuda.h"
#include "utils.h"
#include "blas.h"
#include <stdlib.h>
int gpu_index = 0;
void check_error(cudaError_t status)
{
@@ -96,4 +99,4 @@
    check_error(status);
}
#endif