piiswrong commented on a change in pull request #8719: Tune without Launch 
specialization macros
URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152677355
 
 

 ##########
 File path: src/operator/operator_tune.cc
 ##########
 @@ -125,16 +125,16 @@ struct static_init_var {
  * \brief Implement tuning objects for a backward unary kernel operator
  */
 #define _IMPLEMENT_UNARY_WORKLOAD_BWD(__op$, __typ$) \
-  IMPLEMENT_WORKLOAD_VALUE_FOR_TYPE(mxnet::op::mxnet_op::backward_grad<__op$>, 
__typ$); \
+  
IMPLEMENT_WORKLOAD_VALUE_FOR_TYPE(mxnet::op::mxnet_op::backward_grad_tuned<__op$>,
 __typ$); \
   namespace mxnet_op { \
 
 Review comment:
   don't put namespace in macro.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to