blob: 72967397d851b10a87fa060ca8032b68b3f08f07 [file] [log] [blame]
Nina Drozd05c1c5a2023-08-22 12:41:55 +01001Changes in 23.08
2 * Support for 23.08 NPU components and dependencies (core-driver, core-platform, Vela 3.9.0, CMSIS, CMSIS-NN and TensorFlow Lite Micro).
3 * Update Python package requirements for compatibility reasons.
4
Richard Burtondf88c5d2023-05-30 17:40:39 +01005Changes in 23.05
6 * Support for 23.05 NPU components and dependencies (core-driver, core-platform, Vela 3.8.0, CMSIS, CMSIS-NN and TensorFlow Lite Micro).
7 * Minor updates to CMSIS-pack dependencies.
8 * Update Python package requirements for compatibility reasons.
9 * Increase minimum requirements of Python to 3.9
10
Kshitij Sisodia26bc9232023-03-10 16:33:23 +000011Changes in 23.02
12 * Support for 23.02 NPU components and dependencies (core-driver, core-platform, Vela 3.7.0, CMSIS, CMSIS-DSP, CMSIS-NN and TensorFlow Lite Micro).
13 * Improvement to PMU counters - reducing cache maintenance burden for Arm Cortex-M55 CPUs when NPU is used.
14 * Inclusive language updates.
15 * Documentation updates including adding links to AN555 resources.
16 * Updates to Python requirements file for virtual environment.
17
Kshitij Sisodia7ac0a3a2022-11-09 14:12:08 +000018Changes in 22.11
Richard Burton71f282e2022-12-01 12:31:23 +000019 * Support for 22.11 NPU components and dependencies (core-driver, core-platform, Vela 3.6.0, CMSIS, TensorFlow Lite Micro)
20 * CMSIS-NN is added as a new dependency due to it moving out of the core CMSIS repository.
Kshitij Sisodia7ac0a3a2022-11-09 14:12:08 +000021 * Updates for Arm® Corstone™-310 platform.
22 * Formal support for CMake presets.
23 * Support for the new Arm Compiler 6.19
24 * Published CMSIS-Pack under `resources` and related updates.
25 * Bug fix for building with NPU disabled.
26
Kshitij Sisodia01334f92022-08-12 11:53:45 +010027Changes in 22.08
Richard Burton71f282e2022-12-01 12:31:23 +000028 * Support for 22.08 NPU component and dependencies (core-driver, core-platform, Vela 3.5.0, CMSIS, TensorFlow Lite Micro).
Kshitij Sisodia01334f92022-08-12 11:53:45 +010029 * Formal support for Arm® Corstone-310 Arm Virtual Hardware and FPGA implementations.
30 * Added CMake presets.
31 * Bug fix for Arm® Ethos-U65 NPU's default AXI burst length.
32 * Provision to allow platform-agnostic use case API to be packaged as CMSIS pack.
33 * Documentation updates.
34
Richard Burton5dd18382022-06-01 10:26:46 +010035Changes in 22.05
Richard Burton71f282e2022-12-01 12:31:23 +000036 * Support for 22.05 NPU component and dependencies (core-driver, core-platform, Vela 3.4.0, CMSIS, TensorFlow Lite Micro).
Richard Burton5dd18382022-06-01 10:26:46 +010037 * Restructuring of repository sources to allow generation of CMSIS packs.
Kshitij Sisodiad088e522022-08-17 09:35:09 +010038 * Added support for Arm Cortex-M85, Armclang 6.18 is required
Richard Burton5dd18382022-06-01 10:26:46 +010039 * Reduce minimum requirements of Python to 3.7 to align with Vela 3.4.0.
40 * Increase minimum requirements of CMake to 3.21.0
41 * Documentation updates.
42 * Various bug fixes.
43
Richard Burtonb4123fd2022-03-04 09:19:09 +000044Changes in 22.02
Richard Burton71f282e2022-12-01 12:31:23 +000045 * Support for 22.02 NPU component and dependencies (core-driver, core-platform, Vela 3.3.0, CMSIS, TensorFlow Lite Micro).
Richard Burtonb4123fd2022-03-04 09:19:09 +000046 * Added Object Detection use case.
47 * Replace DSCNN with MicroNet for KWS and KWS_ASR use cases.
Kshitij Sisodiad088e522022-08-17 09:35:09 +010048 * Increase minimum requirements of CMake to 3.15.6, Armclang to 6.16 and Python to 3.8
Richard Burtonb4123fd2022-03-04 09:19:09 +000049 * Initial restructuring of repository sources.
50 * Documentation updates.
51 * Various minor bug fixes.
52
Isabella Gottardi118f73e2021-09-16 17:54:35 +010053Changes in 21.11
Richard Burton71f282e2022-12-01 12:31:23 +000054 * Support for 21.11 NPU component and dependencies (core-software, core-driver, Vela 3.2.0, CMSIS, TensorFlow Lite Micro).
Isabella Gottardi118f73e2021-09-16 17:54:35 +010055 * Added dynamic load support for FVP for inference runner use-case.
Isabella Gottardi84f702d2021-11-11 17:06:12 +000056 * Added support for different memory modes: Shared_Sram, Dedicated_Sram and Sram_Only.
57 * Added Noise Reduction use case.
58 * Updated support for Arm GNU Embedded Toolchain 10.3-2021.07 and Arm Compiler 6.17.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010059 * Documentation updates.
Kshitij Sisodia661959c2021-11-24 10:39:52 +000060 * Changes to support AN552 design - the new Arm® Corstone™-300 implementation.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010061
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010062Changes in 21.08
Richard Burton71f282e2022-12-01 12:31:23 +000063 * Support for 21.05 NPU component (core-software, core-driver, Vela 3.0.0).
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010064 * TensorFlow submodule changed to https://github.com/tensorflow/tflite-micro (tested with TensorFlow Lite Micro commit hash: f510d38d0eaa3195ce3af66e3f32648740f08afb).
65 * Image classification model changed (from uint8 to int8 datatype).
Richard Burton71f282e2022-12-01 12:31:23 +000066 * Documentation updates, added support to Corstone-300 + Arm® Ethos-U65.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010067 * Various scripts improvements.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010068 * Added Visual Wake Word use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010069
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010070Changes in 21.05
71 * Added script to download and optimize default models.
72 * Added script to run default build flow.
73 * Added a model for Anomaly Detection use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010074 * Added support for build with Arm GNU Embedded Toolchain (10.2.1).
75 * Deprecated support for target subsystem SSE-200.
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010076
alexander3c798932021-03-26 21:42:19 +000077Changes in 21.03
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010078 * Simple platform support added.
79 * Model conditioning examples added.
80 * Documentation updated.
81 * Build changed to use sources of the dependency libraries.
82 * Tests for native platform added.
83 * Anomaly detection use-case added.
alexander3c798932021-03-26 21:42:19 +000084
85Changes in 20.11
86 * SSE-200 and SSE-300 system support was added.
Richard Burton71f282e2022-12-01 12:31:23 +000087 * Support for simple fixed virtual platform for Arm® Ethos-U55 and Arm® Cortex-M55 removed.
alexander3c798932021-03-26 21:42:19 +000088 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
89 * Models with multiple output tensors support was added.
90 * Generic inference runner use-case added.
91 * ASR triggered by KWS added in the same use case (kws_asr). This also shows how to re-use tensor arena with two models using the same memory pool.
92
93Changes in 20.09 release:
94 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
95 * Added speech recognition use case example.
Richard Burton71f282e2022-12-01 12:31:23 +000096 * Updated NPU Fastmodel version to r0p2-00eac0-rc4
alexander3c798932021-03-26 21:42:19 +000097
98Changes in 20.08 release:
99 * Added keyword spotting use case example.
100 * Added person detection use case example.
101Known issues:
Conor Kennedy5cf8e742023-02-13 10:50:40 +0000102 * telnet connection to FastModel environment may stop responding after some period of inactivity.
alexander3c798932021-03-26 21:42:19 +0000103
104Changes in 20.05 release:
105 * FastModel environment was built with FastModel Tools v11.10.22.
106 * Mps3 FPGA build support was added.
107 * Configurable timing-adaptor.
108 * Added Active and Idle cycle counts for NPU and CPU profiling report.
109 * Source code structure and build scripts refactored to support multiple ML use-cases.
Richard Burton71f282e2022-12-01 12:31:23 +0000110 * Used EAC NPU software model and drivers.
alexander3c798932021-03-26 21:42:19 +0000111 * Windows support for build scripts.
112Known issues:
Conor Kennedy5cf8e742023-02-13 10:50:40 +0000113 * telnet connection to FastModel environment may stop responding after some period of inactivity.