Hi, all,
When running simulations on the GPU using the MATLAB parallel computing toolbox ("gpuArray"), the maximal number of grid points is limited by GPU memory.
Since there are 2 RTX 2080 Ti GPUs are available in our lab and they support NVLink, we're considering purchasing a compatible bridge to connect them.
However, whether or not they can be used as a single GPU (with nearly doubled resources) also depends on software support.
MATLAB's documentation suggests that its gpuArray variables supports NVLink:
https://www.mathworks.com/help/parallel-computing/gop.html
"If x is a gpuArray, data transfer between multiple GPUs in a parallel pool uses fast peer-to-peer communication, including NVLink, if available."
But we're not sure if the whole simulation process will be supported.
Has anyone tried this before? Thanks in advance!