[GitHub] [incubator-mxnet] leezu commented on issue #18788: bfloat16 rendered as uint16

2020-07-29 Thread GitBox
leezu commented on issue #18788: URL: https://github.com/apache/incubator-mxnet/issues/18788#issuecomment-665793579 MXNet bfloat16 type is registered as having numpy equivalent `np.dtype([('bfloat16', np.uint16)])`:

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18820: [submodule] Upgrade to oneDNN v1.6

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18820: URL: https://github.com/apache/incubator-mxnet/pull/18820#issuecomment-665509770 Hey @bartekkuncer , 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

[incubator-mxnet] branch master updated (9308aca -> b685fad)

2020-07-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9308aca remove other language bindings section from website api page (#18783) add b685fad use

[incubator-mxnet] branch master updated: Update clang-tidy integration (#18815)

2020-07-29 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 6bbd531 Update clang-tidy integration

[GitHub] [incubator-mxnet] bartekkuncer closed pull request #18819: [submodule] Upgrade to oneDNN v1.6

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

[incubator-mxnet] branch v1.x updated: adding error message when attempting to use Large tensor with linalg_syevd (#18807)

2020-07-29 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new ca6bcf3 adding error message when

[GitHub] [incubator-mxnet] bartekkuncer opened a new pull request #18820: [submodule] Upgrade to oneDNN v1.6

2020-07-29 Thread GitBox
bartekkuncer opened a new pull request #18820: URL: https://github.com/apache/incubator-mxnet/pull/18820 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The

[GitHub] [incubator-mxnet] bartekkuncer closed pull request #18821: [submodule] Upgrade to oneDNN v1.6

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

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

2020-07-29 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 af96b26 Bump the

[incubator-mxnet] branch master updated: Update clang-tidy integration (#18815)

2020-07-29 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 6bbd531 Update clang-tidy integration

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18816: [WIP] Add Large Dim Checks for linalg Operators

2020-07-29 Thread GitBox
access2rohit commented on a change in pull request #18816: URL: https://github.com/apache/incubator-mxnet/pull/18816#discussion_r462427748 ## File path: src/operator/tensor/la_op.h ## @@ -157,6 +157,14 @@ struct LaTrianParam : public dmlc::Parameter { } }; +// check if

[GitHub] [incubator-mxnet] bartekkuncer opened a new pull request #18821: [submodule] Upgrade to oneDNN v1.6

2020-07-29 Thread GitBox
bartekkuncer opened a new pull request #18821: URL: https://github.com/apache/incubator-mxnet/pull/18821 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18798: Remove deepnumpy reference and move Numpy tutorials to top level

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

[GitHub] [incubator-mxnet] lanking520 commented on issue #17783: [RFC] MXNet 2.0 JVM Language development

2020-07-29 Thread GitBox
lanking520 commented on issue #17783: URL: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-665771813 @saudet Thanks for your reply. Still, I am concerned about the first question: you mentioned: > We can go either way, but I found that for contemporary

[GitHub] [incubator-mxnet] leezu commented on issue #18774: unable to install mxnet package in R 4.0.1

2020-07-29 Thread GitBox
leezu commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-665798463 As the error message mentions, there is no binary CRAN package ‘mxnet’ is available for R version 4.0.2. You can compile from source following the instructions:

[GitHub] [incubator-mxnet] leezu commented on pull request #18690: [WIP] optimize graph in presence of dynamic shape ops

2020-07-29 Thread GitBox
leezu commented on pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#issuecomment-665791614 Thanks @mseth10 for investigating the root cause. Could you add a new tests that contains the `reshape` after dynamic shape?

[GitHub] [incubator-mxnet] bartekkuncer opened a new pull request #18819: [submodule] Upgrade to oneDNN v1.6

2020-07-29 Thread GitBox
bartekkuncer opened a new pull request #18819: URL: https://github.com/apache/incubator-mxnet/pull/18819 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The

[incubator-mxnet] branch master updated: Remove deepnumpy reference and move Numpy tutorials to top level (#18798)

2020-07-29 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 915f6b4 Remove deepnumpy reference

[incubator-mxnet] branch master updated: Remove deepnumpy reference and move Numpy tutorials to top level (#18798)

2020-07-29 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 915f6b4 Remove deepnumpy reference

[incubator-mxnet] branch master updated: use regex that is supported by all browsers (#18811)

2020-07-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 b685fad use regex that is

[incubator-mxnet] branch master updated: remove other language bindings section from website api page (#18783)

2020-07-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 9308aca remove other language

[incubator-mxnet] branch master updated (915f6b4 -> 9308aca)

2020-07-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 915f6b4 Remove deepnumpy reference and move Numpy tutorials to top level (#18798) add 9308aca

[incubator-mxnet] branch v1.x updated: adding error message when attempting to use Large tensor with linalg_syevd (#18807)

2020-07-29 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new ca6bcf3 adding error message when

[incubator-mxnet] branch master updated (9308aca -> b685fad)

2020-07-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9308aca remove other language bindings section from website api page (#18783) add b685fad use

[incubator-mxnet] branch v1.x updated: Add syrk test shape check (#18812)

2020-07-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 85eb528 Add syrk test shape check

[incubator-mxnet] branch v1.x updated: Add syrk test shape check (#18812)

2020-07-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 85eb528 Add syrk test shape check

[GitHub] [incubator-mxnet] xidulu commented on issue #18809: test_gluon_dirichlet intermittently fails on CPU

2020-07-29 Thread GitBox
xidulu commented on issue #18809: URL: https://github.com/apache/incubator-mxnet/issues/18809#issuecomment-665375471 @ptrendx Thanks for pointing out, looking into it. This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #18570: Reducing the number of calls of the NDArray constructors

2020-07-29 Thread GitBox
eric-haibin-lin commented on a change in pull request #18570: URL: https://github.com/apache/incubator-mxnet/pull/18570#discussion_r461287402 ## File path: src/imperative/imperative_utils.h ## @@ -35,6 +35,59 @@ #define MXNET_IMPERATIVE_IMPERATIVE_UTILS_H_ namespace mxnet

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18777: [v1.7.x] ElementWiseSum fix for oneDNN

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

[GitHub] [incubator-mxnet] TaoLv commented on pull request #18708: [v1.x Backport] Fix softmax, logsoftmax failed on empty ndarray (#18602)

2020-07-29 Thread GitBox
TaoLv commented on pull request #18708: URL: https://github.com/apache/incubator-mxnet/pull/18708#issuecomment-665047240 Not sure what's the merge policy of v1.x. Github keeps saying this branch is out of date w ith the base branch so we cannot merge it.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18804: [WIP] Cherry-pick large tensor support from #18752.

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18804: URL: https://github.com/apache/incubator-mxnet/pull/18804#issuecomment-664772116 Hey @josephevans , 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] szha merged pull request #18812: Add syrk test shape check

2020-07-29 Thread GitBox
szha merged pull request #18812: URL: https://github.com/apache/incubator-mxnet/pull/18812 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] mseth10 commented on pull request #18784: [1.x][LT] Add forward, backward test for linalg.gemm2

2020-07-29 Thread GitBox
mseth10 commented on pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784#issuecomment-664608811 @ChaiBapchya file conflicts need resolving This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17815: [WIP] Add SOVERSION when build shared libmxnet.so library

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #17815: URL: https://github.com/apache/incubator-mxnet/pull/17815#issuecomment-665272530 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] szhengac commented on a change in pull request #18758: [Gluon] Add VAE demo

2020-07-29 Thread GitBox
szhengac commented on a change in pull request #18758: URL: https://github.com/apache/incubator-mxnet/pull/18758#discussion_r461976035 ## File path: example/probability/VAE/VAE.md ## @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + +# VAE with Gluon.probability + +In

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18574: Update the onnx-tensorrt submodule

2020-07-29 Thread GitBox
ChaiBapchya commented on a change in pull request #18574: URL: https://github.com/apache/incubator-mxnet/pull/18574#discussion_r461250501 ## File path: ci/docker/docker-compose.yml ## @@ -108,6 +108,16 @@ services: BASE_IMAGE: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18807: [WIP]adding error message when attempting to use Large tensor with linalg_syevd

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18807: URL: https://github.com/apache/incubator-mxnet/pull/18807#issuecomment-664994653 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18817: Fix dirichlet flaky tests

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18817: URL: https://github.com/apache/incubator-mxnet/pull/18817#issuecomment-665457357 Hey @xidulu , 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] houjs opened a new issue #18806: memory access error when inference a splitted pretrained model

2020-07-29 Thread GitBox
houjs opened a new issue #18806: URL: https://github.com/apache/incubator-mxnet/issues/18806 ## Description Hi, we developed a python program to cut a pretrained object classification model to two parts, top net and bottom net to meeting our application. The model

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18783: remove other language bindings section from website api page

2020-07-29 Thread GitBox
ys2843 edited a comment on pull request #18783: URL: https://github.com/apache/incubator-mxnet/pull/18783#issuecomment-664690296 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] leezu closed issue #15569: Cub license issue

2020-07-29 Thread GitBox
leezu closed issue #15569: URL: https://github.com/apache/incubator-mxnet/issues/15569 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 edited a comment on pull request #17815: [WIP] Add SOVERSION when build shared libmxnet.so library

2020-07-29 Thread GitBox
leezu edited a comment on pull request #17815: URL: https://github.com/apache/incubator-mxnet/pull/17815#issuecomment-665272450 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] access2rohit edited a comment on pull request #18807: [WIP]adding error message when attempting to use Large tensor with linalg_syevd

2020-07-29 Thread GitBox
access2rohit edited a comment on pull request #18807: URL: https://github.com/apache/incubator-mxnet/pull/18807#issuecomment-665257475 ``` (pytest) ubuntu@ip-172-31-90-243 ~/workspace/incubator-mxnet (err_msg) $ python -m pytest -s --exitfirst --verbose

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #18693: [Website] Clipboard button display issue + doesn't function correctly + Tutorials Page gets clipped horizontally

2020-07-29 Thread GitBox
ChaiBapchya edited a comment on issue #18693: URL: https://github.com/apache/incubator-mxnet/issues/18693#issuecomment-664752020 Cleaning the cache didn't quite help. Can you verify? This is an automated message from the

[GitHub] [incubator-mxnet] szha edited a comment on issue #18808: import mxnet strange errors

2020-07-29 Thread GitBox
szha edited a comment on issue #18808: URL: https://github.com/apache/incubator-mxnet/issues/18808#issuecomment-665270988 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18708: [v1.x Backport] Fix softmax, logsoftmax failed on empty ndarray (#18602)

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

[GitHub] [incubator-mxnet] Light-- edited a comment on issue #15721: Regression w/ Keras and MxNet 1.5.0: Error in operator batchnorm... Check failed: i >= 0 && i < ndim(): index = 1 must be in range

2020-07-29 Thread GitBox
Light-- edited a comment on issue #15721: URL: https://github.com/apache/incubator-mxnet/issues/15721#issuecomment-664732807 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] xidulu opened a new pull request #18817: Fix dirichlet flaky tests

2020-07-29 Thread GitBox
xidulu opened a new pull request #18817: URL: https://github.com/apache/incubator-mxnet/pull/18817 ## Description ## Fix https://github.com/apache/incubator-mxnet/issues/18809 Samples and parameter in the test cases are modified to be *smoother* in order to avoid extreme

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

2020-07-29 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 97c27b7 Bump the

[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-29 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 8082862 Publish

[GitHub] [incubator-mxnet] leezu commented on pull request #18795: Fix naming of sanity functions in runtime_functions.sh

2020-07-29 Thread GitBox
leezu commented on pull request #18795: URL: https://github.com/apache/incubator-mxnet/pull/18795#issuecomment-664647879 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #18813: [WIP ]Add Large Dim Checks for linalg Operators

2020-07-29 Thread GitBox
Zha0q1 commented on a change in pull request #18813: URL: https://github.com/apache/incubator-mxnet/pull/18813#discussion_r461933289 ## File path: src/operator/linalg_impl.h ## @@ -39,6 +39,40 @@ inline void linalg_check_batch_size(int A, int B, int C) { CHECK_GT(A, 0) <<

[GitHub] [incubator-mxnet-ci] marcoabreu merged pull request #29: [Jenkins Nightly Build Pipeline Monitor Lambda] Early exit if builds not found

2020-07-29 Thread GitBox
marcoabreu merged pull request #29: URL: https://github.com/apache/incubator-mxnet-ci/pull/29 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-mxnet] ys2843 commented on issue #18693: [Website] Clipboard button display issue + doesn't function correctly + Tutorials Page gets clipped horizontally

2020-07-29 Thread GitBox
ys2843 commented on issue #18693: URL: https://github.com/apache/incubator-mxnet/issues/18693#issuecomment-664715242 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18777: [v1.7.x] ElementWiseSum fix for oneDNN

2020-07-29 Thread GitBox
bgawrych commented on pull request #18777: URL: https://github.com/apache/incubator-mxnet/pull/18777#issuecomment-664800680 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] Light-- commented on issue #15721: Regression w/ Keras and MxNet 1.5.0: Error in operator batchnorm... Check failed: i >= 0 && i < ndim(): index = 1 must be in range [0, -1)

2020-07-29 Thread GitBox
Light-- commented on issue #15721: URL: https://github.com/apache/incubator-mxnet/issues/15721#issuecomment-664732807 so, gentlemen, how to solve this issue This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #18807: [WIP]adding error message when attempting to use Large tensor with linalg_syevd

2020-07-29 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #18807: URL: https://github.com/apache/incubator-mxnet/pull/18807#discussion_r461673524 ## File path: 3rdparty/mshadow/mshadow/base.h ## @@ -336,6 +336,8 @@ const float kPi = 3.1415926f; typedef int32_t index_t;

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #18729: TensorRT tutorial is missing in master

2020-07-29 Thread GitBox
eric-haibin-lin commented on issue #18729: URL: https://github.com/apache/incubator-mxnet/issues/18729#issuecomment-664751085 I think there's extra effort to enable tensor-rt integration with the gluon cachedop, as graph executor was dropped in mxnet 2.0

[GitHub] [incubator-mxnet] samskalicky opened a new issue #18800: [RFC] v1.8.0 release

2020-07-29 Thread GitBox
samskalicky opened a new issue #18800: URL: https://github.com/apache/incubator-mxnet/issues/18800 Hi MXNet community, Now that the 1.7.0 release development is closed (and in the midst of the release process), I wanted to start a discussion around another 1.x based release. There

[GitHub] [incubator-mxnet] rongzha1 edited a comment on issue #18788: bfloat16 rendered as uint16

2020-07-29 Thread GitBox
rongzha1 edited a comment on issue #18788: URL: https://github.com/apache/incubator-mxnet/issues/18788#issuecomment-664738282 @bgawrych @luc,pior This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18801: [submodule] Upgrade to oneDNN v1.6

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18801: URL: https://github.com/apache/incubator-mxnet/pull/18801#issuecomment-664704420 Hey @TaoLv , 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] ChaiBapchya commented on a change in pull request #18784: [1.x][LT] Add forward, backward test for linalg.gemm2

2020-07-29 Thread GitBox
ChaiBapchya commented on a change in pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784#discussion_r461134108 ## File path: tests/nightly/test_large_array.py ## @@ -1207,9 +1207,28 @@ def check_syrk_batch(): assert A.grad[0,0,0] == 4

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18785: [CI][1.x] Cherrypick: Upgrade unix gpu toolchain (#18186)

2020-07-29 Thread GitBox
ChaiBapchya commented on pull request #18785: URL: https://github.com/apache/incubator-mxnet/pull/18785#issuecomment-664583176 Nevermind. @josephevans helped me identify that before calling the run_container it was building that docker container first and while building it was using

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18816: [WIP] Add Large Dim Checks for linalg Operators

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18816: URL: https://github.com/apache/incubator-mxnet/pull/18816#issuecomment-665421092 Hey @Zha0q1 , 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] TaoLv closed issue #17791: fail to find MKL

2020-07-29 Thread GitBox
TaoLv closed issue #17791: URL: https://github.com/apache/incubator-mxnet/issues/17791 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] yzhliu commented on issue #16848: Flaky test_np_mixed_precision_binary_funcs

2020-07-29 Thread GitBox
yzhliu commented on issue #16848: URL: https://github.com/apache/incubator-mxnet/issues/16848#issuecomment-664821735 It should be resolved by #18660 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18783: remove other language bindings section from website api page

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18783: URL: https://github.com/apache/incubator-mxnet/pull/18783#issuecomment-664740213 Jenkins CI successfully triggered : [windows-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18815: Update clang-tidy integration

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18815: URL: https://github.com/apache/incubator-mxnet/pull/18815#issuecomment-665410078 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] eric-haibin-lin opened a new pull request #18802: remove executor manager from API doc

2020-07-29 Thread GitBox
eric-haibin-lin opened a new pull request #18802: URL: https://github.com/apache/incubator-mxnet/pull/18802 ## Description ## Fixes https://github.com/apache/incubator-mxnet/issues/18730 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18570: Reducing the number of calls of the NDArray constructors

2020-07-29 Thread GitBox
leezu commented on a change in pull request #18570: URL: https://github.com/apache/incubator-mxnet/pull/18570#discussion_r461778722 ## File path: src/imperative/imperative_utils.h ## @@ -35,6 +35,59 @@ #define MXNET_IMPERATIVE_IMPERATIVE_UTILS_H_ namespace mxnet { + +#if

[GitHub] [incubator-mxnet] samskalicky commented on pull request #18779: [WIP] Support extra inputs for subgraph ops

2020-07-29 Thread GitBox
samskalicky commented on pull request #18779: URL: https://github.com/apache/incubator-mxnet/pull/18779#issuecomment-664723802 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18718: [WIP][DO NOT MERGE] Add large tensor test for linalg_dgemm2

2020-07-29 Thread GitBox
access2rohit commented on pull request #18718: URL: https://github.com/apache/incubator-mxnet/pull/18718#issuecomment-665359037 > we are deprecating ndarray in 2.0 soon. we should start migrating tests to numpy arrays instead Changed it to v1.x

[GitHub] [incubator-mxnet] MyraBaba opened a new issue #18808: import mxnet strange errors

2020-07-29 Thread GitBox
MyraBaba opened a new issue #18808: URL: https://github.com/apache/incubator-mxnet/issues/18808 ## Description I can't import mxnet from shell/python but can use it from PyCharm from same venv. >>> import mxnet as mx Traceback (most recent call last): File "", line 1, in

[GitHub] [incubator-mxnet] szha commented on pull request #18798: Remove deepnumpy reference and move Numpy tutorials to top level

2020-07-29 Thread GitBox
szha commented on pull request #18798: URL: https://github.com/apache/incubator-mxnet/pull/18798#issuecomment-665238795 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] access2rohit closed pull request #18239: Make GPU kernel for argsort use int32

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

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #18816: [WIP] Add Large Dim Checks for linalg Operators

2020-07-29 Thread GitBox
Zha0q1 commented on a change in pull request #18816: URL: https://github.com/apache/incubator-mxnet/pull/18816#discussion_r462028540 ## File path: src/operator/tensor/la_op.h ## @@ -181,6 +189,21 @@ inline bool LaMatrixMultMacOpShape(const nnvm::NodeAttrs& attrs, const

[GitHub] [incubator-mxnet] leezu opened a new pull request #18815: Update clang-tidy integration

2020-07-29 Thread GitBox
leezu opened a new pull request #18815: URL: https://github.com/apache/incubator-mxnet/pull/18815 ## Description ## Run clang-tidy via cmake only on the code managed by mxnet (and not 3rdparty dependencies), update to clang-tidy-10 and run clang-tidy-10 -fix to fix all the warnings

[GitHub] [incubator-mxnet] ys2843 commented on issue #18727: module doc missing

2020-07-29 Thread GitBox
ys2843 commented on issue #18727: URL: https://github.com/apache/incubator-mxnet/issues/18727#issuecomment-665194244 This problem is fixed, user is currently redirected to corresponding page in v1.6 website. This is an

[GitHub] [incubator-mxnet] yajiedesign commented on issue #18793: [CD]Can we install docker on Windows CI/CD machine?

2020-07-29 Thread GitBox
yajiedesign commented on issue #18793: URL: https://github.com/apache/incubator-mxnet/issues/18793#issuecomment-664712383 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18804: Cherry-pick large tensor support from #18752.

2020-07-29 Thread GitBox
ChaiBapchya commented on pull request #18804: URL: https://github.com/apache/incubator-mxnet/pull/18804#issuecomment-665380005 @mxnet-label-bot add [pr-awaiting-merge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18693: [Website] Clipboard button display issue + doesn't function correctly + Tutorials Page gets clipped horizontally

2020-07-29 Thread GitBox
ChaiBapchya commented on issue #18693: URL: https://github.com/apache/incubator-mxnet/issues/18693#issuecomment-664714240 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18807: adding error message when attempting to use Large tensor with linalg_syevd

2020-07-29 Thread GitBox
access2rohit commented on a change in pull request #18807: URL: https://github.com/apache/incubator-mxnet/pull/18807#discussion_r461889976 ## File path: 3rdparty/mshadow/mshadow/base.h ## @@ -336,6 +336,8 @@ const float kPi = 3.1415926f; typedef int32_t index_t; #endif

[GitHub] [incubator-mxnet] ptrendx opened a new issue #18809: test_gluon_dirichlet intermittently fails on CPU

2020-07-29 Thread GitBox
ptrendx opened a new issue #18809: URL: https://github.com/apache/incubator-mxnet/issues/18809 ## Description test_gluon_probability_v2.py::test_gluon_dirichlet fails with some seeds ## Occurrences

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18795: Fix naming of sanity functions in runtime_functions.sh

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18795: URL: https://github.com/apache/incubator-mxnet/pull/18795#issuecomment-664647907 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18773: Back port optimization to broadcast_axis to MXNet1.x

2020-07-29 Thread GitBox
ChaiBapchya commented on pull request #18773: URL: https://github.com/apache/incubator-mxnet/pull/18773#issuecomment-665222896 Why is it master? Shouldn't it be v1.x? This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] andrei5055 commented on a change in pull request #18570: Reducing the number of calls of the NDArray constructors

2020-07-29 Thread GitBox
andrei5055 commented on a change in pull request #18570: URL: https://github.com/apache/incubator-mxnet/pull/18570#discussion_r461745054 ## File path: src/imperative/imperative_utils.h ## @@ -35,6 +35,59 @@ #define MXNET_IMPERATIVE_IMPERATIVE_UTILS_H_ namespace mxnet { +

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #17196: [NumPy] loss for np array

2020-07-29 Thread GitBox
sxjscience commented on a change in pull request #17196: URL: https://github.com/apache/incubator-mxnet/pull/17196#discussion_r461310396 ## File path: python/mxnet/gluon/loss.py ## @@ -74,6 +74,26 @@ def _reshape_like(F, x, y): return F.reshape_like(x, y) +def

[GitHub] [incubator-mxnet-ci] ChaiBapchya opened a new pull request #29: [Jenkins Nightly Build Pipeline Monitor Lambda] Early exit if builds not found

2020-07-29 Thread GitBox
ChaiBapchya opened a new pull request #29: URL: https://github.com/apache/incubator-mxnet-ci/pull/29 As found by @mseth10 on 27th July 2020 2am Lambda couldn't find builds triggered in last 24 hours due to Auto-scaler Lambda having a temporary glitch. That revealed Jenkins Nightly

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18718: [WIP][DO NOT MERGE] Add large tensor test for linalg_dgemm2

2020-07-29 Thread GitBox
ChaiBapchya commented on pull request #18718: URL: https://github.com/apache/incubator-mxnet/pull/18718#issuecomment-665378299 @access2rohit as linked in this PR: https://github.com/apache/incubator-mxnet/pull/18784 I already added forward & backward test for linalg.gemm2 in v1.x

[GitHub] [incubator-mxnet] Kh4L commented on issue #18800: [RFC] v1.8.0 release

2020-07-29 Thread GitBox
Kh4L commented on issue #18800: URL: https://github.com/apache/incubator-mxnet/issues/18800#issuecomment-664634047 These PR related to Partition API changes for the Gluon support could be also added: - Partition API adding and deleting new params to Block and Symbol

[GitHub] [incubator-mxnet] szha merged pull request #18773: Back port optimization to broadcast_axis to MXNet1.x

2020-07-29 Thread GitBox
szha merged pull request #18773: URL: https://github.com/apache/incubator-mxnet/pull/18773 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] mxnet-bot commented on pull request #18622: [WIP] Use RTC for elementwise and broadcast ops

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-665150949 Jenkins CI successfully triggered : [windows-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] szha opened a new pull request #18814: [3rdparty] upgrade dmlc-core

2020-07-29 Thread GitBox
szha opened a new pull request #18814: URL: https://github.com/apache/incubator-mxnet/pull/18814 ## Description ## Upgrade DMLC core. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with

[GitHub] [incubator-mxnet] fhieber commented on issue #18699: Simplified HybridBlock.forward commit made Sockeye 4% slower

2020-07-29 Thread GitBox
fhieber commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-664599460 Hi @leezu thanks for the insight! What `__get_item__` are you referring to, for parameters? This is

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18818: Fixing tvmgpu issue & not restoring tvmop checks

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18818: URL: https://github.com/apache/incubator-mxnet/pull/18818#issuecomment-665469242 Hey @jinboci , 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] xinyu-intel commented on pull request #18777: [v1.7.x] ElementWiseSum fix for oneDNN

2020-07-29 Thread GitBox
xinyu-intel commented on pull request #18777: URL: https://github.com/apache/incubator-mxnet/pull/18777#issuecomment-665012689 @bgawrych thx, can you please add a simple python test case for this fix? I think it should be more clear.

[GitHub] [incubator-mxnet] josephevans commented on pull request #18804: Cherry-pick large tensor support from #18752.

2020-07-29 Thread GitBox
josephevans commented on pull request #18804: URL: https://github.com/apache/incubator-mxnet/pull/18804#issuecomment-665296240 > Can you paste the run results as well ? We don't have to include the test in this PR since NDarray will be removed but currently master has NDarray ops and

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18803: Add unit tests for potri and potrf backward and check output shape.

2020-07-29 Thread GitBox
mxnet-bot commented on pull request #18803: URL: https://github.com/apache/incubator-mxnet/pull/18803#issuecomment-664771360 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18804: [WIP] Cherry-pick large tensor support from #18752.

2020-07-29 Thread GitBox
access2rohit commented on pull request #18804: URL: https://github.com/apache/incubator-mxnet/pull/18804#issuecomment-665201040 Can you paste the run results as well ? We don't have to include the test in this PR since NDarray will be removed but currently master has NDarray ops and

[GitHub] [incubator-mxnet] ptrendx commented on issue #18809: test_gluon_dirichlet intermittently fails on CPU

2020-07-29 Thread GitBox
ptrendx commented on issue #18809: URL: https://github.com/apache/incubator-mxnet/issues/18809#issuecomment-665152367 @xidulu FYI This is an automated message from the Apache Git Service. To respond to the message, please

  1   2   >