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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]