Ivan Tivonenko
Ivan Tivonenko
> Just 7MB ? Is that right? Just `nvidia-smi` output: ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 430.26 Driver Version: 430.26 CUDA Version: 10.2 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A |...
Traced it down to this line: https://github.com/FFmpeg/FFmpeg/blob/f7f4691f9f745f6a087879ab855dd65f9f16879d/libavcodec/nvdec.c#L162 It enters `cuvidDestroyDecoder` (function in Nvidia library) and never exits. So, this is either: 1. Bug in Nvidia drivers 2. FFmpeg messes something...