jcf94 commented on a change in pull request #7260:
URL: https://github.com/apache/tvm/pull/7260#discussion_r558834604



##########
File path: src/auto_scheduler/search_policy/sketch_policy_rules.h
##########
@@ -131,6 +131,29 @@ DEFINE_SKETCH_GENERATION_RULE(RuleCrossThreadReduction);
  * location of the producers of compute ops that perform "fake reduction" with 
const tensors. */
 DEFINE_SKETCH_GENERATION_RULE(RuleSpecialComputeLocationGPU);
 
+/*! \brief The rule that allows users to generate custom sketches. */
+class RuleCustomSketch : public SketchGenerationRule {

Review comment:
       Emm... I used this just because our other rule are named "Rulexxxxx". 😄 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to