Bump CMSIS-MLEK pack dependencies and prepare template/runtime structure for ExecuTorch#27
Draft
Copilot wants to merge 2 commits into
Draft
Bump CMSIS-MLEK pack dependencies and prepare template/runtime structure for ExecuTorch#27Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/Arm-Examples/cmsis-mlek/sessions/52fdbdb6-7e91-45bc-adda-efcc34bcdbbd Co-authored-by: MatthiasHertelArm <256556182+MatthiasHertelArm@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CMSIS-MLEK pack to latest dependency versions
Bump CMSIS-MLEK pack dependencies and prepare template/runtime structure for ExecuTorch
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates CMSIS-MLEK to current pack versions for the step-1 dependency refresh, and aligns the template/layout with upstream MLEK work by adding non-functional scaffolding for a future ExecuTorch backend while keeping TensorFlow Lite Micro as the only active runtime.
Dependency and tooling version refresh
template/audio,template/video, andtemplate/generic.created-for: CMSIS-ToolboxARM::CMSIS,ARM::CMSIS-DSP,ARM::CMSIS-RTXARM::ml-embedded-eval-kit-uc-apiARM::ethos-u-core-drivertensorflow-lite-micro,flatbuffers,gemmlowp,kissfft,ruy)TODOmarkers for later bumps.Pack metadata
1.1.0entry toARM.CMSIS-MLEK.pdscdescribing:ExecuTorch scaffolding only
Release-ExecuTorchbuild-type blocks to the solution files.Documentation updates
README.mdoverview/README.mddocs/overview.mdoverview/README.md.Example of the added scaffolding:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
git.gitlab.arm.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)www.keil.arm.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)www.keil.com/usr/bin/python3 python3 -(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Goal
Update the CMSIS-MLEK pack to the latest versions of all dependencies and prepare the project structure to support ExecuTorch as an inference backend alongside the existing TensorFlow Lite Micro (TFLM) runtime, aligning with the upstream ml-embedded-evaluation-kit work.
This work should be done on a feature branch and opened as a draft pull request. Implement this as step 1 (version bumps) with hooks/scaffolding for ExecuTorch support to be filled in by follow-up PRs.
Scope of this PR
1. Version bumps
Update pack version pins in all of these files:
template/audio/mlek_audio.csolution.ymltemplate/audio/ML/ml_layer.clayer.ymltemplate/audio/kws/*.cproject.yml(any cproject files undertemplate/audio/kws/)template/video/mlek_video.csolution.ymltemplate/video/ML/ml_layer.clayer.ymltemplate/video/*/cproject.ymlfiles under the video templatestemplate/generic/mlek_generic.csolution.ymltemplate/generic/inference_runner/inference_runner.cproject.yml*.cproject.yml,*.csolution.yml, or*.clayer.ymlfiles in the repoApply these version bumps (use the latest available releases of each pack on https://www.keil.arm.com/packs at the time the PR is opened; the targets below are minimum versions to bump to):
created-for: CMSIS-Toolbox2.12.02.15.0ARM::CMSIS^6.2.0^6.3.0ARM::CMSIS-DSP^1.16.0^1.17.0ARM::CMSIS-NN^7.0.0ARM::CMSIS-RTX^5.9.0ARM::ml-embedded-eval-kit-uc-api^24.8.0ARM::ethos-u-core-driver^1.25.2tensorflow::tensorflow-lite-micro^1.25.2tensorflow::flatbuffers^1.25.2tensorflow::gemmlowp^1.25.2tensorflow::kissfft^1.25.2tensorflow::ruy^1.25.2ARM::V2M_MPS3_SSE_300_BSP^1.5.0ARM::V2M_MPS3_SSE_310_BSP^1.4.0ARM::SSE_315_BSP^1.0.0ARM::SSE_320_BSP^1.0.0If a newer pack version isn't published yet, keep the current pin and add a
# TODO: bump when X is releasedcomment.2. Pack metadata
In
ARM.CMSIS-MLEK.pdsc:<release version="1.1.0" date="YYYY-MM-DD">entry above1.0.0-devdescribing:1.0.0-deventry for ongoing development.schemaVersionif a newer Open-CMSIS-Pack schema is available.3. Scaffolding for ExecuTorch support (no behavior change)
Without breaking existing TFLM builds:
template/*/ML/ml_layer.clayer.yml, add commented-out placeholder pack/component entries for ExecuTorch, e.g.:template/*/mlek_*.csolution.yml, add a commented placeholder for a future runtime build-type:clayer.ymlnoting that the layer currently uses TFLM and the structure is being prepared for ExecuTorch runtime selection in a follow-up PR.4. Documentation updates
Update wording in:
README.mdoverview/README.mddocs/overview.mdtemplate/audio/README.md,template/video/README.md, andtemplate/generic/README.mdif it existsChanges:
overview/README.md, add a new "Runtime Support" section after "Platform Support" that lists:5. Do NOT do in this PR
.pte), or refactorMainLoop.cpp/UseCaseHandler.cpp. Those are follow-up PRs.Acc...
This pull request was created from Copilot chat.