Memory Consumption of CUDA applications

Hi,

You can get the CUDA used memory with cudaMemGetInfo:

Thanks.