mehrdadh commented on issue #11810: URL: https://github.com/apache/tvm/issues/11810#issuecomment-1163459852
Here is a gist to reproduce this error: https://gist.github.com/mehrdadh/2f3aa844e2df21e22e5ccf9708a56e0c#file-tvm_kws_cmsis-py Note: 1. You don't see the error unless you use `west debug` to step by step go through the code. In the generated code `ARM_MATH_ARGUMENT_ERROR` would result in returning -1 and code execution just fails. 2. If you run this with older CMSIS version like (5.8.0 which we used before on ci_qemu) it will show wrong output. The reason is that previous CMSIS didn't check for if `context->buff` is not `NULL` and it would just overwrite some memory. cc @ashutosh-arm -- 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]
