Skip to content

Commit

Permalink
Fix: print device pci id correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsojoodi authored Dec 5, 2024
1 parent 7f3c2f6 commit e5374be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/cuda/tl_cuda_team_topo.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ ucc_tl_cuda_team_topo_init_proxies(const ucc_tl_cuda_team_t *team,
tl_debug(UCC_TL_TEAM_LIB(team), "no proxy found between "
"dev %s (%d) and dev %s (%d), "
"cuda topology is not supported",
pci_str[0], i, pci_str[j], j);
pci_str[0], i, pci_str[1], j);
status = UCC_ERR_NOT_SUPPORTED;
goto free_data;
}
Expand Down

0 comments on commit e5374be

Please sign in to comment.