CMSIS-NN
CMSIS-NN copied to clipboard
CMSIS-NN Library
Hello. I am currently in the process of developing using the Q-Format (Qm.n) for quantization. However, upon reviewing the revision history, I noticed that starting from version 4.1.0, the q-format...
Hi, I found that at below line: https://github.com/ARM-software/CMSIS-NN/blob/d071e9f70195559e7242709b8df3adeb7c50d0fb/Source/NNSupportFunctions/arm_nn_mat_mul_kernel_s16.c#L93 We use a read_and_pad to process the weights for the value expanding from q7_t to q15_t, and also a group: __PKHxx for...
I wanted to use this but don't know where to get started. I want to get aware with the work flow of how CMSIS NN work, with some easy to...
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.2.0 to 4.2.1. Release notes Sourced from aws-actions/configure-aws-credentials's releases. v4.2.1 4.2.1 (2025-05-14) Bug Fixes ensure explicit inputs take precedence over environment variables (e56e6c4) prioritize explicit inputs over...
https://github.com/ARM-software/CMSIS-NN/pull/171 introduce optional flag CMSIS_NN_USE_REQUANTIZE_INLINE_ASSEMBLY. When this is enabled there are uplifts and as well as downlifts depending on the target and model. For one particular combination that is Arm...
The CI still uses AWS AMI. Update this to use vcpkg tool installation as used in CMSIS-DSP https://github.com/ARM-software/CMSIS-DSP/blob/main/.github/workflows/runcpptest.yaml The Unit Tests could be added to another workflow.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.2.1 to 5.1.0. Release notes Sourced from aws-actions/configure-aws-credentials's releases. v5.1.0 5.1.0 (2025-10-06) Features Add global timeout support (#1487) (1584b8b) add no-proxy support (#1482) (dde9b22) Improve debug logging...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-python#1164 Make sure your runner is...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. Release notes Sourced from actions/upload-pages-artifact's releases. v4.0.0 What's Changed Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by...