create_cuda_to_ibv_mapping

Function create_cuda_to_ibv_mapping 

Source
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.