I want to test RDMA on my GPUs. Before I do some experiments, I want to ask 2 questions.
I have NVIDIA A16 GPU and a NIC, both of which connects to PCIe. Can I perform RDMA between them?
I currently install a open-source kernel module to control my GPU. But based on the manual (1. Overview — GPUDirect RDMA 12.3 documentation), I must modify the module to perform RDMA. Do we have some available examples?
If I successfully modify the kernel module and my GPU is available for RDMA, can you provide some CUDA application examples? I can use them to test RDMA.