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