supersat commented on code in PR #13162:
URL: https://github.com/apache/tvm/pull/13162#discussion_r1002195687
##########
src/runtime/hexagon/hexagon_common.h:
##########
@@ -41,6 +41,7 @@
int result = api_call;
\
if (result != 0) {
\
HEXAGON_PRINT(ERROR, "ERROR: " #api_call " failed with error %d.",
result); \
+ abort();
\
Review Comment:
Will address this in a future PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]