tqchen commented on PR #83: URL: https://github.com/apache/tvm-rfcs/pull/83#issuecomment-1181985883
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); `` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
