Any API to get the GPU usage of the current application? cudaGetMemInfo just return the totoal and free mem

per process data is available via NVML, here is a related question.

1 Like