Joseph Redmon
2015-01-31 0f1a31648c5292fa49b35eac90a2ee676d6c13e6
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