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