Flush up/clean/de-allocate GPU resources within a program execution

asked 2014-07-11 11:56:16 -0600

Tariq gravatar image

Is there a way to flush allocated GPU resources before starting a new function call within the same program execution.

I am processing images from videos on GPU. I want to clean up allocated GPU resources after completing one video stream and before starting the processing of the next video stream.

Regards,

edit retag flag offensive close merge delete