[GitHub] [incubator-mxnet] Tommliu commented on issue #17897: [Numpy] FFI: atleast_1/2/3d

2020-04-06 Thread GitBox
Tommliu commented on issue #17897: [Numpy] FFI: atleast_1/2/3d URL: https://github.com/apache/incubator-mxnet/pull/17897#issuecomment-610187801 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17897: [Numpy] FFI: atleast_1/2/3d

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17897: [Numpy] FFI: atleast_1/2/3d URL: https://github.com/apache/incubator-mxnet/pull/17897#issuecomment-610187826 Jenkins CI successfully triggered : [windows-gpu] This is an automated message

[GitHub] [incubator-mxnet] Tommliu commented on issue #17824: [Numpy] FFI: max/min/amax/amin

2020-04-06 Thread GitBox
Tommliu commented on issue #17824: [Numpy] FFI: max/min/amax/amin URL: https://github.com/apache/incubator-mxnet/pull/17824#issuecomment-610187308 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17873: [Numpy] FFI: array_split, v/h/dsplit

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17873: [Numpy] FFI: array_split, v/h/dsplit URL: https://github.com/apache/incubator-mxnet/pull/17873#issuecomment-610187549 Jenkins CI successfully triggered : [windows-gpu] This is an automated

[GitHub] [incubator-mxnet] Tommliu commented on issue #17873: [Numpy] FFI: array_split, v/h/dsplit

2020-04-06 Thread GitBox
Tommliu commented on issue #17873: [Numpy] FFI: array_split, v/h/dsplit URL: https://github.com/apache/incubator-mxnet/pull/17873#issuecomment-610187502 @mxnet-bot run ci [windows-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17824: [Numpy] FFI: max/min/amax/amin

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17824: [Numpy] FFI: max/min/amax/amin URL: https://github.com/apache/incubator-mxnet/pull/17824#issuecomment-610187340 Jenkins CI successfully triggered : [windows-gpu] This is an automated

[GitHub] [incubator-mxnet] Tommliu commented on issue #17793: [Numpy] OP_interp

2020-04-06 Thread GitBox
Tommliu commented on issue #17793: [Numpy] OP_interp URL: https://github.com/apache/incubator-mxnet/pull/17793#issuecomment-610187227 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17793: [Numpy] OP_interp

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17793: [Numpy] OP_interp URL: https://github.com/apache/incubator-mxnet/pull/17793#issuecomment-610187268 Jenkins CI successfully triggered : [windows-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] samskalicky commented on issue #17987: Dynamic subgraph accesses elements of empty vector

2020-04-06 Thread GitBox
samskalicky commented on issue #17987: Dynamic subgraph accesses elements of empty vector URL: https://github.com/apache/incubator-mxnet/issues/17987#issuecomment-610186382 Hi @leezu, @rondogency and I have discussed unifying the resource requests for custom ops and custom subgraph ops

[GitHub] [incubator-mxnet] leezu opened a new issue #17988: Row-sparse constant initializer accesses out of bound elements

2020-04-06 Thread GitBox
leezu opened a new issue #17988: Row-sparse constant initializer accesses out of bound elements URL: https://github.com/apache/incubator-mxnet/issues/17988 ## Description CI with updated toolchain (ie #17984) catches the bug. `vector: :_M_range_check: __n (which is 4) >=

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #17959: [MKLDNN] Add LSTMP to v1.6.x

2020-04-06 Thread GitBox
sandeep-krishnamurthy commented on issue #17959: [MKLDNN] Add LSTMP to v1.6.x URL: https://github.com/apache/incubator-mxnet/pull/17959#issuecomment-610177901 @eric-haibin-lin - Can you take a look at this PR please? @ChaiBapchya - Any pointers on why R tests are failing here?

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

2020-04-06 Thread GitBox
TaoLv commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-610171165 @emfomenk Thanks for the explanation. Do you think that enabling this option can improve

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17905: [Numpy] add op unpackbits

