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