Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/header/TransferBench.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<int>& nicIndices, int gpuIndex, int targetRank = -1);
void GetClosestGpusToNic(std::vector<int>& gpuIndices, int nicIndex, int targetRank = -1);

/**
* @returns 0-indexed rank for this process
Expand Down