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 adcd997 CI: Remove nccl installation after upstream fix (#18965)
add bbc39fa add signal handler for fpe, bus error (#18956)
No new revisions were added by this update.
Summary of changes:
include/mxnet/c_api_error.h | 45 +-------
include/mxnet/runtime/c_runtime_api.h | 47 ++++++++
python/mxnet/error.py | 4 +
src/c_api/c_api_common.h | 6 +-
src/c_api/c_api_error.cc | 206 ----------------------------------
src/c_api/c_api_profile.cc | 35 ------
src/initialize.cc | 190 +++++++++++++++++++++++++++----
src/runtime/c_runtime_api.cc | 183 +++++++++++++++++++++++++++++-
8 files changed, 403 insertions(+), 313 deletions(-)
delete mode 100644 src/c_api/c_api_error.cc