You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by li...@apache.org on 2017/12/29 19:58:13 UTC

[incubator-mxnet] branch v1.0.0 updated (7a83d67 -> 6e5c6f8)

This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a change to branch v1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 7a83d67  Fix float16 min and max (#9149)
     add 6e5c6f8  fix random generator: do not gen seed each time (#9119)

No new revisions were added by this update.

Summary of changes:
 amalgamation/amalgamation.py            |   2 +-
 include/mxnet/resource.h                |  18 +-
 include/mxnet/storage.h                 |   2 +-
 perl-package/AI-MXNet/t/test_random.t   |   2 +-
 python/mxnet/optimizer.py               |   3 +-
 python/mxnet/test_utils.py              | 257 ++++++++++++++++++++++++++++
 src/common/random_generator.cu          |  56 ++++++
 src/common/random_generator.h           | 219 ++++++++++++++++++++++++
 src/common/utils.h                      |   1 -
 src/executor/attach_op_resource_pass.cc |   2 +
 src/imperative/imperative_utils.h       |   4 +
 src/operator/random/multisample_op.cc   |   3 +-
 src/operator/random/multisample_op.h    |  23 ++-
 src/operator/random/sample_op.h         | 100 +++++------
 src/operator/random/sampler.h           | 293 ++++++++++++++------------------
 src/resource.cc                         |  96 ++++++++++-
 tests/python/unittest/test_module.py    |   2 +-
 tests/python/unittest/test_operator.py  |   4 +-
 tests/python/unittest/test_optimizer.py |  27 +++
 tests/python/unittest/test_random.py    | 122 +++++++++++++
 20 files changed, 992 insertions(+), 244 deletions(-)
 create mode 100644 src/common/random_generator.cu
 create mode 100644 src/common/random_generator.h

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].