[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132262452 ## File path: src/operator/tensor/dot-inl.h ## @@ -187,8 +187,8 @@ inline bool

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132260731 ## File path: src/operator/tensor/dot-inl.h ## @@ -616,28 +677,27 @@ inline void

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132255546 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132255400 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-08 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132040459 ## File path: src/operator/tensor/dot-inl.cuh ## @@ -353,27 +640,308 @@ inline void

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-08 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r131982231 ## File path: src/operator/tensor/dot-inl.h ## @@ -187,8 +187,8 @@ inline bool

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-08 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r131982060 ## File path: src/operator/tensor/dot-inl.cuh ## @@ -353,27 +640,308 @@ inline void

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-08 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r131980446 ## File path: src/operator/tensor/dot-inl.cuh ## @@ -9,66 +9,163 @@ #include #include +#include

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-08 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r131979993 ## File path: src/operator/tensor/dot-inl.cuh ## @@ -9,66 +9,163 @@ #include #include +#include