[GitHub] [incubator-mxnet] tingying2020 closed pull request #15822: [Numpy] around

2019-09-08 Thread GitBox
tingying2020 closed pull request #15822: [Numpy] around URL: https://github.com/apache/incubator-mxnet/pull/15822 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15822: [Numpy] around

2019-09-08 Thread GitBox
tingying2020 commented on a change in pull request #15822: [Numpy] around URL: https://github.com/apache/incubator-mxnet/pull/15822#discussion_r322073518 ## File path: src/operator/numpy/np_around_op.cc ## @@ -0,0 +1,69 @@ +/* Review comment: Create a new branch for

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15822: [Numpy] around

2019-09-08 Thread GitBox
tingying2020 commented on a change in pull request #15822: [Numpy] around URL: https://github.com/apache/incubator-mxnet/pull/15822#discussion_r322073445 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -92,6 +92,43 @@ def is_int(dtype):

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #16104: Faster Transpose 2D

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r322073310 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -285,8 +322,9 @@ void TransposeImpl(RunContext ctx,

[GitHub] [incubator-mxnet] tingying2020 opened a new pull request #16126: [numpy] operator around

2019-09-08 Thread GitBox
tingying2020 opened a new pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126 Create a new branch and move around to np_elemwise_unary_op_basic. @haojin2 This is an

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #16104: Faster Transpose 2D

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r322073120 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,43 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide

2019-09-08 Thread GitBox
reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124#discussion_r322070283 ## File path: src/operator/numpy/np_true_divide.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide

2019-09-08 Thread GitBox
reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124#discussion_r322070128 ## File path: src/operator/numpy/np_true_divide.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide

2019-09-08 Thread GitBox
reminisce commented on a change in pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124#discussion_r322070128 ## File path: src/operator/numpy/np_true_divide.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] Caenorst commented on a change in pull request #16122: Add fast implementation of LARS

2019-09-08 Thread GitBox
Caenorst commented on a change in pull request #16122: Add fast implementation of LARS URL: https://github.com/apache/incubator-mxnet/pull/16122#discussion_r322069193 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -781,6 +784,240 @@ def update(self, index,

[GitHub] [incubator-mxnet] szha commented on issue #14443: Mxnet allclose

2019-09-08 Thread GitBox
szha commented on issue #14443: Mxnet allclose URL: https://github.com/apache/incubator-mxnet/pull/14443#issuecomment-529302395 there're merge conflicts that need to be resolved first. This is an automated message from the

[GitHub] [incubator-mxnet] iblis17 opened a new pull request #16125: julia: migrate build process to cmake

2019-09-08 Thread GitBox
iblis17 opened a new pull request #16125: julia: migrate build process to cmake URL: https://github.com/apache/incubator-mxnet/pull/16125 The original build process triggered by `Pkg.build` is done by GNU make. TODO - [ ] build with Julia's private `libopenblas`, and

[incubator-mxnet] 01/01: julia: migrate build process to cmake

2019-09-08 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/jl-cmake-build in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 82a8b6e9796d352beabc19351d729edcf9219990 Author: Iblis Lin AuthorDate: Mon Sep 9 05:01:02 2019 +

[incubator-mxnet] branch ib/jl-cmake-build created (now 82a8b6e)

2019-09-08 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-cmake-build in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 82a8b6e julia: migrate build process to cmake This branch includes the following new commits:

[GitHub] [incubator-mxnet] sxjscience commented on issue #14883: [Discussion] Overhead in MXNet Execution

2019-09-08 Thread GitBox
sxjscience commented on issue #14883: [Discussion] Overhead in MXNet Execution URL: https://github.com/apache/incubator-mxnet/issues/14883#issuecomment-529292638 The overhead is `33.87945038931711` after we used the default Engine (comment NaiveEngine line)

[GitHub] [incubator-mxnet] hzfan edited a comment on issue #16100: Infra for tvm op runtime dispatch

2019-09-08 Thread GitBox
hzfan edited a comment on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-529280309 > @hzfan Thanks for explanation. My next question is, how do I know which schedule is the best one for a certain input shape? Static

[GitHub] [incubator-mxnet] hzfan commented on issue #16100: Infra for tvm op runtime dispatch

2019-09-08 Thread GitBox
hzfan commented on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-529280309 > @hzfan Thanks for explanation. My next question is, how do I know which schedule is the best one for a certain input shape? Static rule

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15901: [Numpy] operator hypot

2019-09-08 Thread GitBox
tingying2020 commented on a change in pull request #15901: [Numpy] operator hypot URL: https://github.com/apache/incubator-mxnet/pull/15901#discussion_r322048822 ## File path: src/operator/numpy/np_elemwise_broadcast_op.cc ## @@ -182,5 +182,59 @@

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15819: [Numpy]flip

2019-09-08 Thread GitBox
tingying2020 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r322048708 ## File path: src/operator/numpy/np_matrix_op-inl.h ## @@ -60,6 +60,82 @@ void NumpyTranspose(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] tingying2020 opened a new pull request #16124: [numpy] [tvm] operator true_divide

2019-09-08 Thread GitBox
tingying2020 opened a new pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124 Numpy operator true_divide forward implemented with tvm. Add TVMBinaryBroadcastCompute and TVMBinaryBroadcastScalarCompute derive from "Add

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16108: Subgraph API creates duplicate inputs and outputs

2019-09-08 Thread GitBox
ZhennanQin commented on issue #16108: Subgraph API creates duplicate inputs and outputs URL: https://github.com/apache/incubator-mxnet/issues/16108#issuecomment-529267399 We found the same issue when implementing MKLDNN subgraph backend. To address this, we introduced 2 APIs:

[GitHub] [incubator-mxnet] smartwell commented on issue #13482: [Feature Request] Release gpu memory by API.

2019-09-08 Thread GitBox
smartwell commented on issue #13482: [Feature Request] Release gpu memory by API. URL: https://github.com/apache/incubator-mxnet/issues/13482#issuecomment-529267023 +1 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ElaineBao commented on issue #16113: [Flaky] test_mkldnn.test_activation

2019-09-08 Thread GitBox
ElaineBao commented on issue #16113: [Flaky] test_mkldnn.test_activation URL: https://github.com/apache/incubator-mxnet/issues/16113#issuecomment-529266765 > FYI @ElaineBao , using `MXNET_TEST_SEED=851486559` could produce failed test of this. And I also tested it with

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch

2019-09-08 Thread GitBox
ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-529266359 @hzfan Thanks for explanation. My next question is, how do I know which schedule is the best one for a certain input shape? Static rule

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16123: test_gluon_gpu.test_ctc_loss seg fault

2019-09-08 Thread GitBox
ChaiBapchya commented on issue #16123: test_gluon_gpu.test_ctc_loss seg fault URL: https://github.com/apache/incubator-mxnet/issues/16123#issuecomment-529263068 Caused by not merging with the updated master. Code coverage to be ignored merged #16107

[GitHub] [incubator-mxnet] ChaiBapchya closed issue #16123: test_gluon_gpu.test_ctc_loss seg fault

2019-09-08 Thread GitBox
ChaiBapchya closed issue #16123: test_gluon_gpu.test_ctc_loss seg fault URL: https://github.com/apache/incubator-mxnet/issues/16123 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #16123: test_gluon_gpu.test_ctc_loss seg fault

2019-09-08 Thread GitBox
ChaiBapchya opened a new issue #16123: test_gluon_gpu.test_ctc_loss seg fault URL: https://github.com/apache/incubator-mxnet/issues/16123 ``` test_gluon_gpu.test_ctc_loss ... /work/runtime_functions.sh: line 1128: 6 Segmentation fault (core dumped) python3.6 -m "nose"

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16123: test_gluon_gpu.test_ctc_loss seg fault

2019-09-08 Thread GitBox
mxnet-label-bot commented on issue #16123: test_gluon_gpu.test_ctc_loss seg fault URL: https://github.com/apache/incubator-mxnet/issues/16123#issuecomment-529259026 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #14443: Mxnet allclose

2019-09-08 Thread GitBox
ChaiBapchya commented on issue #14443: Mxnet allclose URL: https://github.com/apache/incubator-mxnet/pull/14443#issuecomment-529255265 @szha @mseth10 Good to merge? Pl review This is an automated message from the Apache Git

[incubator-mxnet] branch master updated (5806200 -> 1c67928)

2019-09-08 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 5806200 [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala (#16041) add 1c67928

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #15559: [MXNET-1294] Add PushPull API

2019-09-08 Thread GitBox
eric-haibin-lin merged pull request #15559: [MXNET-1294] Add PushPull API URL: https://github.com/apache/incubator-mxnet/pull/15559 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #15559: [MXNET-1294] Add PushPull API

2019-09-08 Thread GitBox
eric-haibin-lin commented on issue #15559: [MXNET-1294] Add PushPull API URL: https://github.com/apache/incubator-mxnet/pull/15559#issuecomment-529247747 @anandj91 thanks for the awesome contribution! This is an automated

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322032045 ## File path: cmake/cmake_options_osx.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322031823 ## File path: docs/install/osx_setup.md ## @@ -77,6 +77,10 @@ Install the dependencies,

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322031777 ## File path: docs/install/osx_setup.md ## @@ -100,14 +104,21 @@ After you have installed the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest edited a comment on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the

[GitHub] [incubator-mxnet] apeforest commented on issue #14535: [DOC] Updated install instructions for mac

2019-09-08 Thread GitBox
apeforest commented on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-529246006 My earlier approval was based on your assumption that python2 is no longer supported by mxnet. However, reading the latest

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #16122: Add fast implementation of LARS

2019-09-08 Thread GitBox
anirudhacharya commented on a change in pull request #16122: Add fast implementation of LARS URL: https://github.com/apache/incubator-mxnet/pull/16122#discussion_r322031022 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -781,6 +784,240 @@ def update(self, index,

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #16122: Add fast implementation of LARS

2019-09-08 Thread GitBox
anirudhacharya commented on a change in pull request #16122: Add fast implementation of LARS URL: https://github.com/apache/incubator-mxnet/pull/16122#discussion_r322031022 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -781,6 +784,240 @@ def update(self, index,

[GitHub] [incubator-mxnet] Caenorst opened a new pull request #16122: Add fast implementation of LARS

2019-09-08 Thread GitBox
Caenorst opened a new pull request #16122: Add fast implementation of LARS URL: https://github.com/apache/incubator-mxnet/pull/16122 ## Description ## Add a Fast implementation of LARS. ## Checklist ## ### Essentials ### - [X] Changes are complete (i.e. I finished coding on

[GitHub] [incubator-mxnet] marcoabreu edited a comment on issue #16083: can't run CI scripts on Windows

2019-09-08 Thread GitBox
marcoabreu edited a comment on issue #16083: can't run CI scripts on Windows URL: https://github.com/apache/incubator-mxnet/issues/16083#issuecomment-529225884 Build.py doesn't support Windows and it's also not trivial not planned due to the deep integration of our scripts into the host

[GitHub] [incubator-mxnet] marcoabreu closed issue #16083: can't run CI scripts on Windows

2019-09-08 Thread GitBox
marcoabreu closed issue #16083: can't run CI scripts on Windows URL: https://github.com/apache/incubator-mxnet/issues/16083 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16083: can't run CI scripts on Windows

2019-09-08 Thread GitBox
marcoabreu commented on issue #16083: can't run CI scripts on Windows URL: https://github.com/apache/incubator-mxnet/issues/16083#issuecomment-529225884 Build.py doesn't support Windows and it's also not trivial not planned due to the deep integration of our scripts into the host

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread

2019-09-08 Thread GitBox
marcoabreu commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread URL: https://github.com/apache/incubator-mxnet/issues/16087#issuecomment-529225700 Hi, can you provide us with a reproducible example?

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16102: Usability degradation

2019-09-08 Thread GitBox
marcoabreu commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-529225651 Agree, I think the issue is how we compile. Seems like we're stripping debug symbols.

[GitHub] [incubator-mxnet] gyshi commented on issue #16118: [Numpy] implement numpy op sinc with tvm

2019-09-08 Thread GitBox
gyshi commented on issue #16118: [Numpy] implement numpy op sinc with tvm URL: https://github.com/apache/incubator-mxnet/pull/16118#issuecomment-529205295 @reminisce @yzhliu thx for reviewing This is an automated message

[incubator-mxnet] branch mkldnn-v1.0 updated: [mkldnn-v1.0] Update MKL-DNN to v1.0.2 (#16012)

2019-09-08 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a commit to branch mkldnn-v1.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/mkldnn-v1.0 by this push: new 249f375 [mkldnn-v1.0]

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #16012: [mkldnn-v1.0] Update MKL-DNN to v1.0.2

2019-09-08 Thread GitBox
pengzhao-intel merged pull request #16012: [mkldnn-v1.0] Update MKL-DNN to v1.0.2 URL: https://github.com/apache/incubator-mxnet/pull/16012 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] TaoLv commented on issue #16012: [mkldnn-v1.0] Update MKL-DNN to v1.0.2

2019-09-08 Thread GitBox
TaoLv commented on issue #16012: [mkldnn-v1.0] Update MKL-DNN to v1.0.2 URL: https://github.com/apache/incubator-mxnet/pull/16012#issuecomment-529201307 @pengzhao-intel This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] gyshi removed a comment on issue #16118: [Numpy] implement numpy op sinc with tvm

2019-09-08 Thread GitBox
gyshi removed a comment on issue #16118: [Numpy] implement numpy op sinc with tvm URL: https://github.com/apache/incubator-mxnet/pull/16118#issuecomment-529167581 @mxnet-label-bot add label numpy This is an automated

[incubator-mxnet] branch terrytangyuan-patch-1 deleted (was d24c7b7)

2019-09-08 Thread terrytangyuan
This is an automated email from the ASF dual-hosted git repository. terrytangyuan pushed a change to branch terrytangyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was d24c7b7 [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala The

[incubator-mxnet] branch master updated: [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala (#16041)

2019-09-08 Thread terrytangyuan
This is an automated email from the ASF dual-hosted git repository. terrytangyuan 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 5806200 [DOC] Consistent

[GitHub] [incubator-mxnet] terrytangyuan merged pull request #16041: [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala

2019-09-08 Thread GitBox
terrytangyuan merged pull request #16041: [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala URL: https://github.com/apache/incubator-mxnet/pull/16041 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mahmoodn opened a new issue #16121: Using custom gcc version

2019-09-08 Thread GitBox
mahmoodn opened a new issue #16121: Using custom gcc version URL: https://github.com/apache/incubator-mxnet/issues/16121 Is there any way to use custom gcc version instead of the default on the system? A method other than exporting CC, CXX.

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15694: Improve openblas CMake logic, add generic blas option.

2019-09-08 Thread GitBox
marcoabreu commented on a change in pull request #15694: Improve openblas CMake logic, add generic blas option. URL: https://github.com/apache/incubator-mxnet/pull/15694#discussion_r321999659 ## File path: 3rdparty/mshadow/cmake/mshadow.cmake ## @@ -1,34 +1,40 @@

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15808: Add option to choose between OMP implementations

2019-09-08 Thread GitBox
marcoabreu commented on issue #15808: Add option to choose between OMP implementations URL: https://github.com/apache/incubator-mxnet/pull/15808#issuecomment-529185317 Another proposal to avoid the difficult personal situation is to hand this issues over to somebody else. Maybe another

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15808: Add option to choose between OMP implementations

2019-09-08 Thread GitBox
marcoabreu commented on issue #15808: Add option to choose between OMP implementations URL: https://github.com/apache/incubator-mxnet/pull/15808#issuecomment-529185098 While I try to not engage in the discussion above whether this is a match to the previously vetoed PR, I agree that I see

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15808: Add option to choose between OMP implementations

2019-09-08 Thread GitBox
marcoabreu commented on issue #15808: Add option to choose between OMP implementations URL: https://github.com/apache/incubator-mxnet/pull/15808#issuecomment-529184336 If the submodule update fixes the build, please put it in a separate PR as already stated.

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15808: Add option to choose between OMP implementations

2019-09-08 Thread GitBox
marcoabreu commented on a change in pull request #15808: Add option to choose between OMP implementations URL: https://github.com/apache/incubator-mxnet/pull/15808#discussion_r321999007 ## File path: CMakeLists.txt ## @@ -432,14 +432,13 @@ endif() # ---[ OpenMP

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #16113: [Flaky] test_mkldnn.test_activation

2019-09-08 Thread GitBox
zixuanweeei commented on issue #16113: [Flaky] test_mkldnn.test_activation URL: https://github.com/apache/incubator-mxnet/issues/16113#issuecomment-529183907 FYI @ElaineBao , using `MXNET_TEST_SEED=851486559` could produce failed test of this. And I also tested it with

[GitHub] [incubator-mxnet] larroy commented on issue #15167: Pointwise fusion for GPU

2019-09-08 Thread GitBox
larroy commented on issue #15167: Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#issuecomment-529180384 @cjolivier01 you are no longer active in this project and are just blocking PRs and preventing contributions, do the right thing for the community and

[GitHub] [incubator-mxnet] larroy commented on issue #15808: Add option to choose between OMP implementations

2019-09-08 Thread GitBox
larroy commented on issue #15808: Add option to choose between OMP implementations URL: https://github.com/apache/incubator-mxnet/pull/15808#issuecomment-529179279 @cjolivier01 stop holding this project hostage. This will be reported to the relevant decision makers in Apache. I hope your

[GitHub] [incubator-mxnet] larroy commented on issue #15694: Improve openblas CMake logic, add generic blas option.

2019-09-08 Thread GitBox
larroy commented on issue #15694: Improve openblas CMake logic, add generic blas option. URL: https://github.com/apache/incubator-mxnet/pull/15694#issuecomment-529178921 There's openblas, and libblas from netlib. Two different libraries.