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

2020-05-18 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 5ed6a21 Bump the

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18320: Improve log_softmax op performance by using DNNL support

2020-05-18 Thread GitBox
bgawrych commented on pull request #18320: URL: https://github.com/apache/incubator-mxnet/pull/18320#issuecomment-629973269 @TaoLv @pengzhao-intel Can you look at this and ping interested people also? This is an automated

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #18320: Improve log_softmax op performance by using DNNL support

2020-05-18 Thread GitBox
TaoLv commented on a change in pull request #18320: URL: https://github.com/apache/incubator-mxnet/pull/18320#discussion_r426401872 ## File path: src/operator/nn/log_softmax.cc ## @@ -26,10 +26,79 @@ #include "../tensor/elemwise_unary_op.h" #include

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-629983802 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-18 Thread GitBox
mseth10 commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-629983751 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18160: [1.x] Add BatchNormWithReLU fp32/bf16

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-629966994 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] xinyu-intel commented on pull request #18160: [1.x] Add BatchNormWithReLU fp32/bf16

2020-05-18 Thread GitBox
xinyu-intel commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-629966960 @mxnet-bot run ci [edge, macosx-x86_64] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] yzhliu commented on a change in pull request #18251: New set default dtype

2020-05-18 Thread GitBox
yzhliu commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r426443035 ## File path: src/api/operator/numpy/np_init_op.cc ## @@ -216,7 +217,7 @@ MXNET_REGISTER_API("_npi.arange") param.repeat = 1;

[GitHub] [incubator-mxnet] yzhliu commented on pull request #18251: New set default dtype

2020-05-18 Thread GitBox
yzhliu commented on pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#issuecomment-630026260 otherwise good to me. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-630028919 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-18 Thread GitBox
BenjaminCHEN2016 commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-630028872 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-18 Thread GitBox
mseth10 commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-630047920 @leezu @szha please help review /merge. thanks! This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-630108397 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-18 Thread GitBox
BenjaminCHEN2016 commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-630108343 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #18340: [Website 2.0] Artifact URL Adjustment

2020-05-18 Thread GitBox
connorgoggins commented on a change in pull request #18340: URL: https://github.com/apache/incubator-mxnet/pull/18340#discussion_r426552946 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir -p build cd src && bundle install &&

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #18340: [Website 2.0] Artifact URL Adjustment

2020-05-18 Thread GitBox
connorgoggins commented on a change in pull request #18340: URL: https://github.com/apache/incubator-mxnet/pull/18340#discussion_r426552946 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir -p build cd src && bundle install &&

[GitHub] [incubator-mxnet] D-Roberts commented on pull request #18197: [Numpy] Add qr backward part 2 for wide matrices with m < n

2020-05-18 Thread GitBox
D-Roberts commented on pull request #18197: URL: https://github.com/apache/incubator-mxnet/pull/18197#issuecomment-630127514 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18197: [Numpy] Add qr backward part 2 for wide matrices with m < n

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18197: URL: https://github.com/apache/incubator-mxnet/pull/18197#issuecomment-630127568 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] Alicia1529 opened a new pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-18 Thread GitBox
Alicia1529 opened a new pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351 ## Description ## Back port the PR #17672:boolean indexing from master to branch v1.x @ciyongch This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-630128418 Hey @Alicia1529 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18356: Include lib/libopenblas.so.0 on CD

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18356: URL: https://github.com/apache/incubator-mxnet/pull/18356#issuecomment-630401767 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18356: Include lib/libopenblas.so.0 on CD

2020-05-18 Thread GitBox
leezu opened a new pull request #18356: URL: https://github.com/apache/incubator-mxnet/pull/18356 The cmake staticbuild script doesn't link openblas statically, but rather provides the so file to be included in the distribution. This is intentional, as it simplifies the build script,

[GitHub] [incubator-mxnet] cbalint13 opened a new pull request #18357: Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp [libmxnet.so]

2020-05-18 Thread GitBox
cbalint13 opened a new pull request #18357: URL: https://github.com/apache/incubator-mxnet/pull/18357 ## Description ## 1. I got error using trunk (when using libmxnet as shared lib), right at ```dlopen()```: ```libmxnet.so: undefined symbol

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18357: Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp [libmxnet.so]

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18357: URL: https://github.com/apache/incubator-mxnet/pull/18357#issuecomment-630416438 Hey @cbalint13 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-18 Thread GitBox
leezu opened a new pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359 Backport #18328 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359#issuecomment-630420648 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu commented on pull request #18328: Fix memory leaks in Gluon

2020-05-18 Thread GitBox
leezu commented on pull request #18328: URL: https://github.com/apache/incubator-mxnet/pull/18328#issuecomment-630420986 @ciyongch I created the backport PRs This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] leezu commented on pull request #17646: Switch CD to cmake build

2020-05-18 Thread GitBox
leezu commented on pull request #17646: URL: https://github.com/apache/incubator-mxnet/pull/17646#issuecomment-630424840 Superseded by https://github.com/apache/incubator-mxnet/pull/18205 This is an automated message from

[GitHub] [incubator-mxnet] leezu closed pull request #17646: Switch CD to cmake build

2020-05-18 Thread GitBox
leezu closed pull request #17646: URL: https://github.com/apache/incubator-mxnet/pull/17646 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] leezu closed issue #17790: mxnet illegal instruction

2020-05-18 Thread GitBox
leezu closed issue #17790: URL: https://github.com/apache/incubator-mxnet/issues/17790 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] leezu commented on issue #17790: mxnet illegal instruction

2020-05-18 Thread GitBox
leezu commented on issue #17790: URL: https://github.com/apache/incubator-mxnet/issues/17790#issuecomment-630425079 Should be fixed in latest nightly builds, as https://github.com/apache/incubator-mxnet/pull/18205 enabled the cmake setup for nightly builds

[GitHub] [incubator-mxnet] leezu commented on pull request #18288: Website global search feature

2020-05-18 Thread GitBox
leezu commented on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-630454725 Should the version dropdown been made consistent with the global version dropdown? Or at least default to the same version number as used in the global version

[GitHub] [incubator-mxnet] leezu commented on issue #18344: Failed to train model trained by mxnet 1.0 in mxnet 2.0

2020-05-18 Thread GitBox
leezu commented on issue #18344: URL: https://github.com/apache/incubator-mxnet/issues/18344#issuecomment-630459136 @zhreshold > I implement a DataIter through c++ mxnet source code to support multi-storage and multi-label sample as followed, and it runs well at mxnet.

[GitHub] [incubator-mxnet] leezu closed pull request #18335: Skip test_metric_performance on MKL builds

2020-05-18 Thread GitBox
leezu closed pull request #18335: URL: https://github.com/apache/incubator-mxnet/pull/18335 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] leezu commented on pull request #18335: Skip test_metric_performance on MKL builds

2020-05-18 Thread GitBox
leezu commented on pull request #18335: URL: https://github.com/apache/incubator-mxnet/pull/18335#issuecomment-630405926 It should still be useful in the benchmark scripts. But is there any mechanism to verify it's output?

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18356: Include lib/libopenblas.so.0 on CD

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18356: URL: https://github.com/apache/incubator-mxnet/pull/18356#issuecomment-630422615 Jenkins CI successfully triggered : [centos-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu commented on pull request #18356: Include lib/libopenblas.so.0 on CD

2020-05-18 Thread GitBox
leezu commented on pull request #18356: URL: https://github.com/apache/incubator-mxnet/pull/18356#issuecomment-630422589 @mxnet-bot run ci [centos-cpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18315: Fix coredumps

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18315: URL: https://github.com/apache/incubator-mxnet/pull/18315#issuecomment-630422423 Jenkins CI successfully triggered : [centos-gpu, unix-cpu] This is an automated message from the

[GitHub] [incubator-mxnet] leezu commented on pull request #18315: Fix coredumps

2020-05-18 Thread GitBox
leezu commented on pull request #18315: URL: https://github.com/apache/incubator-mxnet/pull/18315#issuecomment-630422383 @mxnet-bot run ci [unix-cpu, centos-gpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18288: Website global search feature

2020-05-18 Thread GitBox
leezu edited a comment on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-630454725 Should the version dropdown been made consistent with the global version dropdown? I mean at least default to the same version number as used in the global

[GitHub] [incubator-mxnet] leezu commented on pull request #18357: Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp [libmxnet.so]

2020-05-18 Thread GitBox
leezu commented on pull request #18357: URL: https://github.com/apache/incubator-mxnet/pull/18357#issuecomment-630457883 @mxnet-bot run ci [website] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18288: Website global search feature

2020-05-18 Thread GitBox
ys2843 commented on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-630468052 > Should the version dropdown been made consistent with the global version dropdown? I mean at least default to the same version number as used in the global version

[GitHub] [incubator-mxnet] leezu commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-18 Thread GitBox
leezu commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-630402131 @mseth10 I opened https://github.com/apache/incubator-mxnet/pull/18356 to fix the static build stage

[GitHub] [incubator-mxnet] leezu commented on pull request #18339: update dockerfile for jetson

2020-05-18 Thread GitBox
leezu commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630455795 @mxnet-bot run ci [sanity] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18339: update dockerfile for jetson

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630455833 Jenkins CI successfully triggered : [sanity] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] zhreshold commented on issue #18344: Failed to train model trained by mxnet 1.0 in mxnet 2.0

2020-05-18 Thread GitBox
zhreshold commented on issue #18344: URL: https://github.com/apache/incubator-mxnet/issues/18344#issuecomment-630469519 @moveforever Can you provide the implementation of the DataIter? This is an automated message from the

[GitHub] [incubator-mxnet] zhreshold commented on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-18 Thread GitBox
zhreshold commented on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-630468928 @moveforever Your contribution is highly appreciated! Do you already have the code available in forms that can be reviewed? Or do you have some design doc that we can

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-630129955 Hey @Alicia1529 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18358: [1.7] Fix memory leaks in Gluon

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358#issuecomment-630420331 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18358: [1.7] Fix memory leaks in Gluon

2020-05-18 Thread GitBox
leezu opened a new pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358 Backport https://github.com/apache/incubator-mxnet/pull/18328 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] leezu commented on pull request #17794: Disable MKL_USE_STATIC_LIBS by default

2020-05-18 Thread GitBox
leezu commented on pull request #17794: URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-630424446 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17794: Disable MKL_USE_STATIC_LIBS by default

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #17794: URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-630424475 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18354: cmake: check compiler supports C++17 sufficiently

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18354: URL: https://github.com/apache/incubator-mxnet/pull/18354#issuecomment-630424414 Jenkins CI successfully triggered : [unix-gpu, miscellaneous] This is an automated message from the

[GitHub] [incubator-mxnet] leezu commented on pull request #18354: cmake: check compiler supports C++17 sufficiently

2020-05-18 Thread GitBox
leezu commented on pull request #18354: URL: https://github.com/apache/incubator-mxnet/pull/18354#issuecomment-630424372 @mxnet-bot run ci [unix-gpu, miscellaneous] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] ArmageddonKnight commented on a change in pull request #18228: [MXNET-1450] Improve the backward mirroring implementation

2020-05-18 Thread GitBox
ArmageddonKnight commented on a change in pull request #18228: URL: https://github.com/apache/incubator-mxnet/pull/18228#discussion_r425317983 ## File path: python/mxnet/rnn/rnn_cell.py ## @@ -459,6 +459,11 @@ def __call__(self, inputs, states):

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18288: Website global search feature

2020-05-18 Thread GitBox
ys2843 commented on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-630436025 > Thank you! > > Is it intended that the search queries entered while on the master version of the website yield results on 1.6 branch? I think it's better to be

[GitHub] [incubator-mxnet] leezu commented on pull request #18331: Remove test metric perf

2020-05-18 Thread GitBox
leezu commented on pull request #18331: URL: https://github.com/apache/incubator-mxnet/pull/18331#issuecomment-630458803 Let's close this as it's moved to benchmark scripts in #18252 This is an automated message from the

[GitHub] [incubator-mxnet] leezu closed pull request #18331: Remove test metric perf

2020-05-18 Thread GitBox
leezu closed pull request #18331: URL: https://github.com/apache/incubator-mxnet/pull/18331 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] leezu commented on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-18 Thread GitBox
leezu commented on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-630458427 cc @zhreshold This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18357: Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp [libmxnet.so]

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18357: URL: https://github.com/apache/incubator-mxnet/pull/18357#issuecomment-630457913 Jenkins CI successfully triggered : [website] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu opened a new pull request #18355: Include all mkldnn headers in CD builds

2020-05-18 Thread GitBox
leezu opened a new pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355 Fixes https://github.com/apache/incubator-mxnet/issues/18120 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18355: Include all mkldnn headers in CD builds

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355#issuecomment-630399313 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18349: Makefile bug fix for opencv4.

2020-05-18 Thread GitBox
leezu edited a comment on pull request #18349: URL: https://github.com/apache/incubator-mxnet/pull/18349#issuecomment-630403970 We'll delete the Makefile build prior to MXNet 2 release, so I suggest this PR should target the 1.x branch? Is there any problem why you can't use the cmake

[GitHub] [incubator-mxnet] leezu commented on pull request #18349: Makefile bug fix for opencv4.

2020-05-18 Thread GitBox
leezu commented on pull request #18349: URL: https://github.com/apache/incubator-mxnet/pull/18349#issuecomment-630403970 We'll delete the Makefile build prior to MXNet 2 release, so I'm changing your PR to target the 1.x branch

