Reading GPU memory from another process

You could use CUDA IPC handles, but since Process A is a pure C++ code you would need to unpack the data manually as described here.

1 Like