By default we have one entry point("main") but there is nothing preventing us 
from calling into other compiled functions as long as they are exposed as 
PackedFunc. So we should have already supported that.

The incremental compilation is supported in the level of modules, which means 
we can have one module that get compiled, and as you have additional needs, 
generate new modules that can then get compiled.

Given that the topic of discussion does not yet have a actionable item, i would 
recommend we move the discussion to https://discuss.tvm.ai/ (examples like 
https://discuss.tvm.ai/c/rfc)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/4054#issuecomment-538463177

Reply via email to