issues
search
NVIDIA
/
jitify
A single-header C++ library for simplifying the use of CUDA Runtime Compilation (NVRTC).
BSD 3-Clause "New" or "Revised" License
518
stars
64
forks
source link
Fix memory leak of NVRTC program object
#93
Closed
benbarsdell
closed
2 years ago
benbarsdell
commented
2 years ago
nvrtcDestroyProgram
was not called in all code paths, causing the
nvrtc_program
object to leak.
Fixes #92
nvrtcDestroyProgram
was not called in all code paths, causing thenvrtc_program
object to leak.