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