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.
1 parent aaea0a8 commit d215d23Copy full SHA for d215d23
src/uct/ib/base/ib_md.c
@@ -177,7 +177,7 @@ ucs_config_field_t uct_ib_md_config_table[] = {
177
ucs_offsetof(uct_ib_md_config_t, ext.odp.mem_types),
178
UCS_CONFIG_TYPE_BITMAP(ucs_memory_type_names)},
179
180
- {"DIRECT_NIC", "n", "Use Direct NIC functionality for GPU memory access",
+ {"DIRECT_NIC", "y", "Use Direct NIC functionality for GPU memory access",
181
ucs_offsetof(uct_ib_md_config_t, ext.direct_nic), UCS_CONFIG_TYPE_BOOL},
182
183
{NULL}
0 commit comments