CUDNN_HALF and CC 7.5 by default in darknet.sln

This commit is contained in:
AlexeyAB
2019-02-05 20:43:07 +03:00
parent edfdf2c20e
commit fa1415e3c2
4 changed files with 22 additions and 8 deletions

View File

@ -8,8 +8,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <stdint.h>
#include <assert.h>
#include <pthread.h>
#ifdef LIB_EXPORTS
#if defined(_MSC_VER)