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/11/07 18:20:59 UTC

[GitHub] [tvm] StrongerXi commented on a diff in pull request #13311: [Driver] Correctly propogate simple-mode flag in LowerSchedule

StrongerXi commented on code in PR #13311:
URL: https://github.com/apache/tvm/pull/13311#discussion_r1015757679


##########
src/driver/driver_api.cc:
##########
@@ -54,9 +54,6 @@ TVM_REGISTER_PASS_CONFIG_OPTION("tir.use_async_copy", Bool);
 TVM_REGISTER_PASS_CONFIG_OPTION("tir.merge_async_commit_queue_scope", Bool);
 TVM_REGISTER_PASS_CONFIG_OPTION("tir.instrument_lwp", Bool);
 
-using runtime::PackedFunc;
-using runtime::TVMArgs;
-using runtime::TVMRetValue;

Review Comment:
   I deleted these as well because they are not used at all 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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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