Implement NIC identification and remapping (#420)

* Add 1H16P GPU model

* Implement NIC identification and remapping

* Revert "Sort IB devices based on device name (#413)"

This reverts commit 2d0ed8dff6.

* Fix permute and check order

* Correction on IB speed reporting

* Revert "Allow user to link layer with RCCL_IB_HCA_SKIP_LINK_LAYER (#361)"

This reverts commit caf5c9992a.
Αυτή η υποβολή περιλαμβάνεται σε:
Wenkai Du
2021-08-24 09:42:04 -07:00
υποβλήθηκε από GitHub
γονέας 5f15ed6e3e
υποβολή 5c8380ff5b
11 αρχεία άλλαξαν με 623 προσθήκες και 47 διαγραφές
@@ -21,7 +21,7 @@
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for i in {0..55}
for i in {0..57}
do
if [[ $i -eq 50 ]] || [[ $i -eq 51 ]]
then