[README] Add the quick-start guide using docker
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 2.2.4 -> 2.2.5:
2   - Revise the utility for trinity-testing applications
3   - Replace emulation library from libnpu-engine-emul to libmrpsim
4   - Resolve minor issues from static analyzers (i.e., svace, coverity)
5
6 2.2.3 -> 2.2.4:
7   - Fix minor bugs related to layout conversion
8
9 2.2.2 -> 2.2.3:
10   - Add a prototype of profiling interface as libnpuhost APIs
11   - Add some apptests to check a multi-tasking capability
12   - Skip to install dummy (or uncompatible) apptests in non-emulated env.
13   - Fix minor bugs related to model unregistration
14
15 2.2.1 -> 2.2.2:
16   - Fix external segment handling bugs
17   - Add npu-engine-utils package
18   - Support TRIV2's data manipulation (layout conversion)
19
20 2.2.0 -> 2.2.1:
21   - Resolve issues reported by static analyzer (svace/coverity)
22   - Add driver-assisted memory copy to avoid FPGA memcpy bug
23   - Prepare the code release
24
25 2.0.5 -> 2.2.0:
26   - Revise the user APIs for HW-recurring tasks
27   - Sync with the kernel driver's changed ioctl definition
28   - Add testcases for external hwmem and HW-recurring tasks
29
30 2.0.4 -> 2.0.5:
31   - Fix tensor size calculations on TRIV2 layout
32   - Add some testcases to run infernces using an async thread
33
34 2.0.2 -> 2.0.4:
35   - Add ioctl() to get the number of requests for trinity devices
36   - Add ioctl() to stop all requests for trinity devices
37   - Support log verbose mode for debugging
38   - Version sync with npu-engine-emul
39
40 2.0.1 -> 2.0.2:
41   - Fix minor bugs (e.g., weight offset setting and data size calc)
42   - Add user-level APIs to get status (e.g., memory/device status)
43   - Support memory status ioctl for trinity devices
44   - Support the stop feature to terminate submitted requests
45
46 2.0.0 -> 2.0.1:
47   - Fully support the TRIV2 device and kernel driver
48   - Add missing device functions (e.g., unsetModel)
49   - Resolve minor bugs and svace issues
50
51 1.2.0 -> 2.0.0:
52   - Revise the whole source codes (C++ porting/refactoring)
53   - Increase the code coverage (>= 85%)
54   - Support a segment table for TRIV2 inferences
55   - Sync with the revised NPU kernel drivers
56
57 1.1.4 -> 1.2.0:
58   - Sync with the NPU kernel driver refactoring
59   - Add the version control with the NPU kernel driver
60
61 1.1.3 -> 1.1.4:
62   - Add APIs to sepecify inference constraints (e.g., timeout/priority)
63   - Add an option to control multiple buffering
64   - Support a thread pool to support concurrent ioctls
65   - Support a HW-recurring input service for runNPU_internalInput()
66
67 1.1.2 -> 1.1.3:
68   - Fix minor bugs on NPU unittests
69   - Add install_rpath for ubuntu users
70   - Disable apptests using tvn models (instead, CI will do this)
71
72 1.1.1 -> 1.1.2:
73   - Fix minor bugs on shamt handling in NPU emulation codes
74   - Add an API to get the model metadata
75
76 1.1.0 -> 1.1.1:
77   - Fix minor bugs on data mainpulation
78
79 1.0.1 -> 1.1.0:
80   - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator)
81   - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata)
82   - Simplify debian/tizen packaging scripts
83
84 1.0.0 -> 1.0.1:
85   - Fix minor bugs in testdata generation
86
87 0.0.7 -> 1.0.0:
88   - Support simultaneous request handling from different user apps
89   - Support timeout and priority handling for multiple requests
90   - Add and verify prebuilt tvn models (TRIV v1) in FastModel
91   - Sync with the NPU driver version in NPU_Linux-kernel
92
93 0.0.6 -> 0.0.7:
94   - Verify test cases on FastModel
95   - Fix a few minor bugs
96
97 0.0.5 -> 0.0.6:
98   - Support new NPU binary format (i.e., version 2)
99   - Support non-contiguous multiple input/output tensors
100   - Support data manipulation and quantization (only for npubinfmt v2)
101
102 0.0.4 -> 0.0.5:
103   - Add a prototype for NPU-ASR
104   - Fix minor bugs
105
106 0.0.3 -> 0.0.4:
107   - Change names of sub-packages from libnpuengine to npu-engine
108
109 0.0.2 -> 0.0.3:
110   - Tarballs containing test data are removed
111   - Test data are generated at the build time
112
113 0.0.1 -> 0.0.2:
114   - NPU Vision functionality verified in the FastModel envionment
115   - Support Ubuntu 16.04 packaging & emulation of NPU executions
116   - More test cases with single/multi-layer NPU models