fixes for ci and included files

This commit is contained in:
Stefano Sinigardi
2019-05-13 22:56:03 +02:00
parent d21dc00c6e
commit 920b29f15f
14 changed files with 61 additions and 68 deletions

View File

@ -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