mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Hacks to get nightmare to not break gridsizing
This commit is contained in:
@ -5,7 +5,7 @@ extern int gpu_index;
|
||||
|
||||
#ifdef GPU
|
||||
|
||||
#define BLOCK 256
|
||||
#define BLOCK 512
|
||||
|
||||
#include "cuda_runtime.h"
|
||||
#include "curand.h"
|
||||
|
Reference in New Issue
Block a user