I write a project that run Yolo in TVM using rust frontend: GitHub - 12101111/yolo-rs: Yolov3 & Yolov4 with TVM and rust
It’s work well, but I found it has issue of memory leak. Both llvm and CUDA backend will cause memory leaks. CUDA backend alse leak vram.
Any idea what cause this memory leak?