> Just to followup, why does ParseIR require activation of a scope, or is it > possible that ParseIR returns a tuple of Target and Module, where activation > is done separately.
The reason is that `ParseIR` needs to make calls to LLVM functions to create the `llvm::Module`. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/83#issuecomment-1179274109 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-rfcs/pull/83/c1179274...@github.com>