mirror of https://github.com/AlexeyAB/darknet.git
fix macro
This commit is contained in:
parent
8bd01dd8da
commit
300406e26a
|
@ -162,7 +162,7 @@ cudnnHandle_t cudnn_handle()
|
|||
cudnnCreate(&handle[i]);
|
||||
init[i] = 1;
|
||||
cudnnStatus_t status = cudnnSetStream(handle[i], get_cuda_stream());
|
||||
CHECK_CUDA(status);
|
||||
CHECK_CUDNN(status);
|
||||
}
|
||||
return handle[i];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue