[GitHub] [incubator-mxnet] fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378698967 ## File path: scala-package/pom.xml ## @@ -423,23 +590,11 @@ 1.7.7

[GitHub] [incubator-mxnet] fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378698967 ## File path: scala-package/pom.xml ## @@ -423,23 +590,11 @@ 1.7.7

[GitHub] [incubator-mxnet] samskalicky opened a new pull request #17585: [WIP] Dynamic subgraph property doc

2020-02-12 Thread GitBox
samskalicky opened a new pull request #17585: [WIP] Dynamic subgraph property doc URL: https://github.com/apache/incubator-mxnet/pull/17585 ## Description ## Add a brief tutorial doc on Custom partitioning tutorial and examples ## This PR is not - Updating docs on the MXNet

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
xidulu commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378687862 ## File path: python/mxnet/numpy/random.py ## @@ -22,6 +22,7 @@ __all__ = ["randint", "uniform",

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
xidulu commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378687598 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -24,6 +24,7 @@ __all__ = ['randint',

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17328: [numpy] add op pad

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17328: [numpy] add op pad URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r378687060 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -0,0 +1,725 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17328: [numpy] add op pad

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17328: [numpy] add op pad URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r378686854 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -0,0 +1,725 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17328: [numpy] add op pad

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17328: [numpy] add op pad URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r378686154 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -0,0 +1,725 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
fomkin commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378685736 ## File path: scala-package/assembly/pom.xml ## @@ -26,7 +26,7 @@ ../pom.xml

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

2020-02-12 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 dc8462c Bump the

[GitHub] [incubator-mxnet] TaoLv commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-02-12 Thread GitBox
TaoLv commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-585579742 Thank you for the ping, @szha. Generally speaking at a high level, I don't think mxnet needs another int gemm

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17328: [numpy] add op pad

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17328: [numpy] add op pad URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r378678841 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -0,0 +1,725 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support

2020-02-12 Thread GitBox
samskalicky commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#discussion_r378678068 ## File path: example/extensions/lib_custom_op/README.md ## @@ -28,139 +28,340 @@

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
reminisce commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r378665805 ## File path: src/imperative/imperative.cc ## @@ -544,4 +681,60 @@ std::vector Imperative::Backward(

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
reminisce commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r378673220 ## File path: src/c_api/c_api_ndarray.cc ## @@ -428,3 +436,42 @@ int MXCachedOpRegisterOpHook(NDArrayHandle

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
reminisce commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r37817 ## File path: python/mxnet/_deferred_compute.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
reminisce commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r378659684 ## File path: include/mxnet/imperative.h ## @@ -88,6 +89,77 @@ class Imperative { &&

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
reminisce commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r378670188 ## File path: src/imperative/imperative.cc ## @@ -273,10 +288,132 @@ void Imperative::RecordOp(

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17328: [numpy] add op pad

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17328: [numpy] add op pad URL: https://github.com/apache/incubator-mxnet/pull/17328#discussion_r378677706 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -0,0 +1,725 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675708 ## File path: python/mxnet/symbol/numpy/random.py ## @@ -382,6 +383,42 @@ def gamma(shape, scale=1.0,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675457 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -279,6 +280,44 @@ def multinomial(n, pvals,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675122 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675086 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675242 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -3624,6 +3624,44 @@ def

[GitHub] [incubator-mxnet] apeforest merged pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops

2020-02-12 Thread GitBox
apeforest merged pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops URL: https://github.com/apache/incubator-mxnet/pull/17542 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated (eecf2ed -> 93c123d)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from eecf2ed add np.random.chisquare (#17524) add 93c123d [OpPerf] Add norm, cast ops, remaining

[GitHub] [incubator-mxnet] samskalicky commented on issue #17486: Update CustomOp doc with changes for GPU support

2020-02-12 Thread GitBox
samskalicky commented on issue #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#issuecomment-585571802 > Ok, thank you. I want to create a custom operator calling another operator which input NDArray. Both operator is async

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
leezu commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378662806 ## File path: ci/docker/runtime_functions.sh ## @@ -43,11 +43,10 @@ scala_prepare() { check_cython() { set -ex -

[incubator-mxnet] branch master updated (b436ca9 -> eecf2ed)

2020-02-12 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 b436ca9 Ignore config.cmake in git and remove old files (#17570) add eecf2ed add np.random.chisquare

[incubator-mxnet] branch master updated (b436ca9 -> eecf2ed)

2020-02-12 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 b436ca9 Ignore config.cmake in git and remove old files (#17570) add eecf2ed add np.random.chisquare

[GitHub] [incubator-mxnet] haojin2 merged pull request #17524: add np.random.chisquare

2020-02-12 Thread GitBox
haojin2 merged pull request #17524: add np.random.chisquare URL: https://github.com/apache/incubator-mxnet/pull/17524 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-12 Thread GitBox
pengzhao-intel commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-58475 > > I'm ok with the result. @TaoLv any concern? > > It's still 1.36x slower. I will take another look today. >

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op URL: https://github.com/apache/incubator-mxnet/pull/17573#discussion_r378652870 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -6160,4 +6160,56 @@ def bincount(x, weights=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op URL: https://github.com/apache/incubator-mxnet/pull/17573#discussion_r378652916 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -6160,4 +6160,56 @@ def bincount(x, weights=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op URL: https://github.com/apache/incubator-mxnet/pull/17573#discussion_r378652813 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -6160,4 +6160,56 @@ def bincount(x, weights=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17573: [Numpy] Add cross product op URL: https://github.com/apache/incubator-mxnet/pull/17573#discussion_r378652550 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -44,7 +44,7 @@ 'tril', 'identity', 'take',

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
ChaiBapchya commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378651541 ## File path: ci/docker/runtime_functions.sh ## @@ -43,11 +43,10 @@ scala_prepare() { check_cython() { set -ex

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17511: Implement all miscellaneous ops

2020-02-12 Thread GitBox
ChaiBapchya commented on a change in pull request #17511: Implement all miscellaneous ops URL: https://github.com/apache/incubator-mxnet/pull/17511#discussion_r378650836 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -437,6 +458,26 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17385: [NumPy] add random.geometric op

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17385: [NumPy] add random.geometric op URL: https://github.com/apache/incubator-mxnet/pull/17385#discussion_r378649583 ## File path: src/operator/numpy/random/np_geometric_op.h ## @@ -0,0 +1,173 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
leezu commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378646079 ## File path: ci/docker/runtime_functions.sh ## @@ -43,11 +43,10 @@ scala_prepare() { check_cython() { set -ex -

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
ChaiBapchya commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378644844 ## File path: ci/docker/runtime_functions.sh ## @@ -43,11 +43,10 @@ scala_prepare() { check_cython() { set -ex

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17511: Implement all miscellaneous ops

2020-02-12 Thread GitBox
larroy commented on a change in pull request #17511: Implement all miscellaneous ops URL: https://github.com/apache/incubator-mxnet/pull/17511#discussion_r378644065 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -437,6 +458,26 @@ def

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
leezu commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378643783 ## File path: docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst ## @@ -391,7 +390,7 @@ testing datasets.

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
larroy commented on a change in pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583#discussion_r378642977 ## File path: docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst ## @@ -391,7 +390,7 @@ testing datasets.

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

2020-02-12 Thread GitBox
TaoLv commented on issue #17396: refactor: handle mshadow as cmake target URL: https://github.com/apache/incubator-mxnet/pull/17396#issuecomment-585530538 Personally I will recommend static linking just as the default behavior of makefile. :)

[GitHub] [incubator-mxnet] sxjscience opened a new issue #17584: [Numpy] broadcast_arrays is not in symbolic interface + no broadcast_like

2020-02-12 Thread GitBox
sxjscience opened a new issue #17584: [Numpy] broadcast_arrays is not in symbolic interface + no broadcast_like URL: https://github.com/apache/incubator-mxnet/issues/17584 ## Description broadcast_like is very useful for broadcasting arrays in the symbolic interface. I think we should

[GitHub] [incubator-mxnet] leezu opened a new pull request #17583: Python 2 cleanup

2020-02-12 Thread GitBox
leezu opened a new pull request #17583: Python 2 cleanup URL: https://github.com/apache/incubator-mxnet/pull/17583 ## Description ## This PR drops some Python 2 compatibility code from the codebase. Makes the code easier to read. ### Changes ### - [X] Drop some python 2

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

2020-02-12 Thread GitBox
Kh4L commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-585517849 @Jerryzcn no, we didn't really look into it, as we thought that you were taking over this task There is an open issue here

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17511: Implement all miscellaneous ops

2020-02-12 Thread GitBox
connorgoggins commented on issue #17511: Implement all miscellaneous ops URL: https://github.com/apache/incubator-mxnet/pull/17511#issuecomment-585515242 @ChaiBapchya all perf results are updated! This is an automated message

[GitHub] [incubator-mxnet] TaoLv commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-12 Thread GitBox
TaoLv commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-585510015 > I'm ok with the result. @TaoLv any concern? It's still 1.36x slower. I will take another look today. > If sacrificing

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap

2020-02-12 Thread GitBox
ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-585461851 Proposal : Exposing OpPerf utility in the MXNet's Pip. @TaoLv As discussing in one of the OpPerf PR's

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap

2020-02-12 Thread GitBox
ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-585461851 Proposal : Exposing OpPerf utility in the MXNet's Pip. @TaoLv As discussing in one of the OpPerf PR's

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap

2020-02-12 Thread GitBox
ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-585461851 Proposal : Exposing OpPerf utility in the MXNet's Pip. @TaoLv As discussing in one of the OpPerf PR's

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap

2020-02-12 Thread GitBox
ChaiBapchya edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-585461851 Proposal : Exposing OpPerf utility in the MXNet's Pip. @TaoLv As discussing in one of the OpPerf PR's

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #13439: [Test Failure] R: CPU

2020-02-12 Thread GitBox
ChaiBapchya commented on issue #13439: [Test Failure] R: CPU URL: https://github.com/apache/incubator-mxnet/issues/13439#issuecomment-585503601 @anirudhacharya R GPU failed in unix-gpu for unrelated PR #17542

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17511: Implement all miscellaneous ops

2020-02-12 Thread GitBox
ChaiBapchya commented on issue #17511: Implement all miscellaneous ops URL: https://github.com/apache/incubator-mxnet/pull/17511#issuecomment-585501494 Again since we have updated this over and over, would be great to have the results updated (especially group of misc operators) Thanks

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17511: Implement all miscellaneous ops

2020-02-12 Thread GitBox
ChaiBapchya commented on a change in pull request #17511: Implement all miscellaneous ops URL: https://github.com/apache/incubator-mxnet/pull/17511#discussion_r378603883 ## File path: benchmark/opperf/utils/profiler_utils.py ## @@ -135,7 +136,11 @@ def

[GitHub] [incubator-mxnet] leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585500555 `OPENMP_FOUND` is also supported variable. https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/FindOpenMP.cmake#L584

[GitHub] [incubator-mxnet] leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585496098 Ok. I'm not sure why this worked so far then. This is an automated

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
leezu edited a comment on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585467367 Variables are case insensitive in CMake syntax. This is only an optical issue.

[GitHub] [incubator-mxnet] leezu commented on issue #17581: macOS static build failed with 'cblas.h' file not found

2020-02-12 Thread GitBox
leezu commented on issue #17581: macOS static build failed with 'cblas.h' file not found URL: https://github.com/apache/incubator-mxnet/issues/17581#issuecomment-585495177 Could you try `CMAKE_STATICBUILD=1 ./tools/staticbuild/build.sh cpu`

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

2020-02-12 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 89f523f Bump the

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-12 Thread GitBox
eric-haibin-lin commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-585483752 I'm ok with the result. @TaoLv any concern? This is an

[GitHub] [incubator-mxnet] leezu opened a new pull request #17582: Fix Apache RAT License check

2020-02-12 Thread GitBox
leezu opened a new pull request #17582: Fix Apache RAT License check URL: https://github.com/apache/incubator-mxnet/pull/17582 ## Description ## There are several issues this PR attempts to address (but still WIP): 1) ``` Binary files (which do not require any license

[GitHub] [incubator-mxnet] frankfliu commented on issue #17581: macOS static build failed with 'cblas.h' file not found

2020-02-12 Thread GitBox
frankfliu commented on issue #17581: macOS static build failed with 'cblas.h' file not found URL: https://github.com/apache/incubator-mxnet/issues/17581#issuecomment-585479759 @mxnet-label-bot add [build, ci] This is an

[GitHub] [incubator-mxnet] frankfliu opened a new issue #17581: macOS static build failed with 'cblas.h' file not found

2020-02-12 Thread GitBox
frankfliu opened a new issue #17581: macOS static build failed with 'cblas.h' file not found URL: https://github.com/apache/incubator-mxnet/issues/17581 ## Description I use following command to build macOS static build: ``` tools/staticbuild/build.sh mkl pip ``` ###

[incubator-mxnet] branch master updated (f0d1d9d -> b436ca9)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f0d1d9d add gamma param check (#17575) add b436ca9 Ignore config.cmake in git and remove old

[incubator-mxnet] branch master updated (f0d1d9d -> b436ca9)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f0d1d9d add gamma param check (#17575) add b436ca9 Ignore config.cmake in git and remove old

[GitHub] [incubator-mxnet] apeforest merged pull request #17570: Ignore config.cmake in git and remove old files

2020-02-12 Thread GitBox
apeforest merged pull request #17570: Ignore config.cmake in git and remove old files URL: https://github.com/apache/incubator-mxnet/pull/17570 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] sl1pkn07 edited a comment on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
sl1pkn07 edited a comment on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585470957 not at all, a example https://github.com/Nadrin/Quartz/issues/2 (the first part)

[GitHub] [incubator-mxnet] sl1pkn07 commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
sl1pkn07 commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585470957 not at all, a example https://github.com/Nadrin/Quartz/issues/2

[GitHub] [incubator-mxnet] leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
leezu commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585467367 Variables are case sensitive in CMake syntax. This is only an optical issue.

[GitHub] [incubator-mxnet] leezu commented on issue #17495: Initial inspections for singleton thread safety in MXNet

2020-02-12 Thread GitBox
leezu commented on issue #17495: Initial inspections for singleton thread safety in MXNet URL: https://github.com/apache/incubator-mxnet/issues/17495#issuecomment-585466432 Specifically, we'd need to use something like https://docs.python.org/3/library/contextvars.html But Contextvar

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17495: Initial inspections for singleton thread safety in MXNet

2020-02-12 Thread GitBox
eric-haibin-lin commented on issue #17495: Initial inspections for singleton thread safety in MXNet URL: https://github.com/apache/incubator-mxnet/issues/17495#issuecomment-585461965 There are a couple of thread local variables in the python level, too: ```

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

2020-02-12 Thread GitBox
ChaiBapchya commented on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-585461851 Exposing OpPerf utility in the MXNet's Pip. @TaoLv As discussing in one of the OpPerf PR's

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378546591 ## File path: scala-package/core/src/test/scala/org/apache/mxnet/NDArraySuite.scala ##

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378551886 ## File path: scala-package/pom.xml ## @@ -423,23 +590,11 @@ 1.7.7

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438)

2020-02-12 Thread GitBox
zachgk commented on a change in pull request #17503: Add Scala 2.12 and 2.13 cross-compilation (#16438) URL: https://github.com/apache/incubator-mxnet/pull/17503#discussion_r378544678 ## File path: scala-package/assembly/pom.xml ## @@ -26,7 +26,7 @@ ../pom.xml

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops

2020-02-12 Thread GitBox
ChaiBapchya commented on issue #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops URL: https://github.com/apache/incubator-mxnet/pull/17542#issuecomment-585458984 Updated OpPerf results after dtype fix CPU : https://gist.github.com/ChaiBapchya/dbe941cb65d493c6e435c68a6bbc5b19

[GitHub] [incubator-mxnet] sl1pkn07 commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
sl1pkn07 commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585458059 @szha done This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] sl1pkn07 opened a new pull request #17580: fix #17579

2020-02-12 Thread GitBox
sl1pkn07 opened a new pull request #17580: fix #17579 URL: https://github.com/apache/incubator-mxnet/pull/17580 fix https://github.com/apache/incubator-mxnet/issues/17579 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17530: Add deferred compute support

2020-02-12 Thread GitBox
eric-haibin-lin commented on a change in pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#discussion_r378552415 ## File path: python/mxnet/_deferred_compute.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops

2020-02-12 Thread GitBox
ChaiBapchya commented on issue #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops URL: https://github.com/apache/incubator-mxnet/pull/17542#issuecomment-585442543 @mxnet-label-bot add [pr-awaiting-review] This is

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-12 Thread GitBox
ChaiBapchya edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-580034113 Add LT support to ops found via OpPerf NN optimizers and 1 activation

[GitHub] [incubator-mxnet] szha commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
szha commented on issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579#issuecomment-585439899 Thanks for bringing this up. Would you be open to contributing a patch to fix it?

[GitHub] [incubator-mxnet] sl1pkn07 opened a new issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

2020-02-12 Thread GitBox
sl1pkn07 opened a new issue #17579: typo in CmakeLists.txt about OPENMP_FOUND URL: https://github.com/apache/incubator-mxnet/issues/17579 https://github.com/apache/incubator-mxnet/blob/f0d1d9dd8879920c68290b6f520f97a17444354c/CMakeLists.txt#L420 according cmake documentation,

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

2020-02-12 Thread GitBox
Jerryzcn commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-585426958 BTW, were you able to find the bug that cause master MXNet to fail on mask rcnn?

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

2020-02-12 Thread GitBox
Jerryzcn commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-585426547 Lgtm This is an automated message from the Apache Git Service. To respond to the

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

2020-02-12 Thread GitBox
Kh4L commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-585425575 @ptrendx @Jerryzcn sorry for the delay, please find it here: [joblog.log](https://github.com/apache/incubator-mxnet/files/4195098/joblog.log)

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops

2020-02-12 Thread GitBox
ChaiBapchya commented on a change in pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops URL: https://github.com/apache/incubator-mxnet/pull/17542#discussion_r378505898 ## File path: benchmark/opperf/rules/default_params.py ## @@ -31,6 +31,7 @@ #

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #17578: Additional C/Python APIs for Operator stats/info

2020-02-12 Thread GitBox
ChaiBapchya opened a new issue #17578: Additional C/Python APIs for Operator stats/info URL: https://github.com/apache/incubator-mxnet/issues/17578 ## Description While working on OpPerf, we found a need for the following C APIs ### MXNet wide Operator Registry info -

[incubator-mxnet] branch master updated (81d26cc -> f0d1d9d)

2020-02-12 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 81d26cc [OpPerf] Fixed native output ordering, added warmup & runs command line args (#17571) add

[GitHub] [incubator-mxnet] haojin2 merged pull request #17575: [Numpy] Add gamma param check

2020-02-12 Thread GitBox
haojin2 merged pull request #17575: [Numpy] Add gamma param check URL: https://github.com/apache/incubator-mxnet/pull/17575 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated (c9c5a13 -> 81d26cc)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c9c5a13 Added run_perf_test for ROIPooling op, supporting comments (#17500) add 81d26cc [OpPerf]

[incubator-mxnet] branch master updated (c9c5a13 -> 81d26cc)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c9c5a13 Added run_perf_test for ROIPooling op, supporting comments (#17500) add 81d26cc [OpPerf]

[incubator-mxnet] branch master updated (c9c5a13 -> 81d26cc)

2020-02-12 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c9c5a13 Added run_perf_test for ROIPooling op, supporting comments (#17500) add 81d26cc [OpPerf]

[GitHub] [incubator-mxnet] apeforest merged pull request #17571: [OpPerf] Fixed native output ordering, added warmup & runs command line args

2020-02-12 Thread GitBox
apeforest merged pull request #17571: [OpPerf] Fixed native output ordering, added warmup & runs command line args URL: https://github.com/apache/incubator-mxnet/pull/17571 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] a550461053 opened a new issue #17577: build mxnet from source and get ImportError: cannot import name 'NDArrayHandle'

2020-02-12 Thread GitBox
a550461053 opened a new issue #17577: build mxnet from source and get ImportError: cannot import name 'NDArrayHandle' URL: https://github.com/apache/incubator-mxnet/issues/17577 - I build mxnet from source, here's the steps: ``` git clone --recursive

[GitHub] [incubator-mxnet] ChaiBapchya closed pull request #17441: [Numpy] check for alpha, beta parameter non-negativity in np.gamma

2020-02-12 Thread GitBox
ChaiBapchya closed pull request #17441: [Numpy] check for alpha,beta parameter non-negativity in np.gamma URL: https://github.com/apache/incubator-mxnet/pull/17441 This is an automated message from the Apache Git Service.

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

2020-02-12 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 f07dab5 Bump the

  1   2   >