sunhaohui commented on code in PR #13017:
URL: https://github.com/apache/tvm/pull/13017#discussion_r991281148


##########
src/relay/op/annotation/annotation.cc:
##########
@@ -201,5 +201,7 @@ 
TVM_REGISTER_GLOBAL("relay.op.annotation._make.compiler_end")
       return Call(op, {expr}, Attrs(attrs), {});
     });
 
+      TVM_DLL extern  const Op stop_fusion_op = 
Op::Get("annotation.stop_fusion");
+

Review Comment:
   This is for MinGW register order , the same as vm.invoke_tvm_op



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to