SEGFAULT handling in backends #7998
Unanswered
vadimkantorov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Triton behavior for faulty requests which trigger SEGFAULTs / aborts / hard crashes in C++ backends?
Will it report this error to the client?
Will it retry them? (sometimes not good as such grave error often indicates a bug in the code and retries serve to nothing) Put in some special error/retry queue?
Beta Was this translation helpful? Give feedback.
All reactions