Skip to content

Commit

Permalink
Update sketch_policy.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Nov 9, 2020
1 parent b779c3c commit f2666f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto_scheduler/search_policy/sketch_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ Array<State> SketchPolicyNode::EvolutionarySearch(const Array<State>& init_popul
if (!is_cost_model_reasonable && num_iters > 3) {
num_iters = 3;
StdCout(verbose) << "GA iteration number has been adjusted to " << num_iters
<< " due to random cost model";
<< " due to random cost model" << std::endl;
}

// Two ping pong buffers to avoid copy.
Expand Down

0 comments on commit f2666f7

Please sign in to comment.