I have a question about viewing mapped memory on CUDA (GPU side).
For CPU side, We can see /proc/PID/maps etc on Linux. And break down into memory usage with various tools.
Is there any tool to see memory usage on CUDA (GPU side)? At least, viewing each CUDA kernel code meory usage is useful.