reminisce commented on a change in pull request #15973: Numpy . implement numpy
op exp2 with tvm
URL: https://github.com/apache/incubator-mxnet/pull/15973#discussion_r317887803
##########
File path: contrib/tvmop/basic/ufunc.py
##########
@@ -98,3 +99,71 @@ def backward_vadd_gpu(dtype, ndim, reduce1st, req):
s[t].bind(bx, block_x)
s[t].bind(tx, thread_x)
return s, [X, in_grad_a, in_grad]
+
+def compute_exp2(dtype, ndim):
Review comment:
I'm still reading this in `ufunc.py`? Anything wrong?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services