This is an automated email from the ASF dual-hosted git repository.
wkcn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 6214c4d Fix syntax error in JenkinsfileForBinaries (#17431)
add a726c40 Dynamic custom operator GPU support (#17270)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 36 +-
Makefile | 20 +-
ci/jenkins/Jenkins_steps.groovy | 14 +-
example/extensions/lib_custom_op/Makefile | 7 +-
example/extensions/lib_custom_op/gemm_lib.cc | 17 +-
example/extensions/lib_custom_op/relu_lib.cu | 191 +++++++++
.../lib_custom_op/{test_gemm.py => test_relu.py} | 81 ++--
example/extensions/lib_subgraph/subgraph_lib.cc | 6 +-
include/mxnet/lib_api.h | 328 ++++++++++-----
src/c_api/c_api.cc | 467 ++++++++++++---------
tests/python/unittest/test_extensions.py | 66 ++-
11 files changed, 843 insertions(+), 390 deletions(-)
create mode 100644 example/extensions/lib_custom_op/relu_lib.cu
copy example/extensions/lib_custom_op/{test_gemm.py => test_relu.py} (52%)