MasterJH5574 commented on PR #16498: URL: https://github.com/apache/tvm/pull/16498#issuecomment-1922636063
@slyubomirsky You're welcome! The main reason introducing this op is to use `call_tir_inplace` under the principle of our new nn.Module interface: so that we can hide the definition of the TIR in a file (e.g., https://github.com/mlc-ai/mlc-llm/blob/0c5f88155/python/mlc_chat/model/llama/llama_model.py#L295-L303), and expose a clean interface without Relax concept to frontend model definition side (e.g., https://github.com/mlc-ai/mlc-llm/blob/0c5f88155/python/mlc_chat/model/llama/llama_model.py#L295-L303). -- 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]