[GitHub] [incubator-mxnet] leezu commented on pull request #18360: Disable test_sequential_rnn_cells

2020-05-18 Thread GitBox
leezu commented on pull request #18360: URL: https://github.com/apache/incubator-mxnet/pull/18360#issuecomment-630423383 Also disable https://github.com/apache/incubator-mxnet/issues/16848 still flaky despite reruns This is

[GitHub] [incubator-mxnet] leezu commented on issue #18343: add document for fast c++ compiling and debugging

2020-05-18 Thread GitBox
leezu commented on issue #18343: URL: https://github.com/apache/incubator-mxnet/issues/18343#issuecomment-630405325 Using clang compiler and it's linker makes a huge difference for developers (as after enabling ccache, the only remaining overhead is the link time). @lilongyue would you

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18360: Disable test_sequential_rnn_cells

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18360: URL: https://github.com/apache/incubator-mxnet/pull/18360#issuecomment-630422032 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18360: Disable test_sequential_rnn_cells

2020-05-18 Thread GitBox
leezu opened a new pull request #18360: URL: https://github.com/apache/incubator-mxnet/pull/18360 https://github.com/apache/incubator-mxnet/issues/18291 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] leezu commented on issue #18291: test_sequential_rnn_cells

2020-05-18 Thread GitBox
leezu commented on issue #18291: URL: https://github.com/apache/incubator-mxnet/issues/18291#issuecomment-630422077 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-18354/1/pipeline

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18288: Website global search feature

2020-05-18 Thread GitBox
ys2843 edited a comment on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-630436025 > Thank you! > > Is it intended that the search queries entered while on the master version of the website yield results on 1.6 branch? I think it's

[incubator-mxnet] branch master updated (7ab326c -> 7f5df07)

