[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17619: [numpy] add op fabs, sometrue, round_

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17619: [numpy] add op fabs, sometrue, round_ URL: https://github.com/apache/incubator-mxnet/pull/17619#discussion_r381828084 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -523,6 +523,14 @@ def abs(self, *args,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17624: [Numpy] add ediff1d

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17624: [Numpy] add ediff1d URL: https://github.com/apache/incubator-mxnet/pull/17624#discussion_r381825639 ## File path: src/operator/numpy/np_ediff1d_op-inl.h ## @@ -0,0 +1,224 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17624: [Numpy] add ediff1d

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17624: [Numpy] add ediff1d URL: https://github.com/apache/incubator-mxnet/pull/17624#discussion_r381825160 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -6758,6 +6758,67 @@ def diff(a, n=1, axis=-1, prepend=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17254: [numpy] change unary infer type

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17254: [numpy] change unary infer type URL: https://github.com/apache/incubator-mxnet/pull/17254#discussion_r381822843 ## File path: src/operator/numpy/np_elemwise_unary_op_basic.cc ## @@ -82,6 +83,90 @@

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17254: [numpy] change unary infer type

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17254: [numpy] change unary infer type URL: https://github.com/apache/incubator-mxnet/pull/17254#discussion_r381821492 ## File path: src/operator/numpy/np_elemwise_unary_op_basic.cc ## @@ -82,6 +83,90 @@

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17254: [numpy] change unary infer type

2020-02-19 Thread GitBox
haojin2 commented on a change in pull request #17254: [numpy] change unary infer type URL: https://github.com/apache/incubator-mxnet/pull/17254#discussion_r381821492 ## File path: src/operator/numpy/np_elemwise_unary_op_basic.cc ## @@ -82,6 +83,90 @@

[GitHub] [incubator-mxnet] mifan0208 opened a new issue #17636: After model parameter iteration, printed the loss , and OOM problem appears,

2020-02-19 Thread GitBox
mifan0208 opened a new issue #17636: After model parameter iteration, printed the loss , and OOM problem appears, URL: https://github.com/apache/incubator-mxnet/issues/17636 ## Description After model parameter iteration, printed the loss , and OOM problem appears,What's the problem?

[GitHub] [incubator-mxnet] haojin2 commented on issue #17616: CUDA: unspecified launch failure on CI Windows

2020-02-19 Thread GitBox
haojin2 commented on issue #17616: CUDA: unspecified launch failure on CI Windows URL: https://github.com/apache/incubator-mxnet/issues/17616#issuecomment-588626433 #17630 still fails on windows-gpu with `test_np_nan_to_num` disabled, the error starts to occur on the test immediately

[incubator-mxnet] branch master updated (c215b33 -> b68a05d)

2020-02-19 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c215b33 MXNET-1447 [Perl] Runtime features and large tensor support. (#17610) add b68a05d Reduce load

[incubator-mxnet] branch master updated (c215b33 -> b68a05d)

2020-02-19 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c215b33 MXNET-1447 [Perl] Runtime features and large tensor support. (#17610) add b68a05d Reduce load

[GitHub] [incubator-mxnet] haojin2 commented on issue #17630: Disable test_np_nan_to_num for unblocking CI

2020-02-19 Thread GitBox
haojin2 commented on issue #17630: Disable test_np_nan_to_num for unblocking CI URL: https://github.com/apache/incubator-mxnet/pull/17630#issuecomment-588616185 @ptrendx Windows-gpu still

[incubator-mxnet] branch master updated (c215b33 -> b68a05d)

2020-02-19 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c215b33 MXNET-1447 [Perl] Runtime features and large tensor support. (#17610) add b68a05d Reduce load

[GitHub] [incubator-mxnet] haojin2 merged pull request #17629: [Urgent] Reduce load on CI due to excessive log flood

2020-02-19 Thread GitBox
haojin2 merged pull request #17629: [Urgent] Reduce load on CI due to excessive log flood URL: https://github.com/apache/incubator-mxnet/pull/17629 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] samskalicky commented on issue #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
samskalicky commented on issue #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#issuecomment-588608779 What do you think @HahTK? This is an automated message from the Apache

[GitHub] [incubator-mxnet] sxjscience commented on issue #17628: Missing dnnl_config.h when installing horovod

2020-02-19 Thread GitBox
sxjscience commented on issue #17628: Missing dnnl_config.h when installing horovod URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588600364 That’s currently the only one I found for linking to horovod. However I just ran setup.py in horovod and hasn’t run

[GitHub] [incubator-mxnet] heaseny commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
heaseny commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588570891 Thanks for exact checks, the fix for test_custom_op_gpu has been added .

[GitHub] [incubator-mxnet] larroy opened a new issue #17635: Windows segmentation faults in GPU tests

2020-02-19 Thread GitBox
larroy opened a new issue #17635: Windows segmentation faults in GPU tests URL: https://github.com/apache/incubator-mxnet/issues/17635 ## Description Windows GPU tests from the updated environment in https://github.com/aiengines/ci fails with the following: ```

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17634: [Large Tensor] Fixed SoftmaxActivation op

2020-02-19 Thread GitBox
connorgoggins opened a new pull request #17634: [Large Tensor] Fixed SoftmaxActivation op URL: https://github.com/apache/incubator-mxnet/pull/17634 ## Description ## The Softmax Activation op was previously breaking on large tensor (dimension >= 2^32) data. With the following input:

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17634: [Large Tensor] Fixed SoftmaxActivation op

2020-02-19 Thread GitBox
connorgoggins commented on issue #17634: [Large Tensor] Fixed SoftmaxActivation op URL: https://github.com/apache/incubator-mxnet/pull/17634#issuecomment-588566508 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] larroy opened a new issue #17633: Windows link failures in Debug mode

2020-02-19 Thread GitBox
larroy opened a new issue #17633: Windows link failures in Debug mode URL: https://github.com/apache/incubator-mxnet/issues/17633 ## Description Some template functions need to be defined in the compilation unit, right now can't build in debug mode and thus fix issues with GPU

[GitHub] [incubator-mxnet] larroy commented on issue #17633: Windows link failures in Debug mode

2020-02-19 Thread GitBox
larroy commented on issue #17633: Windows link failures in Debug mode URL: https://github.com/apache/incubator-mxnet/issues/17633#issuecomment-588563979 @mxnet-label-bot add [breaking] This is an automated message from the

[GitHub] [incubator-mxnet] TaoLv commented on issue #17628: Missing dnnl_config.h when installing horovod

2020-02-19 Thread GitBox
TaoLv commented on issue #17628: Missing dnnl_config.h when installing horovod URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588559555 I will take a look at this. I remember previously the recommended build system of mxnet was makefile when cooperating with

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17632: [Large Tensor] Fixed RNN op

2020-02-19 Thread GitBox
connorgoggins commented on issue #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632#issuecomment-588546577 @mxnet-label-bot add [pr-awaiting-review] This is an automated message from

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17632: [Large Tensor] Fixed RNN op

2020-02-19 Thread GitBox
connorgoggins opened a new pull request #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632 ## Description ## The RNN op was previously breaking on large tensor (dimension >= 2^32) data. With the following input: ```

[GitHub] [incubator-mxnet] leezu closed pull request #15677: Adding CMake work-around for Ubuntu 18.04 and CUDA > 9.2.

2020-02-19 Thread GitBox
leezu closed pull request #15677: Adding CMake work-around for Ubuntu 18.04 and CUDA > 9.2. URL: https://github.com/apache/incubator-mxnet/pull/15677 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] leezu commented on issue #15677: Adding CMake work-around for Ubuntu 18.04 and CUDA > 9.2.

2020-02-19 Thread GitBox
leezu commented on issue #15677: Adding CMake work-around for Ubuntu 18.04 and CUDA > 9.2. URL: https://github.com/apache/incubator-mxnet/pull/15677#issuecomment-588544308 Thanks @JWhitleyWork. We now always require CMake 3.13 or higher. It's straightforward to install up-to-date cmake

[GitHub] [incubator-mxnet] larroy opened a new pull request #17631: Increase docker timeouts

2020-02-19 Thread GitBox
larroy opened a new pull request #17631: Increase docker timeouts URL: https://github.com/apache/incubator-mxnet/pull/17631 ## Description ## as title Sometimes with the new environment there are timeouts with the docker daemon, this resolves this issue observed in ci-dev.

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2020-02-19 Thread GitBox
apeforest edited a comment on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-588530481 Is there a plan to remove the cudnn_off argument from the neural network operators such as Dropout, Convolution, Pool etc. It

[GitHub] [incubator-mxnet] apeforest commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2020-02-19 Thread GitBox
apeforest commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-588530481 Is there a plan to remove the cudnn_off argument from the neural network operators such as Dropout, Convolution, Pool etc. It creates a

[GitHub] [incubator-mxnet] haojin2 opened a new pull request #17630: Disable test_np_nan_to_num for unblocking CI

2020-02-19 Thread GitBox
haojin2 opened a new pull request #17630: Disable test_np_nan_to_num for unblocking CI URL: https://github.com/apache/incubator-mxnet/pull/17630 ## Description ## As title. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [

[GitHub] [incubator-mxnet] larroy opened a new pull request #17629: Reduce load on CI due to excessive log flood

2020-02-19 Thread GitBox
larroy opened a new pull request #17629: Reduce load on CI due to excessive log flood URL: https://github.com/apache/incubator-mxnet/pull/17629 ## Description ## as title This is an automated message from the Apache

[GitHub] [incubator-mxnet] YimianDai commented on issue #16766: Unfold operator

2020-02-19 Thread GitBox
YimianDai commented on issue #16766: Unfold operator URL: https://github.com/apache/incubator-mxnet/pull/16766#issuecomment-588500865 Could we use it in the nighty mxnet, and how to call it? This is an automated message from

[GitHub] [incubator-mxnet] apeforest commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-19 Thread GitBox
apeforest commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-588491750 Given your concern about the performance degradation in the case of MKL dropout, I have disabled this feature when MKL dropout

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17530: Add deferred compute support

2020-02-19 Thread GitBox
leezu commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r381565244 ## File path: src/imperative/cached_op.h ## @@ -294,7 +294,7 @@ void SetInputIndices(const nnvm::Graph&

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17530: Add deferred compute support

2020-02-19 Thread GitBox
leezu commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r381565244 ## File path: src/imperative/cached_op.h ## @@ -294,7 +294,7 @@ void SetInputIndices(const nnvm::Graph&

[GitHub] [incubator-mxnet] JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381558595 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381547859 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[incubator-mxnet] branch master updated (c2aff58 -> c215b33)

2020-02-19 Thread sergeykolychev
This is an automated email from the ASF dual-hosted git repository. sergeykolychev pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c2aff58 Implement remaining nn_basic ops in opperf (#17456) add c215b33 MXNET-1447 [Perl]

[GitHub] [incubator-mxnet] sergeykolychev merged pull request #17610: MXNET-1447 [Perl] Runtime features and large tensor support.

2020-02-19 Thread GitBox
sergeykolychev merged pull request #17610: MXNET-1447 [Perl] Runtime features and large tensor support. URL: https://github.com/apache/incubator-mxnet/pull/17610 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] samskalicky commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
samskalicky commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588411894 @leezu this is only needed for running the tests locally on building from source. And only when the tests are being run in a

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op

2020-02-19 Thread GitBox
ChaiBapchya commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op URL: https://github.com/apache/incubator-mxnet/pull/17617#discussion_r381501825 ## File path: src/operator/spatial_transformer.cc ## @@ -58,10 +58,10 @@ inline void

[GitHub] [incubator-mxnet] sxjscience commented on issue #17628: Missing dnnl_config.h when installing horovod

2020-02-19 Thread GitBox
sxjscience commented on issue #17628: Missing dnnl_config.h when installing horovod URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588406327 A temporary fix is to manually copy files inside the `build` directory to `include/mkldnn`. I've confirmed that this

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #17628: Missing dnnl_config.h when installing horovod

2020-02-19 Thread GitBox
sxjscience edited a comment on issue #17628: Missing dnnl_config.h when installing horovod URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588403782 @leezu @apeforest Have you met problems when building horovod with cmake-installed MXNet?

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #17628: Missing dnnl_config.h when installing horovod

2020-02-19 Thread GitBox
sxjscience edited a comment on issue #17628: Missing dnnl_config.h when installing horovod URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588403782 @leezu @apeforest Have you met problems when building horovod with cmake-built MXNet?

[GitHub] [incubator-mxnet] sxjscience commented on issue #17628: Missing dnnl_config.h

2020-02-19 Thread GitBox
sxjscience commented on issue #17628: Missing dnnl_config.h URL: https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588403782 @leezu @apeforest Have you met problems when building horovod with the latest version?

[GitHub] [incubator-mxnet] leezu commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
leezu commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588402845 Could someone explain why this should be done / hasn't been done before?

[GitHub] [incubator-mxnet] sxjscience opened a new issue #17628: Missing dnnl_config.h

2020-02-19 Thread GitBox
sxjscience opened a new issue #17628: Missing dnnl_config.h URL: https://github.com/apache/incubator-mxnet/issues/17628 ## Description I tried to compile MXNet using the cmake command: ``` cmake -GNinja -C ../config.cmake .. cmake --build . ``` and then install horovod

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381492237 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
apeforest commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381492237 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] rondogency commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
rondogency commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588391887 Thanks for the contribution. @samskalicky I think if this PR comes first then we can make the fix on gpu one

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc

2020-02-19 Thread GitBox
samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc URL: https://github.com/apache/incubator-mxnet/pull/17585#discussion_r381479830 ## File path: example/extensions/lib_subgraph/README.md ## @@ -0,0 +1,192 @@ + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] leezu commented on issue #17627: mxnet R package not available on repos

2020-02-19 Thread GitBox
leezu commented on issue #17627: mxnet R package not available on repos URL: https://github.com/apache/incubator-mxnet/issues/17627#issuecomment-588388481 Please compile from source as workaround. This is an automated

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17585: Dynamic subgraph property doc

2020-02-19 Thread GitBox
rondogency commented on a change in pull request #17585: Dynamic subgraph property doc URL: https://github.com/apache/incubator-mxnet/pull/17585#discussion_r381475714 ## File path: example/extensions/lib_subgraph/README.md ## @@ -0,0 +1,192 @@ + + + + + + + + + + + + + +

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-02-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new a58bb38 Bump the

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
samskalicky edited a comment on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588299018 In general looks good to me. Thanks for the enhancement! Shouldnt we do this for the test_custom_op_gpu test too?

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
samskalicky commented on a change in pull request #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r381470169 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -561,10 +561,12 @@ void

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
samskalicky commented on a change in pull request #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r381469932 ## File path: src/c_api/c_api.cc ## @@ -823,9 +823,9 @@ int MXLoadLib(const char *path) { //

[incubator-mxnet] branch master updated (a11a9f9 -> c2aff58)

2020-02-19 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a11a9f9 [numpy] add fallback ops (#17609) add c2aff58 Implement remaining nn_basic ops in opperf

[incubator-mxnet] branch master updated (a11a9f9 -> c2aff58)

2020-02-19 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a11a9f9 [numpy] add fallback ops (#17609) add c2aff58 Implement remaining nn_basic ops in opperf

[GitHub] [incubator-mxnet] apeforest merged pull request #17456: Implement remaining nn_basic ops in opperf

2020-02-19 Thread GitBox
apeforest merged pull request #17456: Implement remaining nn_basic ops in opperf URL: https://github.com/apache/incubator-mxnet/pull/17456 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] haojin2 edited a comment on issue #17616: CUDA: unspecified launch failure on CI Windows

2020-02-19 Thread GitBox
haojin2 edited a comment on issue #17616: CUDA: unspecified launch failure on CI Windows URL: https://github.com/apache/incubator-mxnet/issues/17616#issuecomment-588365437 Please first disable then I’ll investigate. This is

[GitHub] [incubator-mxnet] haojin2 commented on issue #17616: CUDA: unspecified launch failure on CI Windows

2020-02-19 Thread GitBox
haojin2 commented on issue #17616: CUDA: unspecified launch failure on CI Windows URL: https://github.com/apache/incubator-mxnet/issues/17616#issuecomment-588365437 Please first disable then investigate. This is an

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
mseth10 commented on a change in pull request #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r381451652 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -561,10 +561,12 @@ void CutGraphInputs(const

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
mseth10 commented on a change in pull request #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r381449945 ## File path: src/c_api/c_api.cc ## @@ -823,9 +823,9 @@ int MXLoadLib(const char *path) { //

[GitHub] [incubator-mxnet] VladPerervenko commented on issue #17627: mxnet R package not available on repos

2020-02-19 Thread GitBox
VladPerervenko commented on issue #17627: mxnet R package not available on repos URL: https://github.com/apache/incubator-mxnet/issues/17627#issuecomment-588355935 Same result This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] WaqasAhmedMalik opened a new issue #17627: mxnet R package not available on repos

2020-02-19 Thread GitBox
WaqasAhmedMalik opened a new issue #17627: mxnet R package not available on repos URL: https://github.com/apache/incubator-mxnet/issues/17627 ## Description mxnet R package not available on repos. I am trying to install mxnet R package using the following repos which is given by

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
ptrendx commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381431132 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] ptrendx commented on issue #17616: CUDA: unspecified launch failure on CI Windows

2020-02-19 Thread GitBox
ptrendx commented on issue #17616: CUDA: unspecified launch failure on CI Windows URL: https://github.com/apache/incubator-mxnet/issues/17616#issuecomment-588335521 @haojin2 The first failing test is `test_operator_gpu.test_np_nan_to_num`.

[GitHub] [incubator-mxnet] JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381419681 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
ptrendx commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381417450 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support

2020-02-19 Thread GitBox
JonTanS commented on a change in pull request #17462: Updated PartialSortSmallK for LT support URL: https://github.com/apache/incubator-mxnet/pull/17462#discussion_r381402464 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -362,7 +362,7 @@ MSHADOW_FORCE_INLINE

[GitHub] [incubator-mxnet] samskalicky commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
samskalicky commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588299018 shouldnt we do this for the test_custom_op_gpu test too?

[GitHub] [incubator-mxnet] TaoLv commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
TaoLv commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588283287 Is this good for you? @rondogency @samskalicky This is an automated

[GitHub] [incubator-mxnet] TaoLv removed a comment on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
TaoLv removed a comment on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588283729 Is this good for you? @rondogency @samskalicky This is an

[GitHub] [incubator-mxnet] TaoLv commented on issue #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
TaoLv commented on issue #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626#issuecomment-588263024 @heaseny It seems you have missed your code changes. This is an

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-02-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 3d56e3f Bump the

[GitHub] [incubator-mxnet] heaseny opened a new pull request #17626: Use relative path for extension unit tests

2020-02-19 Thread GitBox
heaseny opened a new pull request #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626 ## Description ## Use relative path for extension tests, : nosetests -s -v test_extensions:test_subgraph nosetests -s -v

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op

2020-02-19 Thread GitBox
connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op URL: https://github.com/apache/incubator-mxnet/pull/17617#discussion_r381202221 ## File path: src/operator/spatial_transformer.cc ## @@ -58,10 +58,10 @@ inline void

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op

2020-02-19 Thread GitBox
connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op URL: https://github.com/apache/incubator-mxnet/pull/17617#discussion_r381202221 ## File path: src/operator/spatial_transformer.cc ## @@ -58,10 +58,10 @@ inline void

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op

2020-02-19 Thread GitBox
connorgoggins commented on a change in pull request #17617: [Large Tensor] Fixed Spatial Transformer op URL: https://github.com/apache/incubator-mxnet/pull/17617#discussion_r381202221 ## File path: src/operator/spatial_transformer.cc ## @@ -58,10 +58,10 @@ inline void

[GitHub] [incubator-mxnet] hzfan commented on issue #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on issue #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#issuecomment-588128558 Thank @leezu for review :) This is an automated message from the

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#discussion_r381179420 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -24,23 +24,23 @@ utils =

[GitHub] [incubator-mxnet] Alicia1529 opened a new pull request #17625: fix basic boolean indexing result shape

2020-02-19 Thread GitBox
Alicia1529 opened a new pull request #17625: fix basic boolean indexing result shape URL: https://github.com/apache/incubator-mxnet/pull/17625 ## Description ## Fix the shape error with boolean indexing ``` >>> a = np.arange(12).reshape(4,3) >>> b = np.array([1.,2.,3.])

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#discussion_r381170806 ## File path: src/api/api_lang.cc ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#discussion_r381170450 ## File path: python/mxnet/_ffi/runtime_ctypes.py ## @@ -0,0 +1,30 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#discussion_r381170174 ## File path: python/mxnet/_ffi/_cy2/__init__.py ## @@ -0,0 +1,17 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation

2020-02-19 Thread GitBox
hzfan commented on a change in pull request #17510: MXNet FFI for Operator Imperative Invocation URL: https://github.com/apache/incubator-mxnet/pull/17510#discussion_r381170239 ## File path: python/mxnet/_ffi/function.py ## @@ -0,0 +1,166 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] samskalicky commented on issue #17623: Dynamic subgraph compile support

2020-02-19 Thread GitBox
samskalicky commented on issue #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#issuecomment-588096257 @mxnet-label-bot add [pr-awaiting-review] This is an automated message

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc

2020-02-19 Thread GitBox
samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc URL: https://github.com/apache/incubator-mxnet/pull/17585#discussion_r381115979 ## File path: include/mxnet/lib_api.h ## @@ -1271,7 +1271,17 @@ extern "C" { for (int i = 0; i <

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc

2020-02-19 Thread GitBox
samskalicky commented on a change in pull request #17585: Dynamic subgraph property doc URL: https://github.com/apache/incubator-mxnet/pull/17585#discussion_r381115979 ## File path: include/mxnet/lib_api.h ## @@ -1271,7 +1271,17 @@ extern "C" { for (int i = 0; i <