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/12/08 00:00:32 UTC

[incubator-mxnet] branch master updated (b1b5021 -> 4879c7a)

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

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


    from b1b5021  Support static link to openblas & autodetect LP64 vs ILP64 settings (#19174)
     add 4879c7a  Forward port Support destructors for custom stateful ops (#19607) (#19632)

No new revisions were added by this update.

Summary of changes:
 example/extensions/lib_custom_op/gemm_lib.cc       |  6 +++-
 .../extensions/lib_custom_op/transposerowsp_lib.cc |  1 +
 include/mxnet/lib_api.h                            | 42 +++++++++++++++++-----
 src/c_api/c_api.cc                                 | 11 +++++-
 src/lib_api.cc                                     | 14 ++++++++
 5 files changed, 64 insertions(+), 10 deletions(-)