pub fn create_cuda_to_ibv_mapping() -> HashMap<String, IbvDevice>Expand description
Creates a mapping from CUDA PCI addresses to optimal RDMA devices.
Discovers all available CUDA devices and determines the best RDMA device for each one using the device selection algorithm.