2020-04-06 Thread GitBox
haojin2 commented on a change in pull request #17905: [Numpy] add op unpackbits URL: https://github.com/apache/incubator-mxnet/pull/17905#discussion_r404528509 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -6799,6 +6799,56 @@ def bincount(x, weights=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17905: [Numpy] add op unpackbits

2020-04-06 Thread GitBox
haojin2 commented on a change in pull request #17905: [Numpy] add op unpackbits URL: https://github.com/apache/incubator-mxnet/pull/17905#discussion_r404528475 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -6799,6 +6799,56 @@ def bincount(x, weights=None,

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #17959: [MKLDNN] Add LSTMP to v1.6.x

2020-04-06 Thread GitBox
zixuanweeei commented on issue #17959: [MKLDNN] Add LSTMP to v1.6.x URL: https://github.com/apache/incubator-mxnet/pull/17959#issuecomment-610163409 After upgrading the MKLDNN (oneDNN) to the formal v1.4-rc, same failures appeared as mentioned above. I thinks it may be caused by the CI

[GitHub] [incubator-mxnet] haojin2 commented on issue #17084: [numpy] add op median

2020-04-06 Thread GitBox
haojin2 commented on issue #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#issuecomment-610162395 @TaoLv Is it possible for you to submit a single PR with only the update to 3rdparty/mkldnn ?

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

2020-04-06 Thread GitBox
emfomenk commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-610158825 @TaoLv, it is a developer's option to enable Intel MKL gemm back (instead of the

[GitHub] [incubator-mxnet] leezu opened a new issue #17987: Dynamic subgraph accesses elements of empty vector

2020-04-06 Thread GitBox
leezu opened a new issue #17987: Dynamic subgraph accesses elements of empty vector URL: https://github.com/apache/incubator-mxnet/issues/17987 ## Description Dynamic subgraph code accesses elements of empty vector, causing MXNet to abort. The PR only passed CI because of the

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

2020-04-06 Thread GitBox
TaoLv commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-610157462 @emfomenk What's `-D_DNNL_USE_MKL=FULL` for? I'm not aware of this option and guessing

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
sandeep-krishnamurthy commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610155361 @mxnet-bot run ci [unix-cpu] This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610155396 Jenkins CI successfully triggered : [unix-cpu] This is

[GitHub] [incubator-mxnet] TaoLv commented on issue #17986: Revert "[numpy] add op median (#17084)"

2020-04-06 Thread GitBox
TaoLv commented on issue #17986: Revert "[numpy] add op median (#17084)" URL: https://github.com/apache/incubator-mxnet/pull/17986#issuecomment-610154489 @ChaiBapchya @wuxun-zhang FYI. This is an automated message from the

[GitHub] [incubator-mxnet] TaoLv opened a new pull request #17986: Revert "[numpy] add op median (#17084)"

2020-04-06 Thread GitBox
TaoLv opened a new pull request #17986: Revert "[numpy] add op median (#17084)" URL: https://github.com/apache/incubator-mxnet/pull/17986 This reverts commit 08528c5cb9449e634f55cb72ceb2b1910d176f80. See: https://github.com/apache/incubator-mxnet/pull/17084#issuecomment-610154201

[GitHub] [incubator-mxnet] TaoLv commented on issue #17084: [numpy] add op median

2020-04-06 Thread GitBox
TaoLv commented on issue #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#issuecomment-610154201 @Yiyan66 @haojin2 It seems the submodule change is a mistake. I'm going the revert this PR to get the right version back and unblock related PRs. Please

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17986: Revert "[numpy] add op median (#17084)"

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17986: Revert "[numpy] add op median (#17084)" URL: https://github.com/apache/incubator-mxnet/pull/17986#issuecomment-610154316 Hey @TaoLv , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more

[GitHub] [incubator-mxnet] roywei commented on issue #17547: Fix cudnn Dropout reproducibility

