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