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

2020-04-30 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 f318965 Bump the publis

[GitHub] [incubator-mxnet] acphile commented on pull request #18083: Changes to mxnet.metric

2020-04-30 Thread GitBox
acphile commented on pull request #18083: URL: https://github.com/apache/incubator-mxnet/pull/18083#issuecomment-622272318 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18083: Changes to mxnet.metric

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

[GitHub] [incubator-mxnet] access2rohit edited a comment on pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit edited a comment on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-69488 @eric-haibin-lin @sxjscience @apeforest @szhengac BERT (Training Run Single GPU on p3.16xl) Command: ``` python3 run_pretraining.py --data='

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

2020-04-30 Thread GitBox
ys2843 commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-622250705 @leezu Thank you very much for reviewing. Really a good point. Fixed mobile incompatible issue by listening to click to toggle the dropdown contents. Tested the fix on

[GitHub] [incubator-mxnet] leezu commented on issue #17935: Windows CI CUDA Intermittent error C2993

2020-04-30 Thread GitBox
leezu commented on issue #17935: URL: https://github.com/apache/incubator-mxnet/issues/17935#issuecomment-622244193 @vexilligera did you test if the error also occurs on more recent versions of thrust? I suggest we try installing thrust 1.9.8 version on Windows CI, which is the version th

[GitHub] [incubator-mxnet] leezu commented on issue #18198: with_seed() broken when running GPU unit test

2020-04-30 Thread GitBox
leezu commented on issue #18198: URL: https://github.com/apache/incubator-mxnet/issues/18198#issuecomment-622242111 Yes, it's very likely This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-mxnet] leezu commented on issue #18213: Cannot concatenate boolean numpy arrays

2020-04-30 Thread GitBox
leezu commented on issue #18213: URL: https://github.com/apache/incubator-mxnet/issues/18213#issuecomment-622240145 Related https://github.com/apache/incubator-mxnet/issues/16650 This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18202: Increase docker-compose http timeout

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

[GitHub] [incubator-mxnet] leezu commented on pull request #18202: Increase docker-compose http timeout

2020-04-30 Thread GitBox
leezu commented on pull request #18202: URL: https://github.com/apache/incubator-mxnet/pull/18202#issuecomment-622239337 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18211: Fix cpp test_regress_label test

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

[incubator-mxnet] branch master updated (03fdfe0 -> fd6f45a)

2020-04-30 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 03fdfe0 Disable -DUSE_TVM_OP on GPU builds (#18204) add fd6f45a Update test_numpy_op.py (#18212) N

[GitHub] [incubator-mxnet] leezu commented on pull request #18211: Fix cpp test_regress_label test

2020-04-30 Thread GitBox
leezu commented on pull request #18211: URL: https://github.com/apache/incubator-mxnet/pull/18211#issuecomment-622239198 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] leezu opened a new issue #18213: Cannot concatenate boolean numpy arrays

2020-04-30 Thread GitBox
leezu opened a new issue #18213: URL: https://github.com/apache/incubator-mxnet/issues/18213 ## Description `mx.np.concatenate([mx.np.zeros((1,), dtype='bool')])` is broken. ### Error Message ``` File "src/operator/numpy/./np_matrix_op-inl.h", line 1160 MXNetError: Unknown

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