2020-04-06 Thread GitBox
roywei commented on issue #17547: Fix cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/pull/17547#issuecomment-610147543 @ChaiBapchya @access2rohit Rebased! Thanks! This is an automated message

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17547: Fix cudnn Dropout reproducibility

2020-04-06 Thread GitBox
ChaiBapchya commented on issue #17547: Fix cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/pull/17547#issuecomment-610132949 @access2rohit without rebasing, the fix #17962 won't be included [for windows-gpu]

[GitHub] [incubator-mxnet] access2rohit commented on issue #17547: Fix cudnn Dropout reproducibility

2020-04-06 Thread GitBox
access2rohit commented on issue #17547: Fix cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/pull/17547#issuecomment-610124065 restarted CI jobs. @roywei can you get your PR merged once they pass CI

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17977: Relaxing type requirements for broadcast_like

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17977: Relaxing type requirements for broadcast_like URL: https://github.com/apache/incubator-mxnet/pull/17977#issuecomment-610120843 Jenkins CI successfully triggered : [unix-gpu] This is an

[GitHub] [incubator-mxnet] tobecontinued commented on issue #17977: Relaxing type requirements for broadcast_like

2020-04-06 Thread GitBox
tobecontinued commented on issue #17977: Relaxing type requirements for broadcast_like URL: https://github.com/apache/incubator-mxnet/pull/17977#issuecomment-610120796 @mxnet-bot run ci [unix-gpu] This is an automated

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

2020-04-06 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 6187aed Bump the

[incubator-mxnet] branch master updated (5adcbf8 -> c3c76a8)

2020-04-06 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 5adcbf8 GPU gemms true fp16 (#17466) add c3c76a8 Optimize AddTakeGrad Tensor Sum (#17906) No new

[GitHub] [incubator-mxnet] leezu merged pull request #17906: Optimize AddTakeGrad Tensor Sum

2020-04-06 Thread GitBox
leezu merged pull request #17906: Optimize AddTakeGrad Tensor Sum URL: https://github.com/apache/incubator-mxnet/pull/17906 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17902: [mkldnn] optimize for mkldnn batchnorm backward

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17902: [mkldnn] optimize for mkldnn batchnorm backward URL: https://github.com/apache/incubator-mxnet/pull/17902#issuecomment-610106955 Jenkins CI successfully triggered : [windows-cpu, website, unix-gpu, windows-gpu, centos-cpu, edge, miscellaneous,

[GitHub] [incubator-mxnet] rongzha1 commented on issue #17902: [mkldnn] optimize for mkldnn batchnorm backward

2020-04-06 Thread GitBox
rongzha1 commented on issue #17902: [mkldnn] optimize for mkldnn batchnorm backward URL: https://github.com/apache/incubator-mxnet/pull/17902#issuecomment-610106852 @mxnet-bot run ci [all] This is an automated message from

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
ChaiBapchya commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610104209 @vinitra haven't configured mxnet-bot to trigger the macosx yet. [It's not mandatory for merge either]. But if needed

[GitHub] [incubator-mxnet] wuxun-zhang commented on issue #17884: [MKL-DNN] Integrate Conv3d and Pool3d/1d

2020-04-06 Thread GitBox
wuxun-zhang commented on issue #17884: [MKL-DNN] Integrate Conv3d and Pool3d/1d URL: https://github.com/apache/incubator-mxnet/pull/17884#issuecomment-610103164 Thank you @ChaiBapchya for investigating this. 8e96ef should be OneDNN v1.2.2. Actually we are working on confirming with the PR

