Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v1.x' into add-lts-nd-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Jul 23, 2020
2 parents 8bbc53b + 91d535a commit b56fad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c_api/c_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@ int MXNotifyShutdown() {
API_BEGIN();
mxnet::op::custom::CustomOperator::Get()->Stop();
Engine::Get()->NotifyShutdown();
Engine::Get()->WaitForAll();
API_END();
}

Expand Down

0 comments on commit b56fad4

Please sign in to comment.