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/05/07 05:46:23 UTC

[GitHub] [tvm] zackcquic opened a new pull request #8002: [RELAY] Enable registering op with python

zackcquic opened a new pull request #8002:
URL: https://github.com/apache/tvm/pull/8002


   Add a new API register_op
   
   Note: Implementing a op by pure python is still limited:
     1. Custom type relation (add_type_rel()) is still not
        available in python.
   
     2. Setting number inputs (set_num_inputs()) needs
        plevel > 128 in python.
        (see tests/python/relay/test_ir_op.py)
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   
   @tqchen
   


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

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



[GitHub] [tvm] tqchen merged pull request #8002: [RELAY] Enable registering op with python

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


   


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

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



[GitHub] [tvm] tqchen commented on pull request #8002: [RELAY] Enable registering op with python

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8002:
URL: https://github.com/apache/tvm/pull/8002#issuecomment-834524794


   Thansk @zackcquic 


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

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



[GitHub] [tvm] zackcquic commented on pull request #8002: [RELAY] Enable registering op with python

Posted by GitBox <gi...@apache.org>.
zackcquic commented on pull request #8002:
URL: https://github.com/apache/tvm/pull/8002#issuecomment-834085561


   Refer to RFC: https://discuss.tvm.apache.org/t/rfc-register-ops-from-python-site-and-followup/9903


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

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