Skip to content

Commit

Permalink
prov/efa: Disable RUNTING for Neuron
Browse files Browse the repository at this point in the history
We noticed a performance regression for runting read + neuron so we are
choosing to disable it in order to resolve regression.

Signed-off-by: Seth Zegelstein <[email protected]>
  • Loading branch information
a-szegel committed Oct 22, 2023
1 parent 29a73ec commit 56b2286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/efa/src/efa_hmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int efa_domain_hmem_info_init_protocol_thresholds(struct efa_domain *efa_
fi_param_get_size_t(&efa_prov, "inter_min_read_write_size", &info->min_read_write_size);
break;
case FI_HMEM_NEURON:
info->runt_size = EFA_DEFAULT_RUNT_SIZE;
info->runt_size = 0;
info->max_intra_eager_size = 0;
info->max_medium_msg_size = 0;
info->min_read_msg_size = efa_max_eager_msg_size_with_largest_header(efa_domain) + 1;
Expand Down

0 comments on commit 56b2286

Please sign in to comment.