I believe there are actually multiple context created hence you need establish Peer-to-peer so you can manage them.
I could do that but that would just let me access constant memory on dev A from ke ...
I'm not sure if GPUDirect is actually relevant to what I am trying to achieve. I understand GPUDirect is required if a kernel running on device 1 is trying to acce ...
I'm developing a program in Fortran CUDA and trying to use/access multiple GPUs from a single host thread. The original code (single GPU only) was using global and constant memory and when a ...