Is speed up using multiple GPUs on qsim-mgpu available? #49
-
|
Hi, I'm using NVIDIA docker container 23.03 cuquantum appliance and trying to see the multi-gpu speed up. I assume this is based on data communication time among GPUs, but I would like to see the performance improvement as stated in NVIDIA cuStatevec blog. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @sungwooahn, thank you for reaching out. Would you provide us more information so that we can understand the situation better?
Thanks! |
Beta Was this translation helpful? Give feedback.



@sungwooahn If so this could explain the bad perf. Data exchange across pci-e is too slow. We expect multi-GPU interconnected via NVLinks would benefit. Matt's suggestions above would help you confirm the interconnects in use.
That said, using
qsim-mgpucan still help you extend the max number of qubits reachable with your system, as you're no longer bound by the single-GPU memory.