junrushao commented on code in PR #15169:
URL: https://github.com/apache/tvm/pull/15169#discussion_r1243284737


##########
src/tir/schedule/analysis/analysis.cc:
##########
@@ -1459,6 +1470,12 @@ bool IsTrivialBinding(const ScheduleState& self, const 
StmtSRef& block_sref) {
   return true;
 }
 
+TVM_REGISTER_GLOBAL("tir.schedule.IsTrivialBinding").set_body_typed(

Review Comment:
   I believe we could assume trivial binding in dlight



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