You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sa...@apache.org on 2020/09/14 17:32:58 UTC

[incubator-mxnet] branch v1.x updated (8b56874 -> 9383282)

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

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


    from 8b56874  Fix race condition in NaiveEngine::PushAsync (#19108) (#19122)
     add 9383282  [1.x] Backport #19103 (#19117)

No new revisions were added by this update.

Summary of changes:
 example/extensions/lib_custom_op/gemm_lib.cc       |  3 +++
 example/extensions/lib_custom_op/relu_lib.cu       |  6 +++++
 .../extensions/lib_custom_op/transposecsr_lib.cc   |  3 +++
 .../extensions/lib_custom_op/transposerowsp_lib.cc |  3 +++
 example/extensions/lib_subgraph/subgraph_lib.cc    |  3 +++
 include/mxnet/lib_api.h                            | 15 +++++++----
 src/c_api/c_api.cc                                 | 30 ++++++++++++++++++++--
 src/lib_api.cc                                     | 23 ++++++++++++++---
 8 files changed, 76 insertions(+), 10 deletions(-)