You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/16 02:20:42 UTC

[GitHub] [incubator-mxnet] yzhliu opened a new pull request #15550: Infra to use tvm write op kernels

yzhliu opened a new pull request #15550: Infra to use tvm write op kernels
URL: https://github.com/apache/incubator-mxnet/pull/15550
 
 
   ## Description ##
   This PR implements an infra to let users write op kernels in pure Python. One broadcast operator example can be found in,
   * Kernel definition: contrib/tvmop/basic/ufunc.py
   * Operator registry: src/operator/contrib/tvmop/ufunc.cc
   * Test case: tests/python/unittest/test_tvm_op.py
   
   More background and discussion can be found here: https://github.com/apache/incubator-mxnet/issues/15465

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


With regards,
Apache Git Services