Lunderberg opened a new pull request, #15026: URL: https://github.com/apache/tvm/pull/15026
Prior to this commit, the PrimFunc generated by `bb.call_te` had no struct info associated with it. This commit updates `gen_call_tir_inputs`, which converts from a TE expression into a TIR PrimFunc, to annotate the PrimFunc with `FuncStructInfo` representing the input and output shapes. Providing this functionality for PrimFuncs produced from TE is a simpler case than a general PrimFunc, as TE has well-defined input and output tensors. -- 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]
