Use both GPUs on a K520 for CUDA jobs

If no other users are sharing a K520, can you grab both GPUs for doing CUDA compute jobs? Our application uses the GPU for both display and compute. When we run on AWS K520 instances, CUDA can only see one of the GPUs on the K520. Our application makes use of multi-GPU if available like on the multi-GPU AWS p2 instances’ K80s.

It is not critical, but it would be nice if some of our operations were 2x faster on K520 when no one is using the other GPU.

Thanks for any replies.

You’ll need to make sure that both of the K520s GPUs have been allocated to that VM.

AWS runs on a modified version of Xen, it would depend if they allow this functionality, but yes, you can technically do this.

Regards