If there is excessive GPU-RAM consumption by CUDNN then then do not use Workspace

This commit is contained in:
AlexeyAB
2018-02-21 19:14:01 +03:00
parent e4ab47dfce
commit 033e934ce8
4 changed files with 41 additions and 9 deletions

View File

@ -35,6 +35,7 @@ cudaStream_t get_cuda_stream();
#ifdef CUDNN
cudnnHandle_t cudnn_handle();
enum {cudnn_fastest, cudnn_smallest};
#endif
#endif