Skip to content

Commit

Permalink
Merge branch 'testgpuerror' into metal-coreml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinChangYang committed Dec 10, 2023
2 parents 91aea91 + 0853398 commit ae14075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/command/gputest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ int MainCmds::testgpuerror(const vector<string>& args) {
NeuralNet::globalCleanup();
ScoreValue::freeTables();

return 0;
return success ? 0 : 1;
}

0 comments on commit ae14075

Please sign in to comment.