[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] 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] 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_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_r378675086 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[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_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_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] 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] 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

[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] 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] 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] 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 #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] 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

[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] 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] 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] 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] 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

<    1   2