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

Any API to get the GPU usage of the current application?
cudaGetMemInfo just return the totoal and free mem, not able to get the usedMem of one process.

You seem to write a number of one-sentence or partial-sentence questions like this. I don’t have the time to comment in each case what info may be missing or that more info or an example is needed.

If you want to provide a more complete description of what you are asking for, and perhaps an example, you may get more useful response(s), at least speaking for me personally.

Do as you wish, of course. Good luck!

sorry, and for stats of course, Thanks

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

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.