Skip to content

Commit

Permalink
UCP RMA: Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed Nov 21, 2024
1 parent b0222cb commit bc83b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucx_rma_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static ncclResult_t nccl_ucp_context_create(int dev,
ncclIbDevs[dev].portNum);
UCXCHECK(ucp_config_read("NCCL", NULL, &config));
UCXCHECK(ucp_config_modify(config, "NET_DEVICES", ucx_dev_name));
UCXCHECK(ucp_config_modify(config, "TLS", "rc_x,cuda_copy"));
UCXCHECK(ucp_config_modify(config, "TLS", "rc_x"));

params.field_mask = UCP_PARAM_FIELD_FEATURES;
params.features = UCP_FEATURE_RMA | UCP_FEATURE_AM;
Expand Down

0 comments on commit bc83b44

Please sign in to comment.