[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-12-08 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r355268745 ## File path: tests/python/unittest/test_extensions.py ## @@ -21,15 +21,16 @@ import platform import unittes

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336322102 ## File path: include/mxnet/lib_api.h ## @@ -35,6 +35,7 @@ #include #include #include +#include Revi

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336322102 ## File path: include/mxnet/lib_api.h ## @@ -35,6 +35,7 @@ #include #include #include +#include Revi

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336321623 ## File path: include/mxnet/lib_api.h ## @@ -252,7 +253,9 @@ struct MXTensor { default: dltensor.d

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336321623 ## File path: include/mxnet/lib_api.h ## @@ -252,7 +253,9 @@ struct MXTensor { default: dltensor.d

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336308572 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() : data_ptr(NULL)

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336303461 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336303461 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336302490 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() : data_ptr(NULL)

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336302843 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-11 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r334216887 ## File path: example/extensions/lib_custom_op/gemm_lib.cc ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r331326421 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by Contributo

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330909461 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by Contributo

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330907765 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by Contributo

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330902707 ## File path: example/extensions/lib_custom_op/gemm_lib.cc ## @@ -0,0 +1,246 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330901780 ## File path: example/extensions/lib_custom_op/gemm_lib.cc ## @@ -0,0 +1,246 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330898552 ## File path: example/extensions/lib_custom_op/gemm_lib.cc ## @@ -0,0 +1,246 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330897491 ## File path: example/extensions/lib_custom_op/gemm_lib.cc ## @@ -0,0 +1,246 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r330895629 ## File path: example/extensions/lib_custom_op/Makefile ## @@ -0,0 +1,27 @@ +# Licensed to the Apache Software