mbs-octoml commented on a change in pull request #8788:
URL: https://github.com/apache/tvm/pull/8788#discussion_r720593303
##########
File path: src/relay/backend/vm/compiler.cc
##########
@@ -1041,13 +1013,31 @@ IRModule VMCompiler::OptimizeModule(IRModule mod, const
TargetsMap& targets_arg,
Array<Pass> pass_seqs = relay::backend::GetPassPrefix(targets, true);
+ Device default_device;
Review comment:
Alas it's still there, I've run out of steam and we should centralize
this and the (now reigged) default device logic in build_module.cc
--
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]