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/11 06:59:14 UTC

[incubator-mxnet] branch master updated (95e1814 -> e5a7814)

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 95e1814  [PIP] add build target in cmake for osx compat (#19110)
     add e5a7814  Improve createOpState for custom ops (#19103)

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.cc       |  6 ++
 example/extensions/lib_custom_op/test_gemm.py      | 79 ++++++++++++++--------
 example/extensions/lib_custom_op/test_relu.py      | 46 +++++++++----
 .../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                            | 13 ++--
 src/c_api/c_api.cc                                 | 30 +++++++-
 src/lib_api.cc                                     | 23 ++++++-
 10 files changed, 158 insertions(+), 51 deletions(-)