We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ae265 + 731bab0 commit e463614Copy full SHA for e463614
src/uct/ib/base/ib_device.c
@@ -182,6 +182,9 @@ static uct_ib_device_spec_t uct_ib_builtin_device_specs[] = {
182
{"ConnectX-8", {0x15b3, 4131},
183
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
184
UCT_IB_DEVICE_FLAG_DC_V2, 80},
185
+ {"ConnectX-9", {0x15b3, 4133},
186
+ UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
187
+ UCT_IB_DEVICE_FLAG_DC_V2, 90},
188
{"BlueField", {0x15b3, 0xa2d2},
189
190
UCT_IB_DEVICE_FLAG_DC_V2, 41},
0 commit comments