You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "mehrdadh (via GitHub)" <gi...@apache.org> on 2023/01/30 18:57:17 UTC

[GitHub] [tvm] mehrdadh commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

mehrdadh commented on issue #13856:
URL: https://github.com/apache/tvm/issues/13856#issuecomment-1409163574

   from @Mousius, this would solve the issue. I tested it in ci_cortexm and it worked:
   
   1. checkout CMSIS-NN `v4.0.0` tag and then cherry pick `245089501eef18e8b638865c5afd6cdf2d03386f`
   2. Add `${CMSIS_PATH}/CMSIS-NN/Source/SoftmaxFunctions/arm_nn_softmax_common_s8.c` to your CMakeList.txt file
   3. add `CONFIG_COMPILER_OPT="-DARM_MATH_AUTOVECTORIZE"` to your prj.conf
   
   this should build and run the demo correctly.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org