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

2020-07-24 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 8f8fbfd Publish

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

2020-07-24 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 995782d Bump the

[GitHub] [incubator-mxnet] chinakook commented on pull request #17749: Fix races in block scope

2020-07-24 Thread GitBox
chinakook commented on pull request #17749: URL: https://github.com/apache/incubator-mxnet/pull/17749#issuecomment-663428172 It's also a problem with Tensorflow and Keras, and there are lots of work arounds. https://github.com/tensorflow/tensorflow/issues/36897

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

2020-07-24 Thread GitBox
chinakook commented on pull request #18690: URL: https://github.com/apache/incubator-mxnet/pull/18690#issuecomment-663594081 I think it's a great need and we must develop it further because the competitor py*ch has very perfect jit system to handle with dynamic ops and flow control that

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460140244 ## File path: tests/nightly/test_large_array.py ## @@ -1791,6 +1792,29 @@ def test_sparse_dot(): assert out.shape == (2, 2) +def

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

2020-07-24 Thread GitBox
mjdenkowski commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663648316 Thanks for your help with this, Leonard! If this turns out to be the issue, are there any Sockeye-level changes that would avoid the extra overhead (forward vs

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on issue #18699: Simplified HybridBlock.forward commit made Sockeye 4% slower

2020-07-24 Thread GitBox
kpuatamazon edited a comment on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663563376 I split commit 83b5170 into just C++ changes and pushed to this branch so you can see precisely what it looks like:

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

2020-07-24 Thread GitBox
kpuatamazon commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663563376 I split commit 83b5170 into just C++ changes and pushed to this branch so you can see precisely what it looks like:

[incubator-mxnet] branch v1.x updated (91d535a -> e6de5ae)

2020-07-24 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 91d535a Fix crash when accessing already destructed static variables (#18768) (#18778) add e6de5ae

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
Zha0q1 commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460171417 ## File path: tests/nightly/test_large_array.py ## @@ -1791,6 +1792,29 @@ def test_sparse_dot(): assert out.shape == (2, 2) +def

[GitHub] [incubator-mxnet] szha merged pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
szha merged pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752 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] niranjannilekani commented on issue #18774: unable to install mxnet package in R 4.0.1

2020-07-24 Thread GitBox
niranjannilekani commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-663643235 i tried running all possible solutions available, but not able to install mxnet. Kindly help

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

2020-07-24 Thread GitBox
ys2843 commented on pull request #18783: URL: https://github.com/apache/incubator-mxnet/pull/18783#issuecomment-663654386 > Looks fine, but shouldn't there be some mention of them - to ask for community contributions and have some kind of acknowledgement that they exist for older

[GitHub] [incubator-mxnet] szha commented on a change in pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
szha commented on a change in pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r460226662 ## File path: src/operator/contrib/intgemm/prepare_weight_op.cc ## @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663647064 Jenkins CI successfully triggered : [unix-gpu, centos-gpu, unix-cpu] This is an automated message

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646835 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon edited a comment on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646058 @mxnet-bot run [centos-gpu, unix-cpu, unix-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon edited a comment on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646058 @mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460135990 ## File path: tests/nightly/test_large_array.py ## @@ -1791,6 +1792,29 @@ def test_sparse_dot(): assert out.shape == (2, 2) +def

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460135738 ## File path: tests/nightly/test_large_array.py ## @@ -1791,6 +1792,29 @@ def test_sparse_dot(): assert out.shape == (2, 2) +def

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18744: [v1.x] add linalg large matrix tests

2020-07-24 Thread GitBox
ChaiBapchya commented on a change in pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#discussion_r460144619 ## File path: tests/nightly/test_large_array.py ## @@ -1168,6 +1169,76 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] josephevans commented on a change in pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
josephevans commented on a change in pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752#discussion_r460159278 ## File path: tests/nightly/test_large_array.py ## @@ -1167,6 +1168,32 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon edited a comment on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646058 @mxnet-bot run ci This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646332 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646073 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

[GitHub] [incubator-mxnet] kpuatamazon commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663646058 @mxnet-bot run ci centos-gpu, unix-cpu, unix-gpu This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #18785: [CI][1.x] Upgrade unix gpu toolchain (#18186)

2020-07-24 Thread GitBox
ChaiBapchya opened a new pull request #18785: URL: https://github.com/apache/incubator-mxnet/pull/18785 Leverage G4 instances for unix-gpu instead of G3 * update nvidiadocker command & remove cuda compat * replace cu101 with cuda since compat is no longer to be used *

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

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #18785: URL: https://github.com/apache/incubator-mxnet/pull/18785#issuecomment-663673242 Hey @ChaiBapchya , 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] access2rohit commented on pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
access2rohit commented on pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#issuecomment-663609422 Few comments ... overall code is good This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18744: [v1.x] add linalg large matrix tests

2020-07-24 Thread GitBox
ChaiBapchya commented on a change in pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#discussion_r460149896 ## File path: tests/nightly/test_large_array.py ## @@ -1168,6 +1169,76 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752#discussion_r460149094 ## File path: tests/nightly/test_large_array.py ## @@ -1167,6 +1168,32 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752#discussion_r460149174 ## File path: tests/nightly/test_large_array.py ## @@ -1167,6 +1168,32 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] josephevans commented on pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
josephevans commented on pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752#issuecomment-663618670 > Can you add the results by running > > ``` > pytest tests/nightly/test_large_array.py:: > ``` > > Also you could rework the tests so that you

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

2020-07-24 Thread GitBox
leezu commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663621153 Thank you for splitting up the commit and comparing the frontend to backend changes! To find out which part of the Python frontend changes is causing the overhead, I'd

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

2020-07-24 Thread GitBox
niranjannilekani commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-663639907 > cran <- getOption("repos") > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/GPU; > options(repos = cran) >

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-24 Thread GitBox
ChaiBapchya edited a comment on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663652172 Also I don't see a `out.backward()` invocation. How are the gradients been tested? @mseth10

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-24 Thread GitBox
ChaiBapchya commented on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663652172 Also I don't see a out.backward() invocation. How are the gradients been tested? @mseth10 This

[GitHub] [incubator-mxnet] szha commented on a change in pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
szha commented on a change in pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r460226010 ## File path: src/operator/contrib/intgemm/prepare_data_op.cc ## @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-mxnet] josephevans edited a comment on pull request #18752: Fix linalg_potri and linalg_potrf operators for large tensor.

2020-07-24 Thread GitBox
josephevans edited a comment on pull request #18752: URL: https://github.com/apache/incubator-mxnet/pull/18752#issuecomment-663618670 > Can you add the results by running > > ``` > pytest tests/nightly/test_large_array.py:: > ``` > Test results are already in the

[incubator-mxnet] branch v1.x updated (91d535a -> e6de5ae)

2020-07-24 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 91d535a Fix crash when accessing already destructed static variables (#18768) (#18778) add e6de5ae

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460189797 ## File path: tests/nightly/test_large_array.py ## @@ -1791,6 +1792,29 @@ def test_sparse_dot(): assert out.shape == (2, 2) +def

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

2020-07-24 Thread GitBox
TaoLv commented on pull request #18708: URL: https://github.com/apache/incubator-mxnet/pull/18708#issuecomment-663596050 @bgawrych I'm rebasing your branch to the latest of v1.x. This is an automated message from the Apache

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

2020-07-24 Thread GitBox
niranjannilekani commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-663642739 > sessionInfo() R version 4.0.2 (2020-06-22) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363) Matrix products:

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
ChaiBapchya commented on pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#issuecomment-663763443 @Zha0q1 also add your name to Contributors.md in the upcoming PR [let's not retrigger CI for that]. Thanks a lot for your contributions! :)

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
ChaiBapchya edited a comment on pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#issuecomment-663763443 @Zha0q1 also add your name to Contributors.md in the upcoming PR [let's not retrigger CI for that].

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
ChaiBapchya commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460319390 ## File path: tests/nightly/test_large_array.py ## @@ -37,7 +37,7 @@ LARGE_X = 1 SMALL_X = 100 SMALL_Y = 50 -LARGE_SQ_X = 8

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
Zha0q1 commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460319489 ## File path: tests/nightly/test_large_array.py ## @@ -37,7 +37,7 @@ LARGE_X = 1 SMALL_X = 100 SMALL_Y = 50 -LARGE_SQ_X = 8

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
Zha0q1 commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460319489 ## File path: tests/nightly/test_large_array.py ## @@ -37,7 +37,7 @@ LARGE_X = 1 SMALL_X = 100 SMALL_Y = 50 -LARGE_SQ_X = 8

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

2020-07-24 Thread GitBox
kpuatamazon commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663748364 3 runs each sorted by increasing time taken. All downgrade MKLDNN to cb2cc7a + force MKL backend hack. | time | time | time | git checkout 8e39518 ... |

[GitHub] [incubator-mxnet] szha merged pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
szha merged pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782 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] ptrendx merged pull request #18675: ONNX import: use Conv pad attribute for symmetrical padding

2020-07-24 Thread GitBox
ptrendx merged pull request #18675: URL: https://github.com/apache/incubator-mxnet/pull/18675 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 master updated: ONNX import: use Conv pad attribute for symmetrical padding (#18675)

2020-07-24 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx 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 06b5d22 ONNX import: use Conv pad

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

2020-07-24 Thread GitBox
samskalicky commented on pull request #18779: URL: https://github.com/apache/incubator-mxnet/pull/18779#issuecomment-663755289 @MoisesHer @Kh4L @HahTK for review This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] Zha0q1 commented on pull request #18782: [WIP] Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
Zha0q1 commented on pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#issuecomment-663762007 > Can you just check with smaller input run and let me know the results. That should be good enough overall LGTM! This has been tested with both small and

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
ChaiBapchya commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460319390 ## File path: tests/nightly/test_large_array.py ## @@ -37,7 +37,7 @@ LARGE_X = 1 SMALL_X = 100 SMALL_Y = 50 -LARGE_SQ_X = 8

[GitHub] [incubator-mxnet] Zha0q1 commented on pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
Zha0q1 commented on pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#issuecomment-663763640 > @Zha0q1 also add your name to Contributors.md in the upcoming PR [let's not retrigger CI for that]. >

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18786: Split up CI sanity test functions to enable fine-grained trigger

2020-07-24 Thread GitBox
leezu commented on a change in pull request #18786: URL: https://github.com/apache/incubator-mxnet/pull/18786#discussion_r460321277 ## File path: ci/docker/runtime_functions.sh ## @@ -58,58 +58,6 @@ EOF fi } -build_ccache_wrappers() { Review comment: removed

[incubator-mxnet] branch v1.x updated (e6de5ae -> 85ff00d)

2020-07-24 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e6de5ae Fix linalg_potri and linalg_potrf operators for large tensor. (#18752) add 85ff00d Add

[GitHub] [incubator-mxnet] leezu opened a new pull request #18786: Split up CI sanity test functions to enable fine-grained trigger

2020-07-24 Thread GitBox
leezu opened a new pull request #18786: URL: https://github.com/apache/incubator-mxnet/pull/18786 For example, users can trigger fine grained checks: python ci/build.py -R --platform ubuntu_cpu /work/runtime_functions.sh sanity_python python ci/build.py -R --platform

[incubator-mxnet] branch v1.x updated (e6de5ae -> 85ff00d)

2020-07-24 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e6de5ae Fix linalg_potri and linalg_potrf operators for large tensor. (#18752) add 85ff00d Add

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18786: Split up CI sanity test functions to enable fine-grained trigger

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #18786: URL: https://github.com/apache/incubator-mxnet/pull/18786#issuecomment-663764636 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] ChaiBapchya commented on pull request #18784: [1.x][LT] Add forward, backward test for linalg.gemm2

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

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

2020-07-24 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 17b4561 Bump the

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

2020-07-24 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 0d579ce Publish

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

2020-07-24 Thread GitBox
leezu commented on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663711968 @mjdenkowski when Sockeye adopts MXNet 2, you will need to rename from `hybrid_forward(F, ...)` to `forward(...)`. The overhead you currently experience could be from the

[incubator-mxnet] branch master updated (e31ad77 -> 06b5d22)

2020-07-24 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e31ad77 set website default version to current stable (1.6) version (#18738) add 06b5d22 ONNX

[GitHub] [incubator-mxnet] kpuatamazon commented on a change in pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon commented on a change in pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r460228415 ## File path: src/operator/contrib/intgemm/prepare_weight_op.cc ## @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] kpuatamazon commented on a change in pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon commented on a change in pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r460228415 ## File path: src/operator/contrib/intgemm/prepare_weight_op.cc ## @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software Foundation

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

2020-07-24 Thread GitBox
leezu commented on pull request #18783: URL: https://github.com/apache/incubator-mxnet/pull/18783#issuecomment-663709911 No, it has only been announced in https://github.com/apache/incubator-mxnet/issues/16167. It would be good to add a statement ot the website regarding "call for

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on issue #18699: Simplified HybridBlock.forward commit made Sockeye 4% slower

2020-07-24 Thread GitBox
kpuatamazon edited a comment on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663748364 3 runs each sorted by increasing time taken. All downgrade MKLDNN to cb2cc7a + force MKL backend hack. | time | time | time | git checkout 8e39518 ...

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on issue #18699: Simplified HybridBlock.forward commit made Sockeye 4% slower

2020-07-24 Thread GitBox
kpuatamazon edited a comment on issue #18699: URL: https://github.com/apache/incubator-mxnet/issues/18699#issuecomment-663748364 3 runs each sorted by increasing time taken. All downgrade MKLDNN to cb2cc7a + force MKL backend hack. | time | time | time | git checkout 8e39518 ...

[GitHub] [incubator-mxnet] szha commented on a change in pull request #18782: Add Large Tensor Test for linalg_syrk

2020-07-24 Thread GitBox
szha commented on a change in pull request #18782: URL: https://github.com/apache/incubator-mxnet/pull/18782#discussion_r460319022 ## File path: tests/nightly/test_large_array.py ## @@ -37,7 +37,7 @@ LARGE_X = 1 SMALL_X = 100 SMALL_Y = 50 -LARGE_SQ_X = 8

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18784: [1.x][LT] Add forward, backward test for linalg.gemm2

2020-07-24 Thread GitBox
ChaiBapchya commented on pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784#issuecomment-663775855 Test results: ``` python -m pytest -s --exitfirst --verbose tests/nightly/test_large_array.py::test_gemm2

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18787: Remove caffe plugin

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #18787: URL: https://github.com/apache/incubator-mxnet/pull/18787#issuecomment-663780660 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 #18787: Remove caffe plugin

2020-07-24 Thread GitBox
leezu opened a new pull request #18787: URL: https://github.com/apache/incubator-mxnet/pull/18787 #18025 removed caffe plugin test but not the plugin. Removal as per https://github.com/apache/incubator-mxnet/issues/17676#issuecomment-613546835 Fixes

[GitHub] [incubator-mxnet] leezu opened a new issue #18788: bfloat16 rendered as uint16

2020-07-24 Thread GitBox
leezu opened a new issue #18788: URL: https://github.com/apache/incubator-mxnet/issues/18788 ``` [ins] In [1]: import mxnet as mx [ins] In [3]: a = mx.nd.arange(10) [ins] In [6]: import numpy as np [ins] In [7]: a.astype(np.dtype([('bfloat16', np.uint16)]))

[GitHub] [incubator-mxnet] szha commented on issue #18776: MXNet model export to ONNX failed

2020-07-24 Thread GitBox
szha commented on issue #18776: URL: https://github.com/apache/incubator-mxnet/issues/18776#issuecomment-663782307 for export, I think it would be something similar to this:

[GitHub] [incubator-mxnet] szha commented on pull request #18385: Safe accumulation for computing gradient in Embedding & Take

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18385: Safe accumulation for computing gradient in Embedding & Take

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #18385: URL: https://github.com/apache/incubator-mxnet/pull/18385#issuecomment-663777193 Jenkins CI successfully triggered : [centos-gpu, miscellaneous, windows-gpu, edge, sanity, unix-cpu, website, unix-gpu, centos-cpu, clang, windows-cpu]

[GitHub] [incubator-mxnet] leezu closed issue #15472: Failed to compile plugin warpctc

2020-07-24 Thread GitBox
leezu closed issue #15472: URL: https://github.com/apache/incubator-mxnet/issues/15472 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 #15472: Failed to compile plugin warpctc

2020-07-24 Thread GitBox
leezu commented on issue #15472: URL: https://github.com/apache/incubator-mxnet/issues/15472#issuecomment-663779469 You need to set the path to the warpctc include and lib: `cmake -GNinja -DUSE_PLUGINS_WARPCTC=1 -DWARPCTC_INCLUDE=/tmp/warp-ctc/include

[incubator-mxnet] branch master updated (06b5d22 -> 2fbd182)

2020-07-24 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 06b5d22 ONNX import: use Conv pad attribute for symmetrical padding (#18675) add 2fbd182 Split up

[GitHub] [incubator-mxnet] leezu merged pull request #18786: Split up CI sanity test functions to enable fine-grained trigger

2020-07-24 Thread GitBox
leezu merged pull request #18786: URL: https://github.com/apache/incubator-mxnet/pull/18786 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

[incubator-mxnet] branch master updated (06b5d22 -> 2fbd182)

2020-07-24 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 06b5d22 ONNX import: use Conv pad attribute for symmetrical padding (#18675) add 2fbd182 Split up

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18784: [1.x][LT] Add forward, backward test for linalg.gemm2

2020-07-24 Thread GitBox
access2rohit commented on a change in pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784#discussion_r460343210 ## 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] ufownl commented on issue #16858: Cannot load trainer with AMP

2020-07-24 Thread GitBox
ufownl commented on issue #16858: URL: https://github.com/apache/incubator-mxnet/issues/16858#issuecomment-663797276 Hi everyone, I hit the same issue when I continued training my model by loading the trainer states. Are there any temporary solutions to avoid this issue?

[GitHub] [incubator-mxnet] yzh119 edited a comment on issue #18789: [bug] Autograd throws an exception that was not caught in MXNet 1.6

2020-07-24 Thread GitBox
yzh119 edited a comment on issue #18789: URL: https://github.com/apache/incubator-mxnet/issues/18789#issuecomment-663808327 @sxjscience , @eric-haibin-lin do you have any idea on what happened? I met the same problem on an AWS p3 instance, and the error message persists after I upgrade

[GitHub] [incubator-mxnet] yzh119 commented on issue #18789: [bug] Autograd throws an exception that was not caught in MXNet 1.6

2020-07-24 Thread GitBox
yzh119 commented on issue #18789: URL: https://github.com/apache/incubator-mxnet/issues/18789#issuecomment-663808327 @sxjscience , @eric-haibin-lin do you have any idea on what happened? I met the same problem on my desktop or an AWS p3 instance, and the error message persists after I

[GitHub] [incubator-mxnet] szha closed issue #18775: Failures seen in unittest test_gluon_probability{_v1,_v2}.py::test_gluon_cauchy_{v1,}

2020-07-24 Thread GitBox
szha closed issue #18775: URL: https://github.com/apache/incubator-mxnet/issues/18775 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

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

2020-07-24 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 dc29ade Bump the

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

2020-07-24 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 298e183 Publish

[GitHub] [incubator-mxnet] yzh119 opened a new issue #18789: [bug] Autograd throws an exception that was not caught in MXNet 1.6

2020-07-24 Thread GitBox
yzh119 opened a new issue #18789: URL: https://github.com/apache/incubator-mxnet/issues/18789 ## Description The Autograd module throws an exception that was not caught: ``` Error in sys.excepthook: Original exception was: ``` After the execution of the program.

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

2020-07-24 Thread GitBox
niranjannilekani commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-663641777 > install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/GPU/mxnet.zip;, repos = NULL) Installing package into

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

2020-07-24 Thread GitBox
niranjannilekani commented on issue #18774: URL: https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-663642338 > cran <- getOption("repos") > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/; > options(repos = cran) >

[GitHub] [incubator-mxnet] kpuatamazon commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
kpuatamazon commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663645682 Mac OS is fixed. The test failures look unrelated to my code. @mxnet-bot run ci all This

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #18784: added forward, backward test for linalg.gemm2

2020-07-24 Thread GitBox
ChaiBapchya opened a new pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784 ## Description ## Related PR: https://github.com/apache/incubator-mxnet/pull/18718 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18784: added forward, backward test for linalg.gemm2

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #18784: URL: https://github.com/apache/incubator-mxnet/pull/18784#issuecomment-663645878 Hey @ChaiBapchya , 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 #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-24 Thread GitBox
mxnet-bot commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-663645689 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

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

2020-07-24 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 044651b Publish

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

2020-07-24 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 08a95f4 Bump the

  1   2   >