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