derekwin / gpu-rdma

0 stars 0 forks source link

gpu-rdma

rdma example: https://github.com/animeshtrivedi/rdma-example

env

cmake (host)

cmake -S . -B build
cmake --build build

make (rocm, rocm_example, cuda, cuda_example)

cd src/cuda
make all
make clean

clean

bash clean.sh

run

./cuda_rdma_server
./cuda_rdma_client -a 192.168.2.253 -s textstring
./rocm_rdma_server
./rocm_rdma_client -a 192.168.2.245 -s textstring
./cnnl_rdma_server
./cnnl_rdma_client -a 192.168.2.249 -s textstring

海光的问题

source /opt/dtk/env.sh source /opt/dtk-23.10.1/env.sh dtk-22.10.1-vdcu