We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17f34 commit 6b3be49Copy full SHA for 6b3be49
src/meta_schedule/tune_context.cc
@@ -74,6 +74,7 @@ TuneContext TuneContextNode::Clone() const {
74
}
75
if (this->space_generator.defined()) n->space_generator = this->space_generator.value()->Clone();
76
if (this->search_strategy.defined()) n->search_strategy = this->search_strategy.value()->Clone();
77
+ n->rand_state = support::LinearCongruentialEngine(&n->rand_state).ForkSeed();
78
n->Initialize();
79
return TuneContext(n);
80
0 commit comments