[incubator-mxnet] branch master updated (c244f9f -> 5adcbf8)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c244f9f [MXNET-#16795] Byteps-KVStore: Intergrate Byteps into mxnet as new type of kvstore backend

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #17466: Bert gemms true fp16

2020-04-06 Thread GitBox
eric-haibin-lin merged pull request #17466: Bert gemms true fp16 URL: https://github.com/apache/incubator-mxnet/pull/17466 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated (ff234db -> c244f9f)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from ff234db Skip test_gluon_data.py on OSX (#17969) add c244f9f [MXNET-#16795] Byteps-KVStore:

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

2020-04-06 Thread GitBox
eric-haibin-lin merged 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 This is an automated message

[GitHub] [incubator-mxnet] leezu closed issue #17985: Flaky test on MacOS: test_dataset_take

2020-04-06 Thread GitBox
leezu closed issue #17985: Flaky test on MacOS: test_dataset_take URL: https://github.com/apache/incubator-mxnet/issues/17985 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] leezu commented on issue #17985: Flaky test on MacOS: test_dataset_take

2020-04-06 Thread GitBox
leezu commented on issue #17985: Flaky test on MacOS: test_dataset_take URL: https://github.com/apache/incubator-mxnet/issues/17985#issuecomment-610100503 I suspect this is caused by the multiprocessing ``` 2020-04-04T02:24:07.0618480Z test_gluon_data.test_multi_worker ... ok

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #17985: Flaky test on MacOS: test_dataset_take

2020-04-06 Thread GitBox
eric-haibin-lin opened a new issue #17985: Flaky test on MacOS: test_dataset_take URL: https://github.com/apache/incubator-mxnet/issues/17985 ``` test_gluon_data.test_dataset_take ... ok (0.0002s) Bug: Gluon DataLoader terminates the process pool early while ... libc++abi.dylib:

[GitHub] [incubator-mxnet] rondogency commented on issue #17762: Custom Operator Random Number Generator Support

2020-04-06 Thread GitBox
rondogency commented on issue #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#issuecomment-610092971 @mxnet-bot run ci [unix-gpu] This is an automated message

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17762: Custom Operator Random Number Generator Support

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#issuecomment-610093020 Jenkins CI successfully triggered : [unix-gpu] This is an

[incubator-mxnet] branch master updated (03b8146 -> ff234db)

2020-04-06 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 03b8146 Skip test_kvstore_gpu.test_rsp_push_pull (#17983) add ff234db Skip test_gluon_data.py on

[incubator-mxnet] branch master updated (03b8146 -> ff234db)

2020-04-06 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 03b8146 Skip test_kvstore_gpu.test_rsp_push_pull (#17983) add ff234db Skip test_gluon_data.py on

[GitHub] [incubator-mxnet] szha merged pull request #17969: Skip test_gluon_data.py on OSX

2020-04-06 Thread GitBox
szha merged pull request #17969: Skip test_gluon_data.py on OSX URL: https://github.com/apache/incubator-mxnet/pull/17969 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] vinitra removed a comment on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
vinitra removed a comment on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610070412 @mxnet-bot run ci [macosx-x86_64] This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610070443 None of the jobs entered are supported. Jobs entered by user: [macosx-x86_64] CI supported Jobs: [sanity,

[GitHub] [incubator-mxnet] vinitra commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-04-06 Thread GitBox
vinitra commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-610070412 @mxnet-bot run ci [macosx-x86_64] This is an automated

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

2020-04-06 Thread GitBox
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610043780 @haojin2 Is there a way to pass the continuous build without retriggering the full CI?

[GitHub] [incubator-mxnet] szha commented on issue #17587: Need help: how to manually build whl

2020-04-06 Thread GitBox
szha commented on issue #17587: Need help: how to manually build whl URL: https://github.com/apache/incubator-mxnet/issues/17587#issuecomment-610031778 @leezu it's copied into the wheel from `3rdparty/dmlc-core/tracker/dmlc_tracker`.

[incubator-mxnet] branch master updated (84b0ddd -> 03b8146)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 84b0ddd Add USE_DIST_KVSTORE=ON to GPU build (#17911) add 03b8146 Skip

[incubator-mxnet] branch master updated (84b0ddd -> 03b8146)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 84b0ddd Add USE_DIST_KVSTORE=ON to GPU build (#17911) add 03b8146 Skip

[incubator-mxnet] branch master updated (84b0ddd -> 03b8146)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 84b0ddd Add USE_DIST_KVSTORE=ON to GPU build (#17911) add 03b8146 Skip

[incubator-mxnet] branch master updated (84b0ddd -> 03b8146)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 84b0ddd Add USE_DIST_KVSTORE=ON to GPU build (#17911) add 03b8146 Skip

[incubator-mxnet] branch master updated (84b0ddd -> 03b8146)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 84b0ddd Add USE_DIST_KVSTORE=ON to GPU build (#17911) add 03b8146 Skip

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #17983: Skip test_kvstore_gpu.test_rsp_push_pull

2020-04-06 Thread GitBox
eric-haibin-lin merged pull request #17983: Skip test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/17983 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated (1b107a0 -> 84b0ddd)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 1b107a0 Remove redundant condition in np_matrix_op.cc (#17933) add 84b0ddd Add USE_DIST_KVSTORE=ON

[incubator-mxnet] branch master updated (1b107a0 -> 84b0ddd)

2020-04-06 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 1b107a0 Remove redundant condition in np_matrix_op.cc (#17933) add 84b0ddd Add USE_DIST_KVSTORE=ON

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build

2020-04-06 Thread GitBox
eric-haibin-lin merged pull request #17911: Add USE_DIST_KVSTORE=ON to GPU build URL: https://github.com/apache/incubator-mxnet/pull/17911 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17884: [MKL-DNN] Integrate Conv3d and Pool3d/1d

2020-04-06 Thread GitBox
ChaiBapchya commented on issue #17884: [MKL-DNN] Integrate Conv3d and Pool3d/1d URL: https://github.com/apache/incubator-mxnet/pull/17884#issuecomment-609983862 PR https://github.com/apache/incubator-mxnet/pull/17084 updated 3rdparty/mkldnn from 8e96ef to cb2cc7 [1.1.0 to 1.1.2]

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17547: Fix cudnn Dropout reproducibility

2020-04-06 Thread GitBox
ChaiBapchya commented on issue #17547: Fix cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/pull/17547#issuecomment-609977294 @roywei with CI issue fixed. let's rebase to include the fix. Thanks!

[incubator-mxnet] branch master updated (4c0f763 -> 1b107a0)

2020-04-06 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 4c0f763 Fix a typo (#17979) add 1b107a0 Remove redundant condition in np_matrix_op.cc (#17933) No

[incubator-mxnet] branch master updated (4c0f763 -> 1b107a0)

2020-04-06 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 4c0f763 Fix a typo (#17979) add 1b107a0 Remove redundant condition in np_matrix_op.cc (#17933) No

[GitHub] [incubator-mxnet] leezu merged pull request #17933: param.axes check : redundant condition

2020-04-06 Thread GitBox
leezu merged pull request #17933: param.axes check : redundant condition URL: https://github.com/apache/incubator-mxnet/pull/17933 This is an automated message from the Apache Git Service. To respond to the message, please

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

2020-04-06 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 9dbaba4 Bump the

[GitHub] [incubator-mxnet] leezu opened a new pull request #17984: Raise toolchain requirements for MXNet 2

2020-04-06 Thread GitBox
leezu opened a new pull request #17984: Raise toolchain requirements for MXNet 2 URL: https://github.com/apache/incubator-mxnet/pull/17984 ## Description ## As per https://github.com/apache/incubator-mxnet/issues/17968, require C++17 compatible compiler. For cuda code, use C++14

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17984: Raise toolchain requirements for MXNet 2

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17984: Raise toolchain requirements for MXNet 2 URL: https://github.com/apache/incubator-mxnet/pull/17984#issuecomment-609966938 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more

[GitHub] [incubator-mxnet] szha closed issue #15589: [Discussion] 1.6.0 Roadmap

2020-04-06 Thread GitBox
szha closed issue #15589: [Discussion] 1.6.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/15589 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] szha commented on issue #17767: [WIP] Fix and optimize handling of vectorized memory accesses

2020-04-06 Thread GitBox
szha commented on issue #17767: [WIP] Fix and optimize handling of vectorized memory accesses URL: https://github.com/apache/incubator-mxnet/pull/17767#issuecomment-609962115 The windows CI has been updated w/ 64bit toolchain so this PR should be unblocked now

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17946: Change register_op_hook to take MXNet and Python types instead of C types

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17946: Change register_op_hook to take MXNet and Python types instead of C types URL: https://github.com/apache/incubator-mxnet/pull/17946#issuecomment-609941907 Jenkins CI successfully triggered : [unix-gpu, unix-cpu]

[GitHub] [incubator-mxnet] ptrendx commented on issue #17946: Change register_op_hook to take MXNet and Python types instead of C types

2020-04-06 Thread GitBox
ptrendx commented on issue #17946: Change register_op_hook to take MXNet and Python types instead of C types URL: https://github.com/apache/incubator-mxnet/pull/17946#issuecomment-609941845 @mxnet-bot run ci [unix-gpu, unix-cpu]

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-609941428 Jenkins CI successfully triggered : [unix-gpu]

[GitHub] [incubator-mxnet] ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-04-06 Thread GitBox
ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-609941366 @mxnet-bot run ci [unix-gpu] This is an automated

[GitHub] [incubator-mxnet] ptrendx commented on issue #17368: Faster GPU frozen BatchNorm

2020-04-06 Thread GitBox
ptrendx commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-609940534 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17368: Faster GPU frozen BatchNorm

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-609940621 Jenkins CI successfully triggered : [unix-gpu] This is an automated message

[GitHub] [incubator-mxnet] szha commented on issue #16864: [Discussion] 1.7.0 Roadmap

2020-04-06 Thread GitBox
szha commented on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-609930812 We will need to address the license issues from past releases as promised. https://github.com/apache/incubator-mxnet/labels/Licenses

[GitHub] [incubator-mxnet] chinakook commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position …

2020-04-06 Thread GitBox
chinakook commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position … URL: https://github.com/apache/incubator-mxnet/pull/17917#issuecomment-609926101 @hzfan I copy your code here. Can you fix that as @leezu said?

[GitHub] [incubator-mxnet] leezu opened a new pull request #17983: Skip test_kvstore_gpu.test_rsp_push_pull

2020-04-06 Thread GitBox
leezu opened a new pull request #17983: Skip test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/17983 ## Description ## Still flaky https://github.com/apache/incubator-mxnet/issues/14189 cc @eric-haibin-lin

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17983: Skip test_kvstore_gpu.test_rsp_push_pull

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17983: Skip test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/17983#issuecomment-609917419 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more

[incubator-mxnet] branch leezu-patch-3 created (now 3620fa1)

2020-04-06 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 3620fa1 Skip test_kvstore_gpu.test_rsp_push_pull This branch includes the following new commits:

[incubator-mxnet] 01/01: Skip test_kvstore_gpu.test_rsp_push_pull

2020-04-06 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 3620fa10f955280b3d8d7b7f894e523545ba4a94 Author: Leonard Lausen AuthorDate: Mon Apr 6 10:01:25 2020

[GitHub] [incubator-mxnet] leezu commented on issue #14189: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull

2020-04-06 Thread GitBox
leezu commented on issue #14189: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/issues/14189#issuecomment-609912816 `[2020-04-06T01:12:50.019Z] test_kvstore_gpu.test_rsp_push_pull ... *** Error in `python3.6': double

[GitHub] [incubator-mxnet] leezu commented on issue #17734: [MXNET-889] Implement ONNX export for gluon LSTM.

2020-04-06 Thread GitBox
leezu commented on issue #17734: [MXNET-889] Implement ONNX export for gluon LSTM. URL: https://github.com/apache/incubator-mxnet/pull/17734#issuecomment-609910148 Jenkins CI successfully triggered : [centos-gpu] This is an

[GitHub] [incubator-mxnet] leezu commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position …

2020-04-06 Thread GitBox
leezu commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position … URL: https://github.com/apache/incubator-mxnet/pull/17917#issuecomment-609909889 @chinakook instead of handling some peculiar windows encodings in the Python frontend, would it make

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #13707: [MXNET-1188] Maven Publishing Test Environments

2020-04-06 Thread GitBox
zachgk commented on a change in pull request #13707: [MXNET-1188] Maven Publishing Test Environments URL: https://github.com/apache/incubator-mxnet/pull/13707#discussion_r404237664 ## File path: ci/docker/install/ubuntu_base.sh ## @@ -0,0 +1,36 @@ +#!/usr/bin/env bash +

[GitHub] [incubator-mxnet] sandeep-krishnamurthy opened a new issue #17982: [RFC] MXNet website improvements

2020-04-06 Thread GitBox
sandeep-krishnamurthy opened a new issue #17982: [RFC] MXNet website improvements URL: https://github.com/apache/incubator-mxnet/issues/17982 ## Description This issue is being created to gather: 1. All the new feature requests/suggestions for MXNet website improvements and

[GitHub] [incubator-mxnet] leezu commented on issue #17978: Update METADATA - mxnet-1.5.0-py2.py3-none-any.whl - Raspberry Pi

2020-04-06 Thread GitBox
leezu commented on issue #17978: Update METADATA - mxnet-1.5.0-py2.py3-none-any.whl - Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/17978#issuecomment-609907726 Who owns and publishes to the pip install https://mxnet-public.s3.amazonaws.com/install/raspbian/ ? cc

[GitHub] [incubator-mxnet] leezu commented on issue #7493: cpp-package does not build with makefile build.

2020-04-06 Thread GitBox
leezu commented on issue #7493: cpp-package does not build with makefile build. URL: https://github.com/apache/incubator-mxnet/issues/7493#issuecomment-609907979 We will remove the Makefile build. Please use cmake instead.

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

2020-04-06 Thread GitBox
kpuatamazon edited a comment on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-609906743 > I don't think it's possible at this moment. Can we please have a

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

2020-04-06 Thread GitBox
kpuatamazon commented on issue #17980: When compiled with MKL, fully_connected calls DNNL while dot and batch_dot call MKL URL: https://github.com/apache/incubator-mxnet/issues/17980#issuecomment-609906743 > I don't think it's possible at this moment. Can we please have a build option

[incubator-mxnet] branch master updated (2fff11d -> 4c0f763)

2020-04-06 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 2fff11d [OpPerf] Fix axis_shape and function mismatch for LTS (#17894) add 4c0f763 Fix a typo

[incubator-mxnet] branch master updated (2fff11d -> 4c0f763)

2020-04-06 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 2fff11d [OpPerf] Fix axis_shape and function mismatch for LTS (#17894) add 4c0f763 Fix a typo

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17934: Remove duplicate condition

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17934: Remove duplicate condition URL: https://github.com/apache/incubator-mxnet/pull/17934#issuecomment-609901615 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from

[GitHub] [incubator-mxnet] leezu commented on issue #17933: param.axes check : redundant condition

2020-04-06 Thread GitBox
leezu commented on issue #17933: param.axes check : redundant condition URL: https://github.com/apache/incubator-mxnet/pull/17933#issuecomment-609901362 @mxnet-bot run ci [unix-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17933: param.axes check : redundant condition

2020-04-06 Thread GitBox
mxnet-bot commented on issue #17933: param.axes check : redundant condition URL: https://github.com/apache/incubator-mxnet/pull/17933#issuecomment-609901426 Jenkins CI successfully triggered : [unix-gpu] This is an automated

[GitHub] [incubator-mxnet] leezu commented on issue #17934: Remove duplicate condition

2020-04-06 Thread GitBox
leezu commented on issue #17934: Remove duplicate condition URL: https://github.com/apache/incubator-mxnet/pull/17934#issuecomment-609901555 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git

  1   2   >