diff --git a/src/header/TransferBench.hpp b/src/header/TransferBench.hpp index 60078454..6499ffe0 100644 --- a/src/header/TransferBench.hpp +++ b/src/header/TransferBench.hpp @@ -524,7 +524,7 @@ namespace TransferBench * @note This function is applicable when the IBV/RDMA executor is available * @returns GPU indices closest to NIC nicIndex, or empty if unable to detect */ - void GetClosestGpusToNic(std::vector& nicIndices, int gpuIndex, int targetRank = -1); + void GetClosestGpusToNic(std::vector& gpuIndices, int nicIndex, int targetRank = -1); /** * @returns 0-indexed rank for this process