grant-arm opened a new pull request, #11221:
URL: https://github.com/apache/tvm/pull/11221

   There is a latent bug in the CMSIS-NN demo app where the input and output 
tensors generated by the `create_image.py` script are not 16-byte aligned in 
memory. Although this does not cause an issue in the demo using the current 
`person_detect` model, if a different model is substituted with a larger output 
tensor, it causes the FVP to hang in certain cases.
   
   This PR updates `create_image.py` to correct the issue.
   
   @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]

Reply via email to