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