I want to find the GPU memory amount by each process on a jetson nano or a similar board. Similar to the command:
nvidia-smi --query-compute-apps=pid,used_memory --format=csv
But Since the nvidia-smi is not available, I cannot do the same.
Is there a tool or a library that can find the memory per process?