This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from ac66740 [2.0] Fix devices issues (#20732)
add 45c7999 [API] Add new dlpack API (#20546)
No new revisions were added by this update.
Summary of changes:
ci/docker/runtime_functions.sh | 8 +++
ci/jenkins/Jenkins_steps.groovy | 14 ++++++
ci/jenkins/Jenkinsfile_unix_gpu | 1 +
include/mxnet/c_api.h | 14 ++++++
include/mxnet/ndarray.h | 6 +++
python/mxnet/dlpack.py | 32 +++++++++++-
python/mxnet/numpy/multiarray.py | 43 +++++++++++++++-
src/c_api/c_api.cc | 18 +++++++
src/ndarray/ndarray.cc | 59 ++++++++++++++++++++++
tests/python/array-api/test_data_interchange.py | 65 +++++++++++++++++++++++++
10 files changed, 256 insertions(+), 4 deletions(-)
create mode 100644 tests/python/array-api/test_data_interchange.py