Lunderberg commented on PR #14985:
URL: https://github.com/apache/tvm/pull/14985#issuecomment-1875739139

   With https://github.com/apache/tvm/pull/16184 landed, this PR should 
(hopefully) be able to land without requiring all low-level codegen to directly 
support function calls.  For codegens that do not yet support function calls, 
device-side kernels can have subroutines inlined to avoid a recurrence of 
https://github.com/apache/tvm/pull/16033.
   
   Currently, this PR is rebased on top of main, but does not use of 
`InlinePrivateFunctions`.  I expect it to fail in CI for Metal codegen, and to 
have the same ethos-u failure modes as previously.  These should be resolvable 
by applying `InlinePrivateFunctions`, conditional on the target being used.


-- 
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]

Reply via email to