You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2019/10/25 16:55:42 UTC

[incubator-mxnet] branch master updated (4e03e6a -> c0e616f)

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

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


    from 4e03e6a  Disables test_bulking_operator_gpu due to flakiness (#16611)
     add c0e616f  C Api for simplebind, fix comment for trigoops, add atol to assert (#16585)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h              |  38 ++++++
 python/mxnet/symbol/symbol.py      | 110 ++++++++++++------
 src/c_api/c_api_executor.cc        | 231 ++++++++++++++++++++++++++++++-------
 tests/nightly/test_large_array.py  |   6 +-
 tests/nightly/test_large_vector.py |  49 +++++++-
 5 files changed, 353 insertions(+), 81 deletions(-)