Skip to content

Commit

Permalink
revert change in update_cost_model.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Nov 15, 2022
1 parent 405a3d4 commit 30199c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meta_schedule/measure_callback/update_cost_model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class UpdateCostModelNode : public MeasureCallbackNode {
pruned_candidate.reserve(n);
pruned_runner_result.reserve(n);
for (int i = 0; i < n; i++) {
ICHECK(runner_results[i]->run_secs);
if (!builder_results[i]->error_msg.defined() &&
Sum(runner_results[i]->run_secs.value()) > 0) {
pruned_candidate.push_back(measure_candidates[i]);
Expand Down

0 comments on commit 30199c3

Please sign in to comment.