Compile fixes

This commit is contained in:
AlexeyAB
2019-03-18 15:22:38 +03:00
parent 24dc5b7853
commit 2f0592d540
3 changed files with 7 additions and 6 deletions

View File

@ -8,13 +8,14 @@ int gpu_index = 0;
#ifdef GPU
#include "cuda.h"
#include "dark_cuda.h"
#include "utils.h"
#include "blas.h"
#include "assert.h"
#include <stdlib.h>
#include <time.h>
#include <cuda.h>
#include <stdio.h>
#pragma comment(lib, "cuda.lib")