tqchen commented on a change in pull request #6327:
URL: https://github.com/apache/incubator-tvm/pull/6327#discussion_r475599518



##########
File path: src/relay/transforms/fuse_ops.cc
##########
@@ -83,6 +83,8 @@ constexpr uint32_t kMaxFusedOps = 256;
 
 static const Op& stop_fusion_op = Op::Get("annotation.stop_fusion");
 
+TVM_REGISTER_PASS_CONFIG_OPTION("relay.max_fuse_depth", Integer);

Review comment:
       consider use the naming convention: `relay.PassName.option_name`
   
   `relay.FuseOps.max_depth`




----------------------------------------------------------------
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