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

 ##########
 File path: python/tvm/contrib/cudnn.py
 ##########
 @@ -413,3 +411,324 @@ def conv2d_forward(x,
             ins[1],
             outs[0],
             conv_dtype), name="y")
+
+
+def conv3d_w_shape(in_channel,
 
 Review comment:
   let's remove this function. This is trivial and only meaningful for NCHW 
layout. Also remove conv2d_w_shape

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