[GitHub] [incubator-mxnet] david-seiler closed pull request #14579: PDF operators for each distribution

2019-04-04 Thread GitBox
david-seiler closed pull request #14579: PDF operators for each distribution URL: https://github.com/apache/incubator-mxnet/pull/14579 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] david-seiler commented on issue #14579: PDF operators for each distribution

2019-04-04 Thread GitBox
david-seiler commented on issue #14579: PDF operators for each distribution URL: https://github.com/apache/incubator-mxnet/pull/14579#issuecomment-479945854 The tests in Jenkins have been stuck ever single I switched this PR to master, and I haven't found a way to unstick them, so please

[GitHub] [incubator-mxnet] david-seiler opened a new pull request #14617: PDF operators for the random samplers, and also the Dirichlet

2019-04-04 Thread GitBox
david-seiler opened a new pull request #14617: PDF operators for the random samplers, and also the Dirichlet URL: https://github.com/apache/incubator-mxnet/pull/14617 ## Description ## This PR replaces https://github.com/apache/incubator-mxnet/pull/14579; when I retargeted that from

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #14545: Optimize transpose operator with MKL-DNN

2019-04-04 Thread GitBox
pengzhao-intel edited a comment on issue #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#issuecomment-479925238 It's really good! Regarding #14563, does the transpose run into MKLDNN? I think it's enough to check the

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14545: Optimize transpose operator with MKL-DNN

2019-04-04 Thread GitBox
pengzhao-intel commented on issue #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#issuecomment-479925238 It's really good! Regarding #14563, does the transpose run into MKLDNN?

[GitHub] [incubator-mxnet] TaoLv commented on issue #14545: Optimize transpose operator with MKL-DNN

2019-04-04 Thread GitBox
TaoLv commented on issue #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#issuecomment-479921467 @pengzhao-intel It mitigates the performance issue of transpose in #14496 but doesn't help #14563. Possibly #14563 is not caused by

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum

2019-04-04 Thread GitBox
TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#discussion_r272204561 ## File path: src/operator/quantization/quantized_sum.cc ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache

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

2019-04-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 bdbe03c Bump the publish

[GitHub] [incubator-mxnet] mdv3101 commented on issue #4659: gpu memory allocate will be error when using multiprocessing.Process

2019-04-04 Thread GitBox
mdv3101 commented on issue #4659: gpu memory allocate will be error when using multiprocessing.Process URL: https://github.com/apache/incubator-mxnet/issues/4659#issuecomment-479879378 Still facing issues unable to work and now have to change the entire architecture of the application

[GitHub] [incubator-mxnet] wkcn commented on issue #14492: use mkl sparse matrix to improve performance

2019-04-04 Thread GitBox
wkcn commented on issue #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#issuecomment-479802466 @eric-haibin-lin Hi! Would you mind reviewing this PR? Thank you!

[GitHub] [incubator-mxnet] szha commented on issue #14616: Safer norm

2019-04-04 Thread GitBox
szha commented on issue #14616: Safer norm URL: https://github.com/apache/incubator-mxnet/pull/14616#issuecomment-479785123 cc @ptrendx This is an automated message from the Apache Git Service. To respond to the message,

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

2019-04-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 c0db216 Bump the publish

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r272042752 ## File path: include/mxnet/engine.h ## @@ -206,6 +210,43 @@ class MXNET_API Engine {

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r272042076 ## File path: include/mxnet/engine.h ## @@ -120,6 +120,10 @@ class MXNET_API Engine {

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r272042076 ## File path: include/mxnet/engine.h ## @@ -120,6 +120,10 @@ class MXNET_API Engine {

[GitHub] [incubator-mxnet] haojin2 opened a new pull request #14616: Safer norm

2019-04-04 Thread GitBox
haojin2 opened a new pull request #14616: Safer norm URL: https://github.com/apache/incubator-mxnet/pull/14616 ## Description ## Resurrection of #14240 to solve #14126. With an extra argument of norm for specification of output data type. ## Checklist ## ### Essentials ###

[GitHub] [incubator-mxnet] yuxihu edited a comment on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu edited a comment on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-479775094 > Could you share what you tested to validate the change? Here is the

[GitHub] [incubator-mxnet] yuxihu commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-479775094 > Could you share what you tested to validate the change? Here is the [PR](https://github.com/horovod/horovod/pull/985)

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
eric-haibin-lin commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-479773925 Could you share what you tested to validate the change?

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
eric-haibin-lin commented on a change in pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r272037811 ## File path: include/mxnet/engine.h ## @@ -206,6 +210,43 @@ class MXNET_API

[GitHub] [incubator-mxnet] yuxihu commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu commented on issue #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-479772322 @eric-haibin-lin @szha @apeforest @ctcyang Please help review

[GitHub] [incubator-mxnet] yuxihu opened a new pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine

2019-04-04 Thread GitBox
yuxihu opened a new pull request #14615: Add PushAsyncPtr and PushSyncPtr APIs in engine URL: https://github.com/apache/incubator-mxnet/pull/14615 std::function definition is not compatible between GCC

[GitHub] [incubator-mxnet] haojin2 merged pull request #14449: GELU Operator

2019-04-04 Thread GitBox
haojin2 merged pull request #14449: GELU Operator URL: https://github.com/apache/incubator-mxnet/pull/14449 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[incubator-mxnet] branch master updated: GELU (#14449)

2019-04-04 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj 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 b3ab101 GELU (#14449) b3ab101 is

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14614: [MKLDNN] add quantized sum

2019-04-04 Thread GitBox
pengzhao-intel commented on issue #14614: [MKLDNN] add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#issuecomment-479761332 @mxnet-label-bot Add [Quantization, MKLDNN] This is an automated message

<    1   2