[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-02-04 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r374977594 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -0,0 +1,83 @@ +#!/usr/bin/env

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-30 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r373278868 ## File path: include/mxnet/lib_api.h ## @@ -594,26 +657,58 @@ class CustomOp { mutate_inputs

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-30 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r373161746 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -0,0 +1,83 @@ +#!/usr/bin/env

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-29 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r372729337 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -0,0 +1,83 @@ +#!/usr/bin/env

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-29 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r372700554 ## File path: include/mxnet/lib_api.h ## @@ -203,6 +214,16 @@ enum MXDType { kUNSET = 100, };

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-29 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r372699354 ## File path: include/mxnet/lib_api.h ## @@ -203,6 +214,16 @@ enum MXDType { kUNSET = 100, };

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-29 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r372604166 ## File path: Makefile ## @@ -664,11 +664,19 @@ cpplint: pylint: python3 -m pylint

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-26 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r371045994 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -0,0 +1,69 @@ +#!/usr/bin/env

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support

2020-01-26 Thread GitBox
rondogency commented on a change in pull request #17270: Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r371045630 ## File path: example/extensions/lib_custom_op/relu_lib.cu ## @@ -0,0 +1,193 @@ +/* + * Licensed to