masahi commented on a change in pull request #8191:
URL: https://github.com/apache/tvm/pull/8191#discussion_r645207863



##########
File path: src/driver/driver_api.cc
##########
@@ -185,6 +185,17 @@ IRModule lower(te::Schedule sch, const Array<te::Tensor>& 
args, const std::strin
   return mod;
 }
 
+TVM_REGISTER_GLOBAL("driver.lower").set_body_typed([](te::Schedule sch, const 
Array<te::Tensor>& args, const String& name, const Map<te::Tensor, 
tir::Buffer>& binds) {

Review comment:
       Remove the diff in this file




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