mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fixes for ci and included files
This commit is contained in:
@ -37,12 +37,12 @@
|
||||
|
||||
#ifdef GPU
|
||||
|
||||
#include "cuda_runtime.h"
|
||||
#include "curand.h"
|
||||
#include "cublas_v2.h"
|
||||
#include <cuda_runtime.h>
|
||||
#include <curand.h>
|
||||
#include <cublas_v2.h>
|
||||
|
||||
#ifdef CUDNN
|
||||
#include "cudnn.h"
|
||||
#include <cudnn.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user