[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support

2020-04-16 Thread GitBox
icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r409790621 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -91,6 +91,9 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support

2020-04-16 Thread GitBox
icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r409777883 ## File path: topi/python/topi/cuda/conv2d.py ## @@ -67,7 +67,7 @@ def _callback(op):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support

2020-04-14 Thread GitBox
icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r408301660 ## File path: topi/python/topi/cuda/conv2d.py ## @@ -67,7 +67,7 @@ def _callback(op):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support

2020-04-14 Thread GitBox
icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r408296595 ## File path: src/runtime/contrib/cudnn/conv_forward.cc ## @@ -63,7 +64,8 @@ void

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support

2020-04-14 Thread GitBox
icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN grouped convolution support URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r408300098 ## File path: tests/python/contrib/test_cudnn.py ## @@ -206,4 +212,4 @@ def test_softmax():