ARM-software/CMSIS_5

how to know remote version from a specific commit id

brainchip-india opened this issue · 2 comments

Hi, I am downloading tensorflow lite of a specific commit ID(@713b6 in that from the source ext_libs/cmsis_download.sh) it downloading a specific commit id of CMSIS repo.

My question is how to find a CMSIS remote version from that commit ID?

Thanks in advance.

@brainchip-india Thanks for the question. There are two cases to consider.

  1. When CMSIS-NN was part of CMSIS_5 repository(Prior to TFLM PR tensorflow/tflite-micro#1468)
    The commit ID that you find in cmsis_download.sh is the commit ID of CMSIS_5 repository as well. i.e, they are one and the same.

  2. Current state where CMSIS-NN is its own repository.
    The commit ID that you find in cmsis_download.sh is the commit ID of CMSIS_5 repository. The commit ID that you find in cmsis_nn_download.sh is the commit ID of CMSIS-NN repository.