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