[GitHub] [incubator-mxnet] wkcn commented on pull request #17977: Relaxing type requirements for broadcast_like

2020-05-04 Thread GitBox
wkcn commented on pull request #17977: URL: https://github.com/apache/incubator-mxnet/pull/17977#issuecomment-623274171 The PR has been merged. Thanks for your contribution! : ) This is an automated message from the

[incubator-mxnet] branch master updated (5fd9024 -> 8c76631)

2020-05-04 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5fd9024 Update to thrust 1.9.8 on Windows (#18218) add 8c76631 Relaxing type requirements for

[incubator-mxnet] branch master updated: Relaxing type requirements for broadcast_like (#17977)

2020-05-04 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn 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 8c76631 Relaxing type requirements for

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

2020-05-04 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 25042a7 Bump the

[GitHub] [incubator-mxnet] handoku opened a new issue #18231: Found a cycle when BFS from node '', when trying optimize graph with tensorrt.

2020-05-04 Thread GitBox
handoku opened a new issue #18231: URL: https://github.com/apache/incubator-mxnet/issues/18231 ## Description I was use ngc docker image mxnet-19.12. And I was trying use tensorrt to speed up gluoncv yolov3 following [Optimizing Deep Learning Computation Graphs with

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18220: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178)

2020-05-04 Thread GitBox
ChaiBapchya commented on pull request #18220: URL: https://github.com/apache/incubator-mxnet/pull/18220#issuecomment-623557706 @mxnet-label-bot add [pr-awaiting-merge, pr-awaiting-review] This is an automated message from

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #14994: Flaky test: test_lstm_clip

2020-05-04 Thread GitBox
ChaiBapchya commented on issue #14994: URL: https://github.com/apache/incubator-mxnet/issues/14994#issuecomment-623558866 Unrelated PR #18206 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-18206/4/pipeline/356

[GitHub] [incubator-mxnet] pasa13142 commented on issue #15553: Installing mxnet on PowerPC

2020-05-04 Thread GitBox
pasa13142 commented on issue #15553: URL: https://github.com/apache/incubator-mxnet/issues/15553#issuecomment-623467757 @marcoabreu Hello, is there any guide we can follow for building mxnet on power9 ? This is an

[GitHub] [incubator-mxnet] tobecontinued commented on a change in pull request #17754: [MXNET-978] Higher Order Gradient Support broadcast_to, broadcast_power, power, elemwise_mul and elemwise_sub and

2020-05-04 Thread GitBox
tobecontinued commented on a change in pull request #17754: URL: https://github.com/apache/incubator-mxnet/pull/17754#discussion_r419449575 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -570,6 +571,290 @@ def check_nth_order_unary(x, op, grad_ops, orders,

[GitHub] [incubator-mxnet] tobecontinued commented on a change in pull request #17754: [MXNET-978] Higher Order Gradient Support broadcast_to, broadcast_power, power, elemwise_mul and elemwise_sub and

2020-05-04 Thread GitBox
tobecontinued commented on a change in pull request #17754: URL: https://github.com/apache/incubator-mxnet/pull/17754#discussion_r419449575 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -570,6 +571,290 @@ def check_nth_order_unary(x, op, grad_ops, orders,

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #17754: [MXNET-978] Higher Order Gradient Support broadcast_to, broadcast_power, power, elemwise_mul and elemwise_sub and

2020-05-04 Thread GitBox
kshitij12345 commented on a change in pull request #17754: URL: https://github.com/apache/incubator-mxnet/pull/17754#discussion_r419506335 ## File path: tests/cpp/operator/runner/core_op_runner_test.cc ## @@ -46,7 +46,15 @@ static const std::vector> test_unary_operato

[GitHub] [incubator-mxnet] tobecontinued commented on a change in pull request #17754: [MXNET-978] Higher Order Gradient Support broadcast_to, broadcast_power, power, elemwise_mul and elemwise_sub and

2020-05-04 Thread GitBox
tobecontinued commented on a change in pull request #17754: URL: https://github.com/apache/incubator-mxnet/pull/17754#discussion_r419465944 ## File path: tests/cpp/operator/runner/core_op_runner_test.cc ## @@ -46,7 +46,15 @@ static const std::vector> test_unary_operato

[GitHub] [incubator-mxnet] tobecontinued commented on a change in pull request #17754: [MXNET-978] Higher Order Gradient Support broadcast_to, broadcast_power, power, elemwise_mul and elemwise_sub and

2020-05-04 Thread GitBox
tobecontinued commented on a change in pull request #17754: URL: https://github.com/apache/incubator-mxnet/pull/17754#discussion_r419449575 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -570,6 +571,290 @@ def check_nth_order_unary(x, op, grad_ops, orders,

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
marcoabreu commented on a change in pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#discussion_r419317553 ## File path: cd/utils/artifact_repository.py ## @@ -396,7 +396,7 @@ def get_s3_key_prefix(args: argparse.Namespace, subdir: str = '') ->

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

2020-05-04 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 82394cb Bump the

[GitHub] [incubator-mxnet] leezu commented on issue #15553: Installing mxnet on PowerPC

2020-05-04 Thread GitBox
leezu commented on issue #15553: URL: https://github.com/apache/incubator-mxnet/issues/15553#issuecomment-623642493 You may follow https://mxnet.apache.org/get_started/ubuntu_setup in analogy This is an automated message

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

2020-05-04 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 2afa224 Bump the

[incubator-mxnet] branch master updated (eea0cd8 -> 742066d)

2020-05-04 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 eea0cd8 Update static site web pages (#18161) add 742066d Remove chinese period which leads to utf-8

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18188: update website version select drop down

2020-05-04 Thread GitBox
ChaiBapchya commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-623588942 @ys2843 http://ec2-34-216-15-136.us-west-2.compute.amazonaws.com/ https://ec2-34-216-15-136.us-west-2.compute.amazonaws.com/ Both give error.

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18188: update website version select drop down

2020-05-04 Thread GitBox
ys2843 commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-623597733 @ChaiBapchya Thanks for reviewing! Updated the preview link, please see http://ec2-54-191-240-239.us-west-2.compute.amazonaws.com/

[incubator-mxnet] branch master updated (8c76631 -> eea0cd8)

2020-05-04 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 8c76631 Relaxing type requirements for broadcast_like (#17977) add eea0cd8 Update static site web

[incubator-mxnet] branch v1.7.x updated: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 295e939 Cherrypick Fix nightly

[incubator-mxnet] branch v1.7.x updated: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 295e939 Cherrypick Fix nightly

[incubator-mxnet] branch master updated (8c76631 -> eea0cd8)

2020-05-04 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 8c76631 Relaxing type requirements for broadcast_like (#17977) add eea0cd8 Update static site web

[incubator-mxnet] branch master updated (eea0cd8 -> 742066d)

2020-05-04 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 eea0cd8 Update static site web pages (#18161) add 742066d Remove chinese period which leads to utf-8

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18206: [v1.6.x] Backport [MKL-DNN] Integrate Conv3d and Pool3d/1d (#17884) and Fix Sanity pipeline in 1.6.x

2020-05-04 Thread GitBox
ChaiBapchya commented on pull request #18206: URL: https://github.com/apache/incubator-mxnet/pull/18206#issuecomment-623579507 `test_quantization_mkldnn.test_quantized_conv` failed with ``` [2020-05-04T03:07:42.847Z]

[GitHub] [incubator-mxnet] samskalicky commented on pull request #18232: fixed overwrite of args/aux variables

2020-05-04 Thread GitBox
samskalicky commented on pull request #18232: URL: https://github.com/apache/incubator-mxnet/pull/18232#issuecomment-623634164 @mxnet-label-bot add [Bug] This is an automated message from the Apache Git Service. To respond

[incubator-mxnet] branch master updated (8c76631 -> eea0cd8)

2020-05-04 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 8c76631 Relaxing type requirements for broadcast_like (#17977) add eea0cd8 Update static site web

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

2020-05-04 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 2afa224 Bump the

[incubator-mxnet] branch v1.7.x updated: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 295e939 Cherrypick Fix nightly

[incubator-mxnet] branch master updated (eea0cd8 -> 742066d)

2020-05-04 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 eea0cd8 Update static site web pages (#18161) add 742066d Remove chinese period which leads to utf-8

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
leezu commented on a change in pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#discussion_r419641663 ## File path: cd/utils/artifact_repository.py ## @@ -396,7 +396,7 @@ def get_s3_key_prefix(args: argparse.Namespace, subdir: str = '') -> str:

[GitHub] [incubator-mxnet] leezu opened a new issue #18233: CD issues

2020-05-04 Thread GitBox
leezu opened a new issue #18233: URL: https://github.com/apache/incubator-mxnet/issues/18233 Bringing some discussion from https://github.com/apache/incubator-mxnet/pull/18222#pullrequestreview-404567393 to a separate issue. Main goal is to raise awareness that the current state is

[GitHub] [incubator-mxnet] leezu commented on issue #18224: DataLoader timed out

2020-05-04 Thread GitBox
leezu commented on issue #18224: URL: https://github.com/apache/incubator-mxnet/issues/18224#issuecomment-623638318 Have you tried "- Slow transform. Please increase timeout to allow slower data loading in each worker."?

[incubator-mxnet] branch v1.7.x updated: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 295e939 Cherrypick Fix nightly

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

2020-05-04 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 2afa224 Bump the

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

2020-05-04 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 2afa224 Bump the

[incubator-mxnet] branch master updated (eea0cd8 -> 742066d)

2020-05-04 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 eea0cd8 Update static site web pages (#18161) add 742066d Remove chinese period which leads to utf-8

[incubator-mxnet] branch master updated (8c76631 -> eea0cd8)

2020-05-04 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 8c76631 Relaxing type requirements for broadcast_like (#17977) add eea0cd8 Update static site web

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

2020-05-04 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 2afa224 Bump the

[incubator-mxnet] branch master updated (eea0cd8 -> 742066d)

2020-05-04 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 eea0cd8 Update static site web pages (#18161) add 742066d Remove chinese period which leads to utf-8

[incubator-mxnet] branch v1.7.x updated: Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 295e939 Cherrypick Fix nightly

[GitHub] [incubator-mxnet] access2rohit commented on issue #14980: [CI][NightlyTestsForBinaries] Test Large Tensor: CPU killing node instance

2020-05-04 Thread GitBox
access2rohit commented on issue #14980: URL: https://github.com/apache/incubator-mxnet/issues/14980#issuecomment-623565680 > http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-cpu/detail/PR-18146/42/pipeline#step-96-log-126 @szha The link

[GitHub] [incubator-mxnet] access2rohit edited a comment on issue #14980: [CI][NightlyTestsForBinaries] Test Large Tensor: CPU killing node instance

2020-05-04 Thread GitBox
access2rohit edited a comment on issue #14980: URL: https://github.com/apache/incubator-mxnet/issues/14980#issuecomment-623565680 > http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-cpu/detail/PR-18146/42/pipeline#step-96-log-126 @szha The

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18232: fixed overwrite of args/aux variables

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18232: URL: https://github.com/apache/incubator-mxnet/pull/18232#issuecomment-623595214 Hey @samskalicky , 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] samskalicky opened a new pull request #18232: fixed overwrite of args/aux variables

2020-05-04 Thread GitBox
samskalicky opened a new pull request #18232: URL: https://github.com/apache/incubator-mxnet/pull/18232 ## Description ## Fix overwriting of args/aux variables in optimize_for API to enable modifying the user-provided objects for adding new params for graph passes. ## Checklist

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
leezu commented on a change in pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#discussion_r419626096 ## File path: cd/utils/artifact_repository.py ## @@ -396,7 +396,7 @@ def get_s3_key_prefix(args: argparse.Namespace, subdir: str = '') -> str:

[incubator-mxnet] branch master updated: Update static site web pages (#18161)

2020-05-04 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 eea0cd8 Update static site web pages

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18238: fix when clicking version dropdown it jumps to top of the page

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18238: URL: https://github.com/apache/incubator-mxnet/pull/18238#issuecomment-623751381 Hey @ys2843 , 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] ys2843 opened a new pull request #18238: fix when clicking version dropdown it jumps to top of the page

2020-05-04 Thread GitBox
ys2843 opened a new pull request #18238: URL: https://github.com/apache/incubator-mxnet/pull/18238 ## Description ## Resolved this issue https://github.com/apache/incubator-mxnet/issues/16231, the fix is to delegate an event handler to parent node `ul` to prevent its all child node``

[incubator-mxnet] branch master updated (322aa53 -> aeef33a)

2020-05-04 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 322aa53 Re-enable build retries on MSVC (#18230) add aeef33a Update website version select drop down

[GitHub] [incubator-mxnet] samskalicky opened a new pull request #18237: Pass args fix3

2020-05-04 Thread GitBox
samskalicky opened a new pull request #18237: URL: https://github.com/apache/incubator-mxnet/pull/18237 ## Description ## Cherry pick #18232 (#18236 in v1.x branch) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18237: Pass args fix3

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18237: URL: https://github.com/apache/incubator-mxnet/pull/18237#issuecomment-623739126 Hey @samskalicky , 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] ys2843 opened a new issue #18234: [Website] Global Search Feature

2020-05-04 Thread GitBox
ys2843 opened a new issue #18234: URL: https://github.com/apache/incubator-mxnet/issues/18234 ## Description MXNet website hosts not only rich and comprehensive documentations, but also many useful resources including tutorials, installation guide, APIs and blogs etc. The majority of

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18188: update website version select drop down

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

[GitHub] [incubator-mxnet] apeforest opened a new issue #18235: [Website] Gluon guide link is missing

2020-05-04 Thread GitBox
apeforest opened a new issue #18235: URL: https://github.com/apache/incubator-mxnet/issues/18235 ## Description The following link is missing: https://mxnet.apache.org/api/python/docs/api/tutorials/packages/gluon/index.html ## To Reproduce From this page

[GitHub] [incubator-mxnet] leezu commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL

2020-05-04 Thread GitBox
leezu commented on issue #17980: URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-623736430 Does DNNL always link to MKL by default if MKL is available on the system, just as MXNet does link to MKL in such situation? Further, regarding the double-linking

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18238: fix when clicking version dropdown it jumps to top of the page

2020-05-04 Thread GitBox
ys2843 commented on pull request #18238: URL: https://github.com/apache/incubator-mxnet/pull/18238#issuecomment-623751828 @mxnet-label-bot add [website, pr-awaiting-review ] This is an automated message from the Apache Git

[incubator-mxnet] branch master updated (742066d -> 322aa53)

2020-05-04 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 742066d Remove chinese period which leads to utf-8 encoding problem (#18223) add 322aa53 Re-enable

[GitHub] [incubator-mxnet] ChaiBapchya removed a comment on pull request #18188: update website version select drop down

2020-05-04 Thread GitBox
ChaiBapchya removed a comment on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-623722754 @mxnet-label-bot add [pr-awaiting-merge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] samskalicky opened a new pull request #18236: [1.7] Pass args fix2

2020-05-04 Thread GitBox
samskalicky opened a new pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236 ## Description ## Cherry pick #18232 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18236: [1.7] Pass args fix2

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-623737803 Hey @samskalicky , 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] kpuatamazon commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL

2020-05-04 Thread GitBox
kpuatamazon commented on issue #17980: URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-623737885 DNNL has only a hidden unsupported option to link to MKL. It will not link to MKL by default.

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
mseth10 commented on a change in pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#discussion_r419704443 ## File path: cd/utils/artifact_repository.py ## @@ -396,7 +396,7 @@ def get_s3_key_prefix(args: argparse.Namespace, subdir: str = '') -> str:

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18206: [v1.6.x] Backport [MKL-DNN] Integrate Conv3d and Pool3d/1d (#17884) and Fix Sanity pipeline in 1.6.x

2020-05-04 Thread GitBox
ChaiBapchya commented on pull request #18206: URL: https://github.com/apache/incubator-mxnet/pull/18206#issuecomment-623706616 @wuxun-zhang One last failure unix-gpu pipeline Tests / Cpp: MKLDNN+GPU ``` pooling-inl.h:313: Check failed: outputs.size() == GetNumOutputs(param) (1

[incubator-mxnet] branch master updated (742066d -> 322aa53)

2020-05-04 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 742066d Remove chinese period which leads to utf-8 encoding problem (#18223) add 322aa53 Re-enable

[incubator-mxnet] branch master updated (742066d -> 322aa53)

2020-05-04 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 742066d Remove chinese period which leads to utf-8 encoding problem (#18223) add 322aa53 Re-enable

[GitHub] [incubator-mxnet] waytrue17 commented on issue #18210: CI: OS X jobs canceled

2020-05-04 Thread GitBox
waytrue17 commented on issue #18210: URL: https://github.com/apache/incubator-mxnet/issues/18210#issuecomment-623669702 Another data point: [https://github.com/apache/incubator-mxnet/pull/18161/checks](url) Wed, 29 Apr 2020 22:21:05 GMT [243/719] Building CXX object

[incubator-mxnet] branch leezu-patch-1 updated (1c0416c -> 556e9cf)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 1c0416c Disable MKL_USE_STATIC_LIBS by default add 8d124e0 Remove duplicate condition

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18238: fix when clicking version dropdown it jumps to top of the page

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

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18238: fix when clicking version dropdown it jumps to top of the page

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

[GitHub] [incubator-mxnet] szha commented on pull request #18146: [CI] run pytest in parallel

2020-05-04 Thread GitBox
szha commented on pull request #18146: URL: https://github.com/apache/incubator-mxnet/pull/18146#issuecomment-623765421 will look into it in a follow-up PR. This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch leezu-patch-1 updated (1c0416c -> 556e9cf)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 1c0416c Disable MKL_USE_STATIC_LIBS by default add 8d124e0 Remove duplicate condition

[incubator-mxnet] branch leezu-patch-1 updated (1c0416c -> 556e9cf)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 1c0416c Disable MKL_USE_STATIC_LIBS by default add 8d124e0 Remove duplicate condition

[GitHub] [incubator-mxnet] ys2843 commented on issue #18234: [Website] Global Search Feature

2020-05-04 Thread GitBox
ys2843 commented on issue #18234: URL: https://github.com/apache/incubator-mxnet/issues/18234#issuecomment-623773841 @mxnet-label-bot add [website] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #18239: [WIP]making GPU kernel for argsort as 32-bit

2020-05-04 Thread GitBox
access2rohit opened a new pull request #18239: URL: https://github.com/apache/incubator-mxnet/pull/18239 ## Description ## Making GPU kernel for argsort use int32_t. Existing implementation already uses optimized thrust library. Slowdown is only due to index_t -> int64_t when building

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18239: [WIP]making GPU kernel for argsort as 32-bit

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18239: URL: https://github.com/apache/incubator-mxnet/pull/18239#issuecomment-623802723 Hey @access2rohit , 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 leezu-patch-1 updated (1c0416c -> 556e9cf)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 1c0416c Disable MKL_USE_STATIC_LIBS by default add 8d124e0 Remove duplicate condition

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu

2020-05-04 Thread GitBox
pengzhao-intel commented on issue #14357: URL: https://github.com/apache/incubator-mxnet/issues/14357#issuecomment-623791167 Sorry for the later response for a while. We will look into this issue now and get back soon :)

[incubator-mxnet] branch master updated (aeef33a -> 0580200)

2020-05-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from aeef33a Update website version select drop down (#18188) add 0580200 [CI] run pytest in parallel

[incubator-mxnet] branch master updated (aeef33a -> 0580200)

2020-05-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from aeef33a Update website version select drop down (#18188) add 0580200 [CI] run pytest in parallel

[incubator-mxnet] branch leezu-patch-1 updated (1c0416c -> 556e9cf)

2020-05-04 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 1c0416c Disable MKL_USE_STATIC_LIBS by default add 8d124e0 Remove duplicate condition

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

2020-05-04 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 90a2bf8 Bump the

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL

2020-05-04 Thread GitBox
ChaiBapchya edited a comment on issue #17980: URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-623803913 > In case somebody finds this issue and wants their optimized build, here is a different workaround that removes the need for `LD_PRELOAD`. Just do this before

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL

2020-05-04 Thread GitBox
ChaiBapchya commented on issue #17980: URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-623803913 > In case somebody finds this issue and wants their optimized build, here is a different workaround that removes the need for `LD_PRELOAD`. Just do this before

[GitHub] [incubator-mxnet] szha commented on pull request #18146: [CI] run pytest in parallel

2020-05-04 Thread GitBox
szha commented on pull request #18146: URL: https://github.com/apache/incubator-mxnet/pull/18146#issuecomment-623856601 @PatricZhao I noticed that the MKL/MKLDNN tests are taking a lot longer than non-MKL builds in the parallel test setting. I will try to run a couple more times to verify

[GitHub] [incubator-mxnet] szha commented on a change in pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
szha commented on a change in pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#discussion_r419859876 ## File path: cd/utils/artifact_repository.py ## @@ -396,7 +396,7 @@ def get_s3_key_prefix(args: argparse.Namespace, subdir: str = '') -> str:

[GitHub] [incubator-mxnet] szha edited a comment on pull request #18146: [CI] run pytest in parallel

2020-05-04 Thread GitBox
szha edited a comment on pull request #18146: URL: https://github.com/apache/incubator-mxnet/pull/18146#issuecomment-623856601 @PatricZhao I noticed that the MKL/MKLDNN tests are taking a lot longer than non-MKL builds in the parallel test setting. I will try to run a couple more times to

[GitHub] [incubator-mxnet] szha commented on pull request #18222: Fix PyPI Packages and Python Docker Images nightly release

2020-05-04 Thread GitBox
szha commented on pull request #18222: URL: https://github.com/apache/incubator-mxnet/pull/18222#issuecomment-623856889 @mseth10 thanks for posting the fix. @marcoabreu @leezu the CI check has passed. How shall we move forward?

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18240: [CI] Enhance debug info

2020-05-04 Thread GitBox
mxnet-bot commented on pull request #18240: URL: https://github.com/apache/incubator-mxnet/pull/18240#issuecomment-623856154 Hey @szha , 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] szha opened a new pull request #18240: [CI] Enhance debug info

2020-05-04 Thread GitBox
szha opened a new pull request #18240: URL: https://github.com/apache/incubator-mxnet/pull/18240 ## Description ## Enhance debug info ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] Changes are complete (i.e. I finished