Fixed behavior if missing library cudnn.lib

This commit is contained in:
AlexeyAB
2017-01-16 12:51:42 +03:00
parent e83d8e56d5
commit d7a30ada7e
2 changed files with 4 additions and 0 deletions

View File

@ -2,7 +2,9 @@
#include "curand.h"
#include "cublas_v2.h"
#ifdef CUDNN
#pragma comment(lib, "cudnn.lib")
#endif
extern "C" {
#include "convolutional_layer.h"