jroesch commented on a change in pull request #10026:
URL: https://github.com/apache/tvm/pull/10026#discussion_r796083930
##########
File path: src/relay/backend/vm/compiler.cc
##########
@@ -328,6 +328,7 @@ class VMFunctionCompiler :
DeviceAwareExprFunctor<void(const Expr& n)> {
case Opcode::Ret:
case Opcode::Goto:
case Opcode::Fatal:
+ case Opcode::KillRegister:
Review comment:
I didn't see serialize.cc at first brush so I thought it might be
missing.
--
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]