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-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org