[incubator-mxnet] branch master updated: Include all mkldnn headers in CD builds (#18355)

2020-05-18 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 3140c55 Include all mkldnn headers in

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

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

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

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

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

2020-05-18 Thread GitBox
leezu commented on a change in pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355#discussion_r427042465 ## File path: CMakeLists.txt ## @@ -240,24 +240,26 @@ if(USE_MKLDNN) set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /EHsc /Gy /MT")

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

2020-05-18 Thread GitBox
leezu closed issue #18120: URL: https://github.com/apache/incubator-mxnet/issues/18120 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 merged pull request #18355: Include all mkldnn headers in CD builds

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

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

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

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

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18361: URL: https://github.com/apache/incubator-mxnet/pull/18361#issuecomment-630580423 Unauthorized access detected. Only following 3 categories can trigger CI : PR Author, MXNet Committer, Jenkins Admin.

[GitHub] [incubator-mxnet] mathephysicist commented on issue #13945: dataloader crashes with threads and slow downs with processes

2020-05-18 Thread GitBox
mathephysicist commented on issue #13945: URL: https://github.com/apache/incubator-mxnet/issues/13945#issuecomment-630579327 > It's fixed by overriding pickling behavior of RecordIO files without bothering the mutex. I am cloing this now. Please ping me if the problem persists Can

[incubator-mxnet] branch master updated (5f00c4b -> 53b34cb)

2020-05-18 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5f00c4b Disable test_sequential_rnn_cells (#18360) add 53b34cb [Numpy] FFI: max/min/amax/amin

[incubator-mxnet] branch master updated (5f00c4b -> 53b34cb)

2020-05-18 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5f00c4b Disable test_sequential_rnn_cells (#18360) add 53b34cb [Numpy] FFI: max/min/amax/amin

[incubator-mxnet] branch master updated (5f00c4b -> 53b34cb)

2020-05-18 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5f00c4b Disable test_sequential_rnn_cells (#18360) add 53b34cb [Numpy] FFI: max/min/amax/amin

[incubator-mxnet] branch master updated (5f00c4b -> 53b34cb)

2020-05-18 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5f00c4b Disable test_sequential_rnn_cells (#18360) add 53b34cb [Numpy] FFI: max/min/amax/amin

[incubator-mxnet] branch master updated: [Numpy] FFI: max/min/amax/amin (#17824)

2020-05-18 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi 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 53b34cb [Numpy] FFI:

[GitHub] [incubator-mxnet] yzhliu merged pull request #17824: [Numpy] FFI: max/min/amax/amin

2020-05-18 Thread GitBox
yzhliu merged pull request #17824: URL: https://github.com/apache/incubator-mxnet/pull/17824 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] BenjaminCHEN2016 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-18 Thread GitBox
BenjaminCHEN2016 commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-630571982 @sxjscience Any thoughts on this pr? This is an automated message from the Apache Git

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

2020-05-18 Thread GitBox
leezu commented on a change in pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355#discussion_r427018415 ## File path: CMakeLists.txt ## @@ -240,24 +240,26 @@ if(USE_MKLDNN) set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /EHsc /Gy /MT")

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

2020-05-18 Thread GitBox
leezu commented on a change in pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355#discussion_r427018127 ## File path: CMakeLists.txt ## @@ -240,24 +240,26 @@ if(USE_MKLDNN) set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /EHsc /Gy /MT")

[GitHub] [incubator-mxnet] samskalicky commented on pull request #18350: Add better partial args/aux handling in symbol optimize_for

2020-05-18 Thread GitBox
samskalicky commented on pull request #18350: URL: https://github.com/apache/incubator-mxnet/pull/18350#issuecomment-630564043 @mseth10 will you please review as original author of the shape inference in optimize_for? This

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

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

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

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

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

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

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

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

[GitHub] [incubator-mxnet] XiaotaoChen edited a comment on issue #18296: discussion about implementing SyncBN with nccl instead of shared cpu memory

2020-05-18 Thread GitBox
XiaotaoChen edited a comment on issue #18296: URL: https://github.com/apache/incubator-mxnet/issues/18296#issuecomment-630561732 I sovle above problems by using cuda stream from mxnet by `mshadow::Stream::GetStream(ctx.get_stream())`, instead of create it. using `cuda stream` from mxnet

[GitHub] [incubator-mxnet] XiaotaoChen commented on issue #18296: discussion about implementing SyncBN with nccl instead of shared cpu memory

2020-05-18 Thread GitBox
XiaotaoChen commented on issue #18296: URL: https://github.com/apache/incubator-mxnet/issues/18296#issuecomment-630561732 I sovle above problems by using cuda stream from mxnet by `mshadow::Stream::GetStream(ctx.get_stream())`, instead of create it. using `cuda stream` from mxnet

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17246: R-package install.packages("mxnet") broken

2020-05-18 Thread GitBox
ChaiBapchya commented on issue #17246: URL: https://github.com/apache/incubator-mxnet/issues/17246#issuecomment-630553273 All 3 links return a 403/404 https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/ ``` > cran <- getOption("repos") > cran["dmlc"] <-

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

2020-05-18 Thread GitBox
TaoLv commented on a change in pull request #18355: URL: https://github.com/apache/incubator-mxnet/pull/18355#discussion_r427004904 ## File path: CMakeLists.txt ## @@ -240,24 +240,26 @@ if(USE_MKLDNN) set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /EHsc /Gy /MT")

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

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

[GitHub] [incubator-mxnet] szha merged pull request #18360: Disable test_sequential_rnn_cells

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

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

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-630550466 Jenkins CI successfully triggered : [clang, unix-gpu, windows-cpu, miscellaneous, unix-cpu, edge]

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

2020-05-18 Thread GitBox
Alicia1529 commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-630550434 @mxnet-bot run ci [clang, edge, miscellaneous, unix-cpu, unix-gpu, windows-cpu] This is an

[incubator-mxnet] branch master updated: cmake: check compiler supports C++17 sufficiently (#18354)

2020-05-18 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 c45f5c1 cmake: check compiler

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

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

[GitHub] [incubator-mxnet] leezu opened a new pull request #18363: Fix reference cycle in gluon.Trainer

2020-05-18 Thread GitBox
leezu opened a new pull request #18363: URL: https://github.com/apache/incubator-mxnet/pull/18363 Fix reference cycle preventing reference-counting based deallocation of NDArrays due to gluon.Trainer. cc @eric-haibin-lin

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18363: Fix reference cycle in gluon.Trainer

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18363: URL: https://github.com/apache/incubator-mxnet/pull/18363#issuecomment-630542835 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] tkameyama commented on pull request #18349: Makefile bug fix for opencv4.

2020-05-18 Thread GitBox
tkameyama commented on pull request #18349: URL: https://github.com/apache/incubator-mxnet/pull/18349#issuecomment-630531061 I change target to 1.x branch. This is an automated message from the Apache Git Service. To

[incubator-mxnet-ci] branch dependabot/pip/services/jenkins-autoscaling/requests-2.20.0 updated (1bd2beb -> de5cfec)

2020-05-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/services/jenkins-autoscaling/requests-2.20.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git. omit 1bd2beb Bump requests from 2.19.1 to 2.20.0

[incubator-mxnet-ci] branch dependabot/pip/services/jenkins-autoscaling/urllib3-1.24.2 updated (7ddc618 -> 6b1f39b)

2020-05-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/services/jenkins-autoscaling/urllib3-1.24.2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git. omit 7ddc618 Bump urllib3 from 1.23 to 1.24.2 in

[incubator-mxnet-ci] branch master updated (e4246ab -> 8722046)

2020-05-18 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git. from e4246ab Add the empty string assignment to execstart add 268ca6d serverless implementation for

[GitHub] [incubator-mxnet-ci] leezu merged pull request #25: Serverless implementation for jenkins pipeline monitor lambda

2020-05-18 Thread GitBox
leezu merged pull request #25: URL: https://github.com/apache/incubator-mxnet-ci/pull/25 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

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

2020-05-18 Thread GitBox
ciyongch commented on pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358#issuecomment-630528801 @TaoLv here's the PR for v1.x branch: https://github.com/apache/incubator-mxnet/pull/18359 This is

[incubator-mxnet] branch v1.7.x updated: Fix memory leaks in Gluon (#18328) (#18358)

2020-05-18 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv 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 c4d9270 Fix memory leaks in Gluon

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

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

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

2020-05-18 Thread GitBox
TaoLv merged pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358 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] yajiedesign opened a new pull request #18362: fix windows dll search path in python 3.8

2020-05-18 Thread GitBox
yajiedesign opened a new pull request #18362: URL: https://github.com/apache/incubator-mxnet/pull/18362 ## Description ## fix windows dll search path in python 3.8 ## Reference ## https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew ### Changes ### ##

[GitHub] [incubator-mxnet] yajiedesign commented on issue #18276: libmxnet.dll unable to load with python 3.8 - win10

2020-05-18 Thread GitBox
yajiedesign commented on issue #18276: URL: https://github.com/apache/incubator-mxnet/issues/18276#issuecomment-630522375 https://github.com/apache/incubator-mxnet/pull/18362 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18362: fix windows dll search path in python 3.8

2020-05-18 Thread GitBox
mxnet-bot commented on pull request #18362: URL: https://github.com/apache/incubator-mxnet/pull/18362#issuecomment-630522247 Hey @yajiedesign , 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] ciyongch commented on pull request #18328: Fix memory leaks in Gluon

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

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

2020-05-18 Thread GitBox
ciyongch commented on pull request #18358: URL: https://github.com/apache/incubator-mxnet/pull/18358#issuecomment-630520136 @TaoLv @pengzhao-intel please take a review and help to merge it :) This is an automated message

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2020-05-18 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7f5df07 [BUGFIX] Remove Profiler from the runtime feature list, since its always built (#18308) add

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

2020-05-18 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7f5df07 [BUGFIX] Remove Profiler from the runtime feature list, since its always built (#18308) add

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

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

[GitHub] [incubator-mxnet] leezu closed issue #18293: CD: Missing openblas

2020-05-18 Thread GitBox
leezu closed issue #18293: URL: https://github.com/apache/incubator-mxnet/issues/18293 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 merged pull request #18357: Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp [libmxnet.so]

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

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

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

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

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

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

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

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

2020-05-18 Thread GitBox
leezu commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-630483624 @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 #18339: update dockerfile for jetson

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

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

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

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

2020-05-18 Thread GitBox
JiangZhaoh commented on pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#issuecomment-630480325 @mxnet-bot run ci [centos-cpu, miscellaneous, unix-cpu] This is an automated message from the

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  1   2   >