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 c05577a commit 21e013bCopy full SHA for 21e013b
src/auto_scheduler/search_policy/sketch_policy_rules.h
@@ -188,7 +188,7 @@ class PopulationMutationRule : public PopulationGenerationRule {
188
#define DEFINE_MUTATE_POPULATION_RULE(rule_name) \
189
class rule_name : public PopulationMutationRule { \
190
public: \
191
- rule_name(double weight) : PopulationMutationRule(weight) {} \
+ explicit rule_name(double weight) : PopulationMutationRule(weight) {} \
192
ResultKind Apply(SketchPolicyNode* policy, State* state) const final; \
193
};
194
0 commit comments