mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
If there is excessive GPU-RAM consumption by CUDNN then then do not use Workspace
This commit is contained in:
@ -35,6 +35,7 @@ cudaStream_t get_cuda_stream();
|
||||
|
||||
#ifdef CUDNN
|
||||
cudnnHandle_t cudnn_handle();
|
||||
enum {cudnn_fastest, cudnn_smallest};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user