You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/09 08:39:08 UTC

[GitHub] solin319 commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

solin319 commented on a change in pull request #7393: add depthwise convolution's gpu version optimization
URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132122354
 
 

 ##########
 File path: src/common/cuda_utils.h
 ##########
 @@ -175,6 +185,18 @@ inline const char* CurandGetErrorString(curandStatus_t status) {
         << "cuRAND: " << common::cuda::CurandGetErrorString(e); \
   }
 
+#define CUDA_1D_KERNEL_LOOP(i, n)                            \
 
 Review comment:
   Function 'CUDA_KERNEL_LOOP' was defined in 'mxnet_op.h'. It's same to the 'CUDA_1D_KERNEL_LOOP'.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services