[GitHub] [incubator-mxnet] TaoLv commented on issue #16146: Website build on CI is down due to Julia error

2020-02-08 Thread GitBox
TaoLv commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583805903 #17549 is merged but looks like the issue is still there.

[GitHub] [incubator-mxnet] ChaokunChang commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
ChaokunChang commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376751868 ## File path: tools/launch.py ## @@ -64,13

[GitHub] [incubator-mxnet] haojin2 merged pull request #17535: add op isnan isinf

2020-02-08 Thread GitBox
haojin2 merged pull request #17535: add op isnan isinf URL: https://github.com/apache/incubator-mxnet/pull/17535 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-mxnet] branch master updated (9883b99 -> c92f954)

2020-02-08 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9883b99 add mkldnn softmax backward (#17170) add c92f954 add op isnan isinf (#17535) No new

[incubator-mxnet] branch master updated (2219f1a -> 9883b99)

2020-02-08 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 2219f1a cmake: staticbuild for binary distribution (#17448) add 9883b99 add mkldnn softmax backward

[GitHub] [incubator-mxnet] TaoLv closed issue #13365: Missing MKLDNN implementation for backward softmax operator

2020-02-08 Thread GitBox
TaoLv closed issue #13365: Missing MKLDNN implementation for backward softmax operator URL: https://github.com/apache/incubator-mxnet/issues/13365 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] TaoLv merged pull request #17170: add mkldnn softmax backward

2020-02-08 Thread GitBox
TaoLv merged pull request #17170: add mkldnn softmax backward URL: https://github.com/apache/incubator-mxnet/pull/17170 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated (9b38df0 -> 2219f1a)

2020-02-08 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 9b38df0 MXNET-1444/MXNET-1445: replace NULL by nullptr (#17543) add 2219f1a cmake: staticbuild for

[incubator-mxnet] branch master updated (ebc77b7 -> 9b38df0)

2020-02-08 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 ebc77b7 Update Windows CI scripts to use syntax compatible with Win 2019 server powershell. (#17526)

[GitHub] [incubator-mxnet] leezu merged pull request #17448: cmake: staticbuild for binary distribution

2020-02-08 Thread GitBox
leezu merged pull request #17448: cmake: staticbuild for binary distribution URL: https://github.com/apache/incubator-mxnet/pull/17448 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-mxnet] branch master updated (ebc77b7 -> 9b38df0)

2020-02-08 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 ebc77b7 Update Windows CI scripts to use syntax compatible with Win 2019 server powershell. (#17526)

[GitHub] [incubator-mxnet] leezu merged pull request #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-08 Thread GitBox
leezu merged pull request #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731392 ## File path: python/mxnet/kvstore/base.py

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731770 ## File path: tools/launch.py ## @@

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731331 ## File path: ci/docker/runtime_functions.sh

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731785 ## File path: tools/launch.py ## @@

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731697 ## File path:

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
eric-haibin-lin commented on a change in pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555#discussion_r376731351 ## File path: python/mxnet/kvstore/__init__.py

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17553: Operator diag_indices_from [Numpy]

2020-02-08 Thread GitBox
haojin2 commented on a change in pull request #17553: Operator diag_indices_from [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17553#discussion_r376742177 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -4410,6 +4410,45 @@ def unravel_index(indices,

[GitHub] [incubator-mxnet] leezu commented on issue #17396: refactor: handle mshadow as cmake target

2020-02-08 Thread GitBox
leezu commented on issue #17396: refactor: handle mshadow as cmake target URL: https://github.com/apache/incubator-mxnet/pull/17396#issuecomment-583767813 I'll merge this based on lazy consensus in 72 hours. This is an

[incubator-mxnet] branch master updated (5b50600 -> ebc77b7)

2020-02-08 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 5b50600 pin Markdown version to 3.1 in Julia doc build (#17549) add ebc77b7 Update Windows CI

[incubator-mxnet] branch master updated (5b50600 -> ebc77b7)

2020-02-08 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 5b50600 pin Markdown version to 3.1 in Julia doc build (#17549) add ebc77b7 Update Windows CI

[GitHub] [incubator-mxnet] leezu merged pull request #17526: Update Win CI scripts to use syntax compatible with Win2019 server PS.

2020-02-08 Thread GitBox
leezu merged pull request #17526: Update Win CI scripts to use syntax compatible with Win2019 server PS. URL: https://github.com/apache/incubator-mxnet/pull/17526 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #17550: Adding scripts for nightly pip wheel builds

2020-02-08 Thread GitBox
samskalicky edited a comment on issue #17550: Adding scripts for nightly pip wheel builds URL: https://github.com/apache/incubator-mxnet/pull/17550#issuecomment-583761685 > This is redundant to the CD solution that exists on Jenkins and would distract the efforts and cause confusion.

[GitHub] [incubator-mxnet] samskalicky commented on issue #17550: Adding scripts for nightly pip wheel builds

2020-02-08 Thread GitBox
samskalicky commented on issue #17550: Adding scripts for nightly pip wheel builds URL: https://github.com/apache/incubator-mxnet/pull/17550#issuecomment-583761685 > This is redundant to the CD solution that exists on Jenkins and would distract the efforts and cause confusion. I

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #17170: add mkldnn softmax backward

2020-02-08 Thread GitBox
rongzha1 commented on a change in pull request #17170: add mkldnn softmax backward URL: https://github.com/apache/incubator-mxnet/pull/17170#discussion_r376709516 ## File path: src/operator/nn/mkldnn/mkldnn_softmax.cc ## @@ -131,6 +143,80 @@ void

[GitHub] [incubator-mxnet] ChaokunChang opened a new pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

2020-02-08 Thread GitBox
ChaokunChang opened a new pull request #17555: [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend URL: https://github.com/apache/incubator-mxnet/pull/17555 ## Description ## Add an new type of KVStore: Byteps KVstore. As proposed in

[GitHub] [incubator-mxnet] olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-08 Thread GitBox
olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583719868 windows-gpu job fails with: > > [2020-02-08T07:58:57.240Z] test_operator_gpu.test_rnnrelu_dropout ... >

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17170: add mkldnn softmax backward

2020-02-08 Thread GitBox
pengzhao-intel commented on issue #17170: add mkldnn softmax backward URL: https://github.com/apache/incubator-mxnet/pull/17170#issuecomment-583722321 @TaoLv were all concerns resolved now? This is an automated message from

[GitHub] [incubator-mxnet] olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-08 Thread GitBox
olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583719868 windows-gpu job fails with: > > [2020-02-08T07:58:57.240Z] test_operator_gpu.test_rnnrelu_dropout ... >

[GitHub] [incubator-mxnet] olk commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-08 Thread GitBox
olk commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583719868 windows-gpu job fails with: > > [2020-02-08T07:58:57.240Z] test_operator_gpu.test_rnnrelu_dropout ... >