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