jroesch commented on a change in pull request #10026:
URL: https://github.com/apache/tvm/pull/10026#discussion_r795935335



##########
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:
       You probably need to update the VM byte code serialization code as this 
will break if you serialize a model containing the instruction. 




-- 
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-unsubscr...@tvm.apache.org

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


Reply via email to