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

2017-08-12 Thread git
crazy-cat 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_r132814964 ## File path: src/operator/convolution-inl.h ## @@ -97,6 +98,8 @@ struct

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

2017-08-09 Thread git
crazy-cat 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_r132136675 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + *

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

2017-08-09 Thread git
crazy-cat 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_r132129057 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + *

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

2017-08-09 Thread git
crazy-cat 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_r132126568 ## File path: src/common/cuda_utils.h ## @@ -175,6 +185,18 @@ inline const char*

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

2017-08-09 Thread git
crazy-cat 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_r132099020 ## File path: tests/python/unittest/test_operator.py ## @@ -955,6 +955,40 @@ def