leandron commented on code in PR #12642:
URL: https://github.com/apache/tvm/pull/12642#discussion_r958175888
##########
apps/microtvm/zephyr/template_project/CMakeLists.txt.template:
##########
@@ -32,11 +32,16 @@ if(${ENABLE_CMSIS})
set(CMSIS_PATH <CMSIS_PATH>)
file(GLOB_RECURSE cmsis_lib_srcs
- ${CMSIS_PATH}/CMSIS/NN/Source/SoftmaxFunctions/*.c
+ ${CMSIS_PATH}/CMSIS/NN/Source/ActivationFunctions/*.c]
Review Comment:
Is this final `]` expected to be here?
##########
apps/microtvm/zephyr/template_project/CMakeLists.txt.template:
##########
@@ -32,11 +32,16 @@ if(${ENABLE_CMSIS})
set(CMSIS_PATH <CMSIS_PATH>)
file(GLOB_RECURSE cmsis_lib_srcs
- ${CMSIS_PATH}/CMSIS/NN/Source/SoftmaxFunctions/*.c
+ ${CMSIS_PATH}/CMSIS/NN/Source/ActivationFunctions/*.c]
+ ${CMSIS_PATH}/CMSIS/NN/Source/BasicMathFunctions/*.c
+ ${CMSIS_PATH}/CMSIS/NN/Source/ConcatenationFunctions/*.c
${CMSIS_PATH}/CMSIS/NN/Source/ConvolutionFunctions/*.c
${CMSIS_PATH}/CMSIS/NN/Source/FullyConnectedFunctions/*.c
${CMSIS_PATH}/CMSIS/NN/Source/NNSupportFunctions/*.c
${CMSIS_PATH}/CMSIS/NN/Source/PoolingFunctions/*.c
+ ${CMSIS_PATH}/CMSIS/NN/Source/ReshapeFunctions/*.c
+ ${CMSIS_PATH}/CMSIS/NN/Source/SVDFunctions/*.c
Review Comment:
Interesting to see `SVDF` here. Where it is used?
--
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]