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

2020-01-21 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r369335343 ## File path: src/c_api/c_api.cc ## @@ -563,11 +587,21 @@ int MXLoadLib(const char *path) {

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

2020-01-21 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r369335323 ## File path: src/c_api/c_api.cc ## @@ -408,24 +452,13 @@ int MXLoadLib(const char *path) {

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

2020-01-21 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r369335083 ## File path: src/c_api/c_api.cc ## @@ -164,39 +186,60 @@ int MXLoadLib(const char *path) {

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

2020-01-17 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r368173736 ## File path: include/mxnet/lib_api.h ## @@ -566,16 +609,20 @@ typedef MXReturnValue

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367731357 ## File path: include/mxnet/lib_api.h ## @@ -833,20 +891,26 @@ extern "C" { #else void

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367731063 ## File path: include/mxnet/lib_api.h ## @@ -763,9 +818,9 @@ typedef int

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367731019 ## File path: src/c_api/c_api.cc ## @@ -685,28 +757,26 @@ int MXLoadLib(const char *path) {

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730959 ## File path: src/c_api/c_api.cc ## @@ -635,11 +698,20 @@ int MXLoadLib(const char *path) {

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730719 ## File path: include/mxnet/lib_api.h ## @@ -982,17 +1045,22 @@ extern "C" { // create a

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730787 ## File path: src/c_api/c_api.cc ## @@ -450,32 +480,59 @@ int MXLoadLib(const char *path) {

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730749 ## File path: src/c_api/c_api.cc ## @@ -97,9 +97,31 @@ inline int

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730693 ## File path: include/mxnet/lib_api.h ## @@ -602,12 +649,18 @@ class CustomOp { isSGop =

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730326 ## File path: include/mxnet/lib_api.h ## @@ -215,25 +225,43 @@ struct MXTensor {

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

2020-01-16 Thread GitBox
rondogency commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367730341 ## File path: include/mxnet/lib_api.h ## @@ -566,16 +609,20 @@ typedef MXReturnValue