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_r317892091
##########
File path: src/operator/contrib/tvmop/ufunc.cc
##########
@@ -144,6 +144,61 @@ NNVM_REGISTER_OP(_backward_contrib_tvm_vadd)
.set_attr<mxnet::FCompute>("FCompute<cpu>",
mxnet::op::TVMBinaryBackwardComputeUseNone<func_bakcward_vadd_cpu>);
+
+static constexpr char func_exp2_cpu[] = "exp2";
+static constexpr char func_epx2_gpu[] = "cuda_exp2";
Review comment:
Call this `exp2_gpu`.
----------------------------------------------------------------
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