Skip to content

Commit

Permalink
Minor change to force init mps.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jul 22, 2023
1 parent 5b1986a commit bc0727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nnc/mps/ccv_nnc_mps.m
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ ccv_nnc_mps_graph_key_t ccv_nnc_mps_graph_key_new(const ccv_nnc_cmd_t cmd, const
ccv_nnc_stream_context_t* ccv_nnc_init_stream_context(ccv_nnc_stream_context_t* const stream_context)
{
// Initialize the MFA context.
ccv_nnc_mfa_context_t* context = ccv_nnc_default_mfa_context();
ccv_nnc_default_mfa_context();
return stream_context;
}

Expand Down

0 comments on commit bc0727f

Please sign in to comment.