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 4f3d324 + ee882f6 commit 1a43fdaCopy full SHA for 1a43fda
src/uct/ib/base/ib_device.c
@@ -184,6 +184,9 @@ static uct_ib_device_spec_t uct_ib_builtin_device_specs[] = {
184
{"ConnectX-8", {0x15b3, 4131},
185
UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
186
UCT_IB_DEVICE_FLAG_DC_V2, 80},
187
+ {"ConnectX-9", {0x15b3, 4133},
188
+ UCT_IB_DEVICE_FLAG_MELLANOX | UCT_IB_DEVICE_FLAG_MLX5_PRM |
189
+ UCT_IB_DEVICE_FLAG_DC_V2, 90},
190
{"BlueField", {0x15b3, 0xa2d2},
191
192
UCT_IB_DEVICE_FLAG_DC_V2, 41},
0 commit comments