admin管理员组

文章数量:1353317

So I have developed a CUDA application for a single GPU and now would like to extend it to work on multiple GPUs so that I can run it on cloud on multi-GPU machines.

Now the issue is I have only single GPU locally so I don't know how to test my multi-GPU code before deploying it.

Is there any multi-GPU simulator kind of thing or any other strategies for making development of multi-GPU code on single GPU machines easier?

本文标签: How to develop multiGPU CUDA code with only 1 GPUStack Overflow