Multi-GPU Programming Supercomputing 2011
© NVIDIA 2011 Managing multiple GPUs from a single CPU thread •CUDA calls are issued to the current GPU – Exception: peer-to-peer memcopies •cudaSetDevice() sets the current GPU •Current GPU can be changed while async calls (kernels, memcopies) are ......