You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/23 02:16:38 UTC

[GitHub] [tvm] tkonolige opened a new pull request #9796: [TE] Support varargs in te.compute

tkonolige opened a new pull request #9796:
URL: https://github.com/apache/tvm/pull/9796


   Support varargs (`lambda x, *args: ...`) in te.compute. The varargs take indices into the remaining dimensions of the outputs shape. This requires using inspect.getfullargspec instead of `fcompute.__code__`.
   
   Also add checks that there are no keyword arguments.
   
   @masahi 
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #9796: [TE] Support varargs in te.compute

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #9796:
URL: https://github.com/apache/tvm/pull/9796


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org