mehrdadh opened a new issue, #11810: URL: https://github.com/apache/tvm/issues/11810
Using TVM main to build keyword spotting model with CMSIS NN (same version used on ci_qemu) would lead to error ARM_MATH_ARGUMENT_ERROR. Here are some details: calling `arm_avgpool_s8` function would result in calling [this line](https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c#L273) and here since the context buffer is null and `arm_avgpool_s8_get_buffer_size` returns non-zero, it results in ARM_MATH_ARGUMENT_ERROR error. cc @Mousius @ashutosh-arm @areusch -- 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]
