Is there an easy way for people to check for memory leaks when using the Seti CUDA application?
The application primarily uses video memory for data. There is no straight forward method to check for leaks, but it can be done by hand instrumenting the source code with a global list or something. I’m not sure of the behavior on freeing VRAM memory if the application or data hangs or catches an exception. That is something we have to check into.