You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/03 23:47:34 UTC

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11793: [DietCode] Local Padding

junrushao1994 commented on code in PR #11793:
URL: https://github.com/apache/tvm/pull/11793#discussion_r912552110


##########
src/driver/driver_api.cc:
##########
@@ -165,9 +166,10 @@ TVM_REGISTER_GLOBAL("driver.get_binds")
       return out_arr;
     });
 
-Array<tvm::transform::Pass> CreatePassList(bool disable_loop_partition) {
+Array<tvm::transform::Pass> CreatePassList(bool simple_mode) {

Review Comment:
   Thanks for fix the naming :-) Didn't notice it before



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org