[Release] npu-engine release v2.3.4
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 2.3.3 -> 2.3.4:
2   - Increase the maximum length of profiling layer name
3   - Update the testdata path of unittests (v2.3.4)
4
5 2.3.2 -> 2.3.3:
6   - Support profiling APIs for requests with any priority
7   - Add an apptest program to test the task preemption
8   - Fix minor bugs on a few unittest programs
9
10 2.3.1 -> 2.3.2:
11   - Support the DSP profiling for MDK
12   - Increase the overall code coverage
13   - Revise the debugging feature
14
15 2.3.0 -> 2.3.1:
16   - Update npubinfmt.h to store extra model info
17   - Support per-layer profiling for MDK
18   - Provide hotdoc-generated documents
19
20 2.2.10 -> 2.3.0:
21   - Support 2-TOPS TRIV2 as the default NPU
22   - Support TRIV 2.3.x architecture
23   - Make TRIV1 and TRIA devices deprecated
24
25 2.2.9 -> 2.2.10:
26   - Fix tensor size calculation using dynamic data granularity
27   - Increase the code coverage for new APIs
28
29 2.2.8 -> 2.2.9:
30   - Support profiling APIs in FastModel/FPGA env.
31   - Fix some package dependency issues
32
33 2.2.7 -> 2.2.8:
34   - Implement profiling APIs with the libmrpsim support
35   - Fix minor bugs mostly related to NPU emulation
36
37 2.2.6 -> 2.2.7:
38   - Revise NPU driver APIs to use Trinity API level 2
39   - Extend trinity-smi to monitor the status of apps and their tasks
40   - Seperate libnpuhost codes from core handler codes
41
42 2.2.5 -> 2.2.6:
43   - Support 2-TOPS NPU devices for emulation with different command files
44   - Add the command line utility (trinity-smi) for monitoring trinity devices
45   - Support the Docker envionment (xenial, bionic) for npu-engine users
46
47 2.2.4 -> 2.2.5:
48   - Revise the utility for trinity-testing applications
49   - Replace emulation library from libnpu-engine-emul to libmrpsim
50   - Resolve minor issues from static analyzers (i.e., svace, coverity)
51
52 2.2.3 -> 2.2.4:
53   - Fix minor bugs related to layout conversion
54
55 2.2.2 -> 2.2.3:
56   - Add a prototype of profiling interface as libnpuhost APIs
57   - Add some apptests to check a multi-tasking capability
58   - Skip to install dummy (or uncompatible) apptests in non-emulated env.
59   - Fix minor bugs related to model unregistration
60
61 2.2.1 -> 2.2.2:
62   - Fix external segment handling bugs
63   - Add npu-engine-utils package
64   - Support TRIV2's data manipulation (layout conversion)
65
66 2.2.0 -> 2.2.1:
67   - Resolve issues reported by static analyzer (svace/coverity)
68   - Add driver-assisted memory copy to avoid FPGA memcpy bug
69   - Prepare the code release
70
71 2.0.5 -> 2.2.0:
72   - Revise the user APIs for HW-recurring tasks
73   - Sync with the kernel driver's changed ioctl definition
74   - Add testcases for external hwmem and HW-recurring tasks
75
76 2.0.4 -> 2.0.5:
77   - Fix tensor size calculations on TRIV2 layout
78   - Add some testcases to run infernces using an async thread
79
80 2.0.2 -> 2.0.4:
81   - Add ioctl() to get the number of requests for trinity devices
82   - Add ioctl() to stop all requests for trinity devices
83   - Support log verbose mode for debugging
84   - Version sync with npu-engine-emul
85
86 2.0.1 -> 2.0.2:
87   - Fix minor bugs (e.g., weight offset setting and data size calc)
88   - Add user-level APIs to get status (e.g., memory/device status)
89   - Support memory status ioctl for trinity devices
90   - Support the stop feature to terminate submitted requests
91
92 2.0.0 -> 2.0.1:
93   - Fully support the TRIV2 device and kernel driver
94   - Add missing device functions (e.g., unsetModel)
95   - Resolve minor bugs and svace issues
96
97 1.2.0 -> 2.0.0:
98   - Revise the whole source codes (C++ porting/refactoring)
99   - Increase the code coverage (>= 85%)
100   - Support a segment table for TRIV2 inferences
101   - Sync with the revised NPU kernel drivers
102
103 1.1.4 -> 1.2.0:
104   - Sync with the NPU kernel driver refactoring
105   - Add the version control with the NPU kernel driver
106
107 1.1.3 -> 1.1.4:
108   - Add APIs to sepecify inference constraints (e.g., timeout/priority)
109   - Add an option to control multiple buffering
110   - Support a thread pool to support concurrent ioctls
111   - Support a HW-recurring input service for runNPU_internalInput()
112
113 1.1.2 -> 1.1.3:
114   - Fix minor bugs on NPU unittests
115   - Add install_rpath for ubuntu users
116   - Disable apptests using tvn models (instead, CI will do this)
117
118 1.1.1 -> 1.1.2:
119   - Fix minor bugs on shamt handling in NPU emulation codes
120   - Add an API to get the model metadata
121
122 1.1.0 -> 1.1.1:
123   - Fix minor bugs on data mainpulation
124
125 1.0.1 -> 1.1.0:
126   - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator)
127   - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata)
128   - Simplify debian/tizen packaging scripts
129
130 1.0.0 -> 1.0.1:
131   - Fix minor bugs in testdata generation
132
133 0.0.7 -> 1.0.0:
134   - Support simultaneous request handling from different user apps
135   - Support timeout and priority handling for multiple requests
136   - Add and verify prebuilt tvn models (TRIV v1) in FastModel
137   - Sync with the NPU driver version in NPU_Linux-kernel
138
139 0.0.6 -> 0.0.7:
140   - Verify test cases on FastModel
141   - Fix a few minor bugs
142
143 0.0.5 -> 0.0.6:
144   - Support new NPU binary format (i.e., version 2)
145   - Support non-contiguous multiple input/output tensors
146   - Support data manipulation and quantization (only for npubinfmt v2)
147
148 0.0.4 -> 0.0.5:
149   - Add a prototype for NPU-ASR
150   - Fix minor bugs
151
152 0.0.3 -> 0.0.4:
153   - Change names of sub-packages from libnpuengine to npu-engine
154
155 0.0.2 -> 0.0.3:
156   - Tarballs containing test data are removed
157   - Test data are generated at the build time
158
159 0.0.1 -> 0.0.2:
160   - NPU Vision functionality verified in the FastModel envionment
161   - Support Ubuntu 16.04 packaging & emulation of NPU executions
162   - More test cases with single/multi-layer NPU models