In that case, I think it would be nice to state we handle K1, and leave ONLY serialization/deserialization out. This way we can have With style API, which indicate that we are explicit entering the scope for any processing.
```c++ auto data = LLVMTarget::ParseIR(file_name); With<LLVMTarget> scope(mod_data); `` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/83#issuecomment-1181985883 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-rfcs/pull/83/c1181985...@github.com>