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 86e96dc  Fix backward of arctan2 and rarctan2 scalar on GPU (#18440)
     add daf8b43  Support extra inputs for subgraph ops (#18779)

No new revisions were added by this update.

Summary of changes:
 example/extensions/lib_api/init_lib.cc             |   4 +-
 example/extensions/lib_custom_op/gemm_lib.cc       |  16 +-
 example/extensions/lib_custom_op/relu_lib.cu       |   4 +-
 .../extensions/lib_custom_op/transposecsr_lib.cc   |  22 +-
 .../extensions/lib_custom_op/transposerowsp_lib.cc |  22 +-
 example/extensions/lib_pass/README.md              | 103 ++-
 example/extensions/lib_pass/example_connection.png | Bin 0 -> 8443 bytes
 example/extensions/lib_pass/pass_lib.cc            |  63 +-
 example/extensions/lib_pass/test_pass.py           |  26 +-
 example/extensions/lib_subgraph/README.md          | 165 ++--
 example/extensions/lib_subgraph/subgraph_lib.cc    | 210 +++--
 example/extensions/lib_subgraph/test_subgraph.py   |  68 +-
 include/mxnet/lib_api.h                            | 848 ++++++++++++++++-----
 python/mxnet/gluon/block.py                        |  11 +-
 src/c_api/c_api.cc                                 | 698 +++++++++++------
 .../partitioner/custom_subgraph_property.h         |  80 +-
 16 files changed, 1496 insertions(+), 844 deletions(-)
 create mode 100644 example/extensions/lib_pass/example_connection.png

Reply via email to