[Release] NPU Engine 1.2.0 release
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 1.1.4 -> 1.2.0:
2   - Sync with the NPU kernel driver refactoring
3   - Add the version control with the NPU kernel driver
4
5 1.1.3 -> 1.1.4:
6   - Add APIs to sepecify inference constraints (e.g., timeout/priority)
7   - Add an option to control multiple buffering
8   - Support a thread pool to support concurrent ioctls
9   - Support a HW-recurring input service for runNPU_internalInput()
10
11 1.1.2 -> 1.1.3:
12   - Fix minor bugs on NPU unittests
13   - Add install_rpath for ubuntu users
14   - Disable apptests using tvn models (instead, CI will do this)
15
16 1.1.1 -> 1.1.2:
17   - Fix minor bugs on shamt handling in NPU emulation codes
18   - Add an API to get the model metadata
19
20 1.1.0 -> 1.1.1:
21   - Fix minor bugs on data mainpulation
22
23 1.0.1 -> 1.1.0:
24   - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator)
25   - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata)
26   - Simplify debian/tizen packaging scripts
27
28 1.0.0 -> 1.0.1:
29   - Fix minor bugs in testdata generation
30
31 0.0.7 -> 1.0.0:
32   - Support simultaneous request handling from different user apps
33   - Support timeout and priority handling for multiple requests
34   - Add and verify prebuilt tvn models (TRIV v1) in FastModel
35   - Sync with the NPU driver version in NPU_Linux-kernel
36
37 0.0.6 -> 0.0.7:
38   - Verify test cases on FastModel
39   - Fix a few minor bugs
40
41 0.0.5 -> 0.0.6:
42   - Support new NPU binary format (i.e., version 2)
43   - Support non-contiguous multiple input/output tensors
44   - Support data manipulation and quantization (only for npubinfmt v2)
45
46 0.0.4 -> 0.0.5:
47   - Add a prototype for NPU-ASR
48   - Fix minor bugs
49
50 0.0.3 -> 0.0.4:
51   - Change names of sub-packages from libnpuengine to npu-engine
52
53 0.0.2 -> 0.0.3:
54   - Tarballs containing test data are removed
55   - Test data are generated at the build time
56
57 0.0.1 -> 0.0.2:
58   - NPU Vision functionality verified in the FastModel envionment
59   - Support Ubuntu 16.04 packaging & emulation of NPU executions
60   - More test cases with single/multi-layer NPU models