Hello everyone, I have a question regarding the compatibility of IPC memory.
On the same machine, in different processes, if a process using CUDA 12.9 calls cudaIpcGetMemHandle to export, and a process using CUDA 11.7 uses cudaIpcOpenMemHandle to import, would this cause any issues?
Or conversely, if a process using CUDA 11.7 exports and a process using CUDA 12.9 imports.
If not using the CUDA Runtime API but using the CUDA Driver API, would there be any compatibility issues?