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/01/31 18:09:08 UTC

[GitHub] [tvm] jroesch commented on a change in pull request #10026: [WIP] Relay VM memory planning

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

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