This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
[cuDNN] cuDNN module should create a dedicated CUDA stream #138
Labels
enhancement
New feature or request
Right now all cuDNN operations launched on a NULL stream.
CudnnModule
at initialization time should create a CUDA stream that it will use for running all operations. Maybe even a pool of CUDA streams?The text was updated successfully, but these errors were encountered: