# peer2peer - Build the sample using cmake ``` $ mkdir build; cd build $ cmake .. -DCMAKE_PREFIX_PATH=/opt/rocm $ make ``` - Execute the sample ``` $ ./peer2peer Peer2Peer application requires atleast 2 gpu devices ```