Home
last modified time | relevance | path

Searched refs:pciInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DCudaDMAConnectivity.cpp76 nvmlPciInfo_t pciInfo; in detect() local
79 nvml_devices[i], link, &pciInfo), in detect()
81 auto it = bus_id_to_device_idx.find(pciInfo.busId); in detect()
H A Dintra_node_comm.cpp120 nvmlPciInfo_t pciInfo; in getNvlMesh() local
122 devices[idx], link, &pciInfo); in getNvlMesh()
127 auto it = busIdToRank.find(pciInfo.busId); in getNvlMesh()