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



##########
File path: src/target/llvm/llvm_module.cc
##########
@@ -234,7 +238,7 @@ class LLVMModuleNode final : public runtime::ModuleNode {
       }
       funcs.push_back(f);
     }
-    ICHECK(funcs.size() > 0 || (could_have_linked_params && 
found_linked_params));
+    // ICHECK(funcs.size() > 0 || (could_have_linked_params && 
found_linked_params));

Review comment:
       I think we are allowed to have an empty model now? I can restore but I 
remember this no longer being true
   




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to