[Release] NPU engine 1.0.0 release
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 0.0.7 -> 1.0.0:
2   - Support simultaneous request handling from different user apps
3   - Support timeout and priority handling for multiple requests
4   - Add and verify prebuilt tvn models (TRIV v1) in FastModel
5   - Sync with the NPU driver version in NPU_Linux-kernel
6
7 0.0.6 -> 0.0.7:
8   - Verify test cases on FastModel
9   - Fix a few minor bugs
10
11 0.0.5 -> 0.0.6:
12   - Support new NPU binary format (i.e., version 2)
13   - Support non-contiguous multiple input/output tensors
14   - Support data manipulation and quantization (only for npubinfmt v2)
15
16 0.0.4 -> 0.0.5:
17   - Add a prototype for NPU-ASR
18   - Fix minor bugs
19
20 0.0.3 -> 0.0.4:
21   - Change names of sub-packages from libnpuengine to npu-engine
22
23 0.0.2 -> 0.0.3:
24   - Tarballs containing test data are removed
25   - Test data are generated at the build time
26
27 0.0.1 -> 0.0.2:
28   - NPU Vision functionality verified in the FastModel envionment
29   - Support Ubuntu 16.04 packaging & emulation of NPU executions
30   - More test cases with single/multi-layer NPU models