2020-04-30 Thread GitBox
ys2843 commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-622234277 @mxnet-label-bot update [pr-awaiting-merge] This is an automated message from the Apache Git Service. T

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
sxjscience commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418401152 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs& at

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418397782 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418388922 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-69488 @eric-haibin-lin @sxjscience @apeforest BERT (Training Run Single GPU on p3.16xl) Command: ``` python3 run_pretraining.py --data='./part-.train

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-68902 > With the latest change, could you please re-run the opperf and paste the latest performance results? @apeforest Actually there isn't any change in the res

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418397782 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] leezu commented on issue #18184: Flaky Incorrect Results test_numpy_op.py:: test_np_linalg_slogdet

2020-04-30 Thread GitBox
leezu commented on issue #18184: URL: https://github.com/apache/incubator-mxnet/issues/18184#issuecomment-67153 Some more failures http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/windows-gpu/branches/PR-18202/runs/2/node

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
vexilligera commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418397294 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -1736,17 +1736,6 @@ def sanity_lint() { }] } -def sanity_rat_license() { Review

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
vexilligera commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418397162 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -55,40 +55,40 @@ core_logic: { node(NODE_LINUX_GPU) { ws('workspace

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418396383 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -55,40 +55,40 @@ core_logic: { node(NODE_LINUX_GPU) { ws('workspace/nt-Im

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418396124 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] leezu commented on pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
leezu commented on pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#issuecomment-64143 > > Thanks @vexilligera > > Do you plan to make the remaining changes you mentioned in the description in this PR or in a separate PR? > > I'm not sure if the R

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418394524 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -1736,17 +1736,6 @@ def sanity_lint() { }] } -def sanity_rat_license() { Review comme

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
marcoabreu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418393294 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -1736,17 +1736,6 @@ def sanity_lint() { }] } -def sanity_rat_license() { Review

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
marcoabreu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418392648 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -1736,17 +1736,6 @@ def sanity_lint() { }] } -def sanity_rat_license() { Review

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418391815 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda

2020-04-30 Thread GitBox
vexilligera commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418390898 ## File path: ci/docker/Dockerfile.build.ubuntu ## @@ -127,6 +127,11 @@ RUN /work/ubuntu_julia.sh COPY install/ubuntu_perl.sh /work/ RUN /

[GitHub] [incubator-mxnet] vexilligera commented on pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu

2020-04-30 Thread GitBox
vexilligera commented on pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#issuecomment-622218417 > Thanks @vexilligera > Do you plan to make the remaining changes you mentioned in the description in this PR or in a separate PR? I'm not sure if the RAT

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
access2rohit commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418388922 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] leezu commented on pull request #18207: Remove SM_75 architecture when compiling with CUDA 10.0

2020-04-30 Thread GitBox
leezu commented on pull request #18207: URL: https://github.com/apache/incubator-mxnet/pull/18207#issuecomment-622209927 @MoisesHer: @mseth10 ran into a size limitation problem while fixing the CD (and switching to cmake) and disabled SM_75 on all staticbuilds for now (https://github.com/a

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

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

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418381003 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction support")

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

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

[GitHub] [incubator-mxnet] apeforest commented on pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
apeforest commented on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-622204079 @ptrendx Your review will be appreciated. This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
apeforest commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418375525 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1077,6 +1077,42 @@ struct broadcast_kernel { } }; +namespace { +struct sh

[GitHub] [incubator-mxnet] apeforest commented on pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
apeforest commented on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-622203701 With the latest change, could you please re-run the opperf and paste the latest performance results? ---

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #18168: Improving performance of broadcast_axis on GPU

2020-04-30 Thread GitBox
apeforest commented on a change in pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#discussion_r418373785 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1049,29 +1049,55 @@ void ReduceAxesBackwardUseInOut(const nnvm::NodeAttrs& att

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
marcoabreu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418372835 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction suppor

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

2020-04-30 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 a0716e2 Bump the publis

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418367413 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction support")

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
marcoabreu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418365078 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction suppor

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18025: [DEV] switch nose with pytest

2020-04-30 Thread GitBox
marcoabreu commented on a change in pull request #18025: URL: https://github.com/apache/incubator-mxnet/pull/18025#discussion_r418364563 ## File path: ci/docker/runtime_functions.sh ## @@ -994,26 +991,24 @@ cd_unittest_ubuntu() { local mxnet_variant=${1:?"This function r

[GitHub] [incubator-mxnet] leezu commented on issue #17840: TVMOp doesn't work well with GPU builds

2020-04-30 Thread GitBox
leezu commented on issue #17840: URL: https://github.com/apache/incubator-mxnet/issues/17840#issuecomment-622186129 Has been disabled on CI: https://github.com/apache/incubator-mxnet/pull/18204 Let's track fixing TVMOp in this issue?

[incubator-mxnet] branch master updated (0b46d90 -> 03fdfe0)

2020-04-30 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 0b46d90 Fix Nightly CD for GPU builds and switch CD to use cmake builds (#18205) add 03fdfe0 Disable

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18186: Update unix gpu toolchain

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18186: URL: https://github.com/apache/incubator-mxnet/pull/18186#discussion_r418358081 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -2220,6 +,7 @@ def hybrid_forward(self, F, x): assert same(ret_mx.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18212: Disable test_numpy_op.py:: test_np_linalg_slogdet

2020-04-30 Thread GitBox
mxnet-bot commented on pull request #18212: URL: https://github.com/apache/incubator-mxnet/pull/18212#issuecomment-622182966 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 comm

[GitHub] [incubator-mxnet] leezu opened a new pull request #18212: Disable test_numpy_op.py:: test_np_linalg_slogdet

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

[incubator-mxnet] branch leezu-patch-2 created (now 185126f)

2020-04-30 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 185126f Update test_numpy_op.py This branch includes the following new commits: new 185126f

[incubator-mxnet] 01/01: Update test_numpy_op.py

2020-04-30 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 185126f4f9e71f9b79276d3e2e71fb62d30b3aea Author: Leonard Lausen AuthorDate: Thu Apr 30 17:03:07 2020 -07

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418349899 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction support")

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18168: Separate GPU kernel for broadcast_axis

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

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18168: Separate GPU kernel for broadcast_axis

2020-04-30 Thread GitBox
access2rohit commented on pull request #18168: URL: https://github.com/apache/incubator-mxnet/pull/18168#issuecomment-622175099 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
eric-haibin-lin commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418341987 ## File path: config/distribution/linux_cu101.cmake ## @@ -35,4 +35,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction s

[incubator-mxnet] branch master updated (b8f78c9 -> 0b46d90)

2020-04-30 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 b8f78c9 Disable timeout 1200sec issue for large tensor tests (#18201) add 0b46d90 Fix Nightly CD for

[GitHub] [incubator-mxnet] leezu commented on pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
leezu commented on pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#issuecomment-622164919 Retriggered one previously broken pipeline as http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job/detail/mxnet-cd-

[incubator-mxnet] branch master updated (b8f78c9 -> 0b46d90)

2020-04-30 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 b8f78c9 Disable timeout 1200sec issue for large tensor tests (#18201) add 0b46d90 Fix Nightly CD for

[incubator-mxnet] branch master updated: Fix Nightly CD for GPU builds and switch CD to use cmake builds (#18205)

2020-04-30 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 0b46d90 Fix Nightly CD for GPU builds

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new pull request #18211: Fix cpp test_regress_label test

2020-04-30 Thread GitBox
eric-haibin-lin opened a new pull request #18211: URL: https://github.com/apache/incubator-mxnet/pull/18211 ## Description ## https://github.com/apache/incubator-mxnet/issues/17043 fixes the occasionally segmentation fault during shutdown. ## Checklist ## ### Essentials ###

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18211: Fix cpp test_regress_label test

2020-04-30 Thread GitBox
mxnet-bot commented on pull request #18211: URL: https://github.com/apache/incubator-mxnet/pull/18211#issuecomment-622157735 Hey @eric-haibin-lin , 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 foll

[GitHub] [incubator-mxnet] leezu commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2020-04-30 Thread GitBox
leezu commented on issue #10567: URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-622154166 May be fixed as part of cudnn 8 integration? https://docs.nvidia.com/deeplearning/sdk/cudnn-api/index.html cc @DickJC123 ---

[GitHub] [incubator-mxnet] Neutron3529 commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2020-04-30 Thread GitBox
Neutron3529 commented on issue #10567: URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-622148863 +1 2 years has past.. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-mxnet] ys2843 commented on issue #16231: [Website] MXNet Version selection Drop-down makes page jump to top of page

2020-04-30 Thread GitBox
ys2843 commented on issue #16231: URL: https://github.com/apache/incubator-mxnet/issues/16231#issuecomment-622148472 I will work on this issue This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-mxnet] leezu opened a new issue #18210: CI: OS X jobs canceled

2020-04-30 Thread GitBox
leezu opened a new issue #18210: URL: https://github.com/apache/incubator-mxnet/issues/18210 Github Actions OS X CI recently suffers from timeout & cancellation. Let's collect the logs on when the job was cancelled to see if it's due to hanging issue. ``` 2020-04-30T21:28:5

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18189: [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418308686 ## File path: ci/docker/Dockerfile.build.ubuntu ## @@ -127,6 +127,11 @@ RUN /work/ubuntu_julia.sh COPY install/ubuntu_perl.sh /work/ RUN /work/u

[GitHub] [incubator-mxnet] MoisesHer commented on pull request #18207: Remove SM_75 architecture when compiling with CUDA 10.0

2020-04-30 Thread GitBox
MoisesHer commented on pull request #18207: URL: https://github.com/apache/incubator-mxnet/pull/18207#issuecomment-622130202 @mxnet-bot run ci [miscellaneous, unix-cpu] This is an automated message from the Apache Git Service

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18207: Remove SM_75 architecture when compiling with CUDA 10.0

2020-04-30 Thread GitBox
mxnet-bot commented on pull request #18207: URL: https://github.com/apache/incubator-mxnet/pull/18207#issuecomment-622130229 Jenkins CI successfully triggered : [miscellaneous, unix-cpu] This is an automated message from the

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

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

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

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

[GitHub] [incubator-mxnet] szha commented on issue #16776: [Flaky] mx.np.linalg.inv

2020-04-30 Thread GitBox
szha commented on issue #16776: URL: https://github.com/apache/incubator-mxnet/issues/16776#issuecomment-622116050 still occurs. http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-gpu/branches/PR-18146/runs/36/nodes/416/steps/481

[GitHub] [incubator-mxnet] reminisce opened a new issue #16776: [Flaky] mx.np.linalg.inv

2020-04-30 Thread GitBox
reminisce opened a new issue #16776: URL: https://github.com/apache/incubator-mxnet/issues/16776 ``` $ MXNET_TEST_SEED=639317673 nosetests --verbose --nocapture test_numpy_op:test_np_linalg_inv test_numpy_op.test_np_linalg_inv ... [INFO] Setting test np/mx/python random seeds, use MX

[GitHub] [incubator-mxnet] leezu commented on issue #15925: [CI] illegal memory access

2020-04-30 Thread GitBox
leezu commented on issue #15925: URL: https://github.com/apache/incubator-mxnet/issues/15925#issuecomment-622115251 @ChaiBapchya does this issue still occur on dev environment with updated AMI (in particular with updated drivers) Given the issue in https://github.com/apache/incubato

[GitHub] [incubator-mxnet] brian-mann-math opened a new issue #18209: BatchNorm backward(train_mode=False) incorrect behavior on context mx.gpu()

2020-04-30 Thread GitBox
brian-mann-math opened a new issue #18209: URL: https://github.com/apache/incubator-mxnet/issues/18209 ## Description When training DeepDream style CNN visualizations using VGG16_bn, I noticed that the results did not seem correct compared to PyTorch. Running an apples-to-apples compari

[GitHub] [incubator-mxnet] leezu opened a new issue #18208: CI: Expose core dumps for segfaults happened during CI run

2020-04-30 Thread GitBox
leezu opened a new issue #18208: URL: https://github.com/apache/incubator-mxnet/issues/18208 Some CI runs may fail due to segfault. Contributors may have difficulty reproducing the segfault locally. Suggested solution: Preserve the coredump of the segfault, make it accessible and provid

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #18025: [DEV] switch nose with pytest

2020-04-30 Thread GitBox
ChaiBapchya commented on a change in pull request #18025: URL: https://github.com/apache/incubator-mxnet/pull/18025#discussion_r418271451 ## File path: ci/docker/runtime_functions.sh ## @@ -994,26 +991,24 @@ cd_unittest_ubuntu() { local mxnet_variant=${1:?"This function

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18207: Remove SM_75 architecture when compiling with CUDA 10.0

2020-04-30 Thread GitBox
mxnet-bot commented on pull request #18207: URL: https://github.com/apache/incubator-mxnet/pull/18207#issuecomment-622051905 Hey @MoisesHer , 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] MoisesHer opened a new pull request #18207: Remove SM_75 architecture when compiling with CUDA 10.0

2020-04-30 Thread GitBox
MoisesHer opened a new pull request #18207: URL: https://github.com/apache/incubator-mxnet/pull/18207 ## Description ## Avoid compilation of code for SM_75 architecture when compiling with CUDA 10.0 to solve bug [https://github.com/apache/incubator-mxnet/issues/17713](https://github.com

[GitHub] [incubator-mxnet] ys2843 commented on issue #16254: Enable anchors on website

2020-04-30 Thread GitBox
ys2843 commented on issue #16254: URL: https://github.com/apache/incubator-mxnet/issues/16254#issuecomment-622046619 On which pages do we need anchors? This is an automated message from the Apache Git Service. To respond to

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

2020-04-30 Thread GitBox
ys2843 edited a comment on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-622036580 @aaronmarkham Yes, tested on all main stream browser including Firefox, Chrome, Safari and Edge, it works well. I think older IE should also be good, because it

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

2020-04-30 Thread GitBox
ys2843 commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-622036580 @aaronmarkham Yes, tested on all main stream browser including Firefox, Chrome, Safari and Edge, it works well. I think older IE should also be good, because it is just

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

2020-04-30 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 a59da16 Bump the publis

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18202: Increase docker-compose http timeout

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

[GitHub] [incubator-mxnet] leezu commented on pull request #18202: Increase docker-compose http timeout

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

[incubator-mxnet] branch master updated (1496c91 -> b8f78c9)

2020-04-30 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 1496c91 [Bug Fix] Fix GroupNorm Implementation (#18199) add b8f78c9 Disable timeout 1200sec issue for

[incubator-mxnet] branch master updated (1496c91 -> b8f78c9)

2020-04-30 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 1496c91 [Bug Fix] Fix GroupNorm Implementation (#18199) add b8f78c9 Disable timeout 1200sec issue for

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu edited a comment on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622025431 > So how did CI pass if it was broken? thinking Those features were not tested by CI. For some other tests that do rely on the broken feature, they are disa

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu edited a comment on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622025431 > So how did CI pass if it was broken? thinking Those features were not tested by CI. For some other tests that do rely on the broken feature, they are disa

[GitHub] [incubator-mxnet] leezu commented on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu commented on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622025431 > So how did CI pass if it was broken? thinking Those features were not tested by CI. For some other tests that do rely on the broken feature, they are disabled, f

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu edited a comment on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622023034 I think this has been broken since it was introduced. It's unclear why it triggers non-deterministic failure in some cases, but deterministic failures in other.

[GitHub] [incubator-mxnet] marcoabreu commented on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
marcoabreu commented on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622024057 So how did CI pass if it was broken? 🤔 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
mxnet-bot commented on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622023918 Jenkins CI successfully triggered : [windows-gpu, centos-gpu, unix-gpu] This is an automated message

[GitHub] [incubator-mxnet] leezu commented on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu commented on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622023882 @mxnet-bot run ci [unix-gpu, windows-gpu, centos-gpu] This is an automated message from the Apache Git S

[GitHub] [incubator-mxnet] leezu commented on pull request #18204: Disable -DUSE_TVM_OP on GPU builds

2020-04-30 Thread GitBox
leezu commented on pull request #18204: URL: https://github.com/apache/incubator-mxnet/pull/18204#issuecomment-622023034 This has always been broken. Also, CI hasn't switched to G4 yet This is an automated message from the Ap

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
leezu commented on a change in pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#discussion_r418193832 ## File path: config/distribution/linux_cu100.cmake ## @@ -33,4 +33,4 @@ set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction support")

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

2020-04-30 Thread GitBox
aaronmarkham commented on pull request #18188: URL: https://github.com/apache/incubator-mxnet/pull/18188#issuecomment-622007256 Did you test this across browsers? At least getting it to work with 80%+ of visitors' configs? T

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18205: Fix nightly CD for GPU builds

2020-04-30 Thread GitBox
mseth10 commented on pull request #18205: URL: https://github.com/apache/incubator-mxnet/pull/18205#issuecomment-621999732 @ChaiBapchya updated the description. Check it out. This is an automated message from the Apache Git S

  1   2   >