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

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

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

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

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

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

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

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