2020-05-18 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7ab326c [numpy] add dlpack functions to npx (#18342) add 7f5df07 [BUGFIX] Remove Profiler from the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18197: [Numpy] Add qr backward part 2 for wide matrices with m < n

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18197: URL: https://github.com/apache/incubator-mxnet/pull/18197#issuecomment-630301376 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] D-Roberts commented on pull request #18197: [Numpy] Add qr backward part 2 for wide matrices with m < n

2020-05-18 Thread GitBox
D-Roberts commented on pull request #18197: URL: https://github.com/apache/incubator-mxnet/pull/18197#issuecomment-630301323 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] leezu commented on issue #18120: MKLDNN header missing in recent mxnet nightly static builds

2020-05-18 Thread GitBox
leezu commented on issue #18120: URL: https://github.com/apache/incubator-mxnet/issues/18120#issuecomment-630361873 The root cause of this issue is that there are a lot of non-standard hard-coded paths in various places of the installation script. Instead of continuing to maintain and

[GitHub] [incubator-mxnet] Alicia1529 opened a new pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-18 Thread GitBox
Alicia1529 opened a new pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352 Back port the PR #17672:boolean indexing from master to branch v1.7.x @ciyongch This is an automated message from

[GitHub] [incubator-mxnet] wms2537 commented on issue #18120: MKLDNN header missing in recent mxnet nightly static builds

2020-05-18 Thread GitBox
wms2537 commented on issue #18120: URL: https://github.com/apache/incubator-mxnet/issues/18120#issuecomment-630147645 Only the following files are in the mkldnn folder `dnnl_config.h dnnl_version.h ` Is this normal?

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #18308: [BUGFIX] Remove Profiler from the runtime feature list, since its always built

2020-05-18 Thread GitBox
eric-haibin-lin merged pull request #18308: URL: https://github.com/apache/incubator-mxnet/pull/18308 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-mxnet] branch master updated (7ab326c -> 7f5df07)

2020-05-18 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7ab326c [numpy] add dlpack functions to npx (#18342) add 7f5df07 [BUGFIX] Remove Profiler from the

[incubator-mxnet] branch master updated (7ab326c -> 7f5df07)

2020-05-18 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7ab326c [numpy] add dlpack functions to npx (#18342) add 7f5df07 [BUGFIX] Remove Profiler from the

[GitHub] [incubator-mxnet] leezu commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-18 Thread GitBox
leezu commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-630359025 I think we should rather fix https://github.com/apache/incubator-mxnet/issues/18293 This is an

[incubator-mxnet] branch master updated (7ab326c -> 7f5df07)

2020-05-18 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7ab326c [numpy] add dlpack functions to npx (#18342) add 7f5df07 [BUGFIX] Remove Profiler from the

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18339: update dockerfile for jetson

2020-05-18 Thread GitBox
leezu edited a comment on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630319085 You need to include `ci/docker/toolchains/aarch64-linux-gnu-toolchain.cmake` the file in your PR

[incubator-mxnet] branch master updated (7ab326c -> 7f5df07)

2020-05-18 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7ab326c [numpy] add dlpack functions to npx (#18342) add 7f5df07 [BUGFIX] Remove Profiler from the

[GitHub] [incubator-mxnet] leezu commented on pull request #18339: update dockerfile for jetson

2020-05-18 Thread GitBox
leezu commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630319085 You need to include the file in your PR This is an automated message from the Apache Git Service. To

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

2020-05-18 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 d354989 Bump the

[GitHub] [incubator-mxnet] leezu opened a new pull request #18354: cmake: check compiler supports C++17 sufficiently

2020-05-18 Thread GitBox
leezu opened a new pull request #18354: URL: https://github.com/apache/incubator-mxnet/pull/18354 By default cmake accepts any compiler that supports at least some part of C++17. In practice this leads to hard to understand error messages at later stages during compilation, as for

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18354: cmake: check compiler supports C++17 sufficiently

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18354: URL: https://github.com/apache/incubator-mxnet/pull/18354#issuecomment-630358227 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18120: MKLDNN header missing in recent mxnet nightly static builds

2020-05-18 Thread GitBox
leezu edited a comment on issue #18120: URL: https://github.com/apache/incubator-mxnet/issues/18120#issuecomment-630361873 The root cause of this issue is that there are a lot of non-standard hard-coded paths in various places of the installation script. Instead of continuing to maintain

[GitHub] [incubator-mxnet] ZheyuYe opened a new issue #18353: [Numpy] Division fails for differnt floating dtypes

2020-05-18 Thread GitBox
ZheyuYe opened a new issue #18353: URL: https://github.com/apache/incubator-mxnet/issues/18353 ## Description The current `mx.np.ndarray` produces errors that cannot be tolerated in the face of simple division when the numerator and denominator data types have two differnt floating

[GitHub] [incubator-mxnet] imyaman commented on issue #18008: cpanm AI::MXNetCAPI fails: error: mxnet_wrap.o: No such file or directory

2020-05-18 Thread GitBox
imyaman commented on issue #18008: URL: https://github.com/apache/incubator-mxnet/issues/18008#issuecomment-630161304 It doesn't seem solved yet. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18339: update dockerfile for jetson

2020-05-18 Thread GitBox
ciyongch commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630137130 Hi @waytrue17, are you still working on this? Seems the new PR got stuck due to file ` toolchains/aarch64-linux-gnu-toolchain.cmake` is not existed, probably it's

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

2020-05-18 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 5a84bd6 Bump the

[GitHub] [incubator-mxnet] TaoLv commented on issue #18120: MKLDNN header missing in recent mxnet nightly static builds

2020-05-18 Thread GitBox
TaoLv commented on issue #18120: URL: https://github.com/apache/incubator-mxnet/issues/18120#issuecomment-630269356 No. It should have the following files: ``` $ ll 3rdparty/mkldnn/build/install/include/ total 812 -rw-r--r-- 1 lvtao lvtao 2364 May 18 23:28 dnnl_config.h

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18252: [CI] run operator tests with naive engine

2020-05-18 Thread GitBox
mseth10 commented on pull request #18252: URL: https://github.com/apache/incubator-mxnet/pull/18252#issuecomment-630503117 hey @szha , this commit breaks the nightly CD pipeline. tests/python/unittest/test_extensions.py::test_subgraph should be SKIPPED, but after this commit it is

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18361: Fix test_subgraph skipif

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18361: URL: https://github.com/apache/incubator-mxnet/pull/18361#issuecomment-630506981 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18361: Fix test_subgraph skipif

2020-05-18 Thread GitBox
leezu opened a new pull request #18361: URL: https://github.com/apache/incubator-mxnet/pull/18361 Fix a typo in #18252 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated (78e31d6 -> 47b0bdd)

2020-05-18 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 78e31d6 Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp (#18357) add 47b0bdd Include

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

2020-05-18 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 61d53bb Bump the

[incubator-mxnet] branch master updated: Disable test_sequential_rnn_cells (#18360)

2020-05-18 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 5f00c4b Disable

[GitHub] [incubator-mxnet] TaoLv commented on pull request #18358: [1.7.x] Fix memory leaks in Gluon

2020-05-18 Thread GitBox
TaoLv commented on pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358#issuecomment-630528093 Please also make sure it's fixed on branch v1.x. This is an automated message from the Apache Git

  1   2   >