-
Notifications
You must be signed in to change notification settings - Fork 6.8k
add signal handler for fpe, bus error #18956
Conversation
Hey @szha , Thanks for submitting the PR
CI supported jobs: [miscellaneous, centos-cpu, clang, centos-gpu, sanity, edge, website, windows-cpu, unix-gpu, unix-cpu, windows-gpu] Note: |
3aabb13
to
75617b8
Compare
@@ -177,4 +178,43 @@ MXNET_DLL int MXNetObjectTypeKey2Index(const char* type_key, unsigned* out_tinde | |||
#ifdef __cplusplus | |||
} // extern "C" | |||
#endif | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we copy over the comment too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, only one nit: should it be MX_API_BEGIN instead of API_BEGIN, etc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this useful or should we get rid of this indirection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, removed. thanks for bringing this up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, there's external dependency on this ... https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-18956/7/pipeline
I will revert this change for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @szha this will be super helpful to debug issues!
Description
add signal handler for fpe, bus error
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments