masahi commented on a change in pull request #4418: [RUNTIME] Add cudnn conv3d
URL: https://github.com/apache/incubator-tvm/pull/4418#discussion_r351922258
 
 

 ##########
 File path: src/runtime/contrib/cudnn/cudnn_utils.h
 ##########
 @@ -54,6 +54,13 @@ inline void GetStride(int nbdim, const int *dims, int 
*strides) {
   }
 }
 
+inline void GetCudnnStride(int nbdim, const int *dims, int *strides) {
 
 Review comment:
   Use std::vector and pass by reference

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

Reply via email to