You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you have two or more GPUs, some application can enhance their performance by exploiting P2P high speed connection among the GPUs.

  • clone cuda-sample repository and build simpleP2P and p2pBandwidthLatencyTest tests:
[root@cld-dfa-gpu-04]# git clone https://github.com/NVIDIA/cuda-samples.git
[root@cld-dfa-gpu-04]# yum -y group install "Development Tools"
[root@cld-dfa-gpu-04]# cd cuda-samples/Samples/0_Introduction/simpleP2P; make; cd
[root@cld-dfa-gpu-04]# cd cuda-samples/Samples/5_Domain_Specific/p2pBandwidthLatencyTest; make; cd


  • No labels