2.2.4 -> 2.2.5: - Revise the utility for trinity-testing applications - Replace emulation library from libnpu-engine-emul to libmrpsim - Resolve minor issues from static analyzers (i.e., svace, coverity) 2.2.3 -> 2.2.4: - Fix minor bugs related to layout conversion 2.2.2 -> 2.2.3: - Add a prototype of profiling interface as libnpuhost APIs - Add some apptests to check a multi-tasking capability - Skip to install dummy (or uncompatible) apptests in non-emulated env. - Fix minor bugs related to model unregistration 2.2.1 -> 2.2.2: - Fix external segment handling bugs - Add npu-engine-utils package - Support TRIV2's data manipulation (layout conversion) 2.2.0 -> 2.2.1: - Resolve issues reported by static analyzer (svace/coverity) - Add driver-assisted memory copy to avoid FPGA memcpy bug - Prepare the code release 2.0.5 -> 2.2.0: - Revise the user APIs for HW-recurring tasks - Sync with the kernel driver's changed ioctl definition - Add testcases for external hwmem and HW-recurring tasks 2.0.4 -> 2.0.5: - Fix tensor size calculations on TRIV2 layout - Add some testcases to run infernces using an async thread 2.0.2 -> 2.0.4: - Add ioctl() to get the number of requests for trinity devices - Add ioctl() to stop all requests for trinity devices - Support log verbose mode for debugging - Version sync with npu-engine-emul 2.0.1 -> 2.0.2: - Fix minor bugs (e.g., weight offset setting and data size calc) - Add user-level APIs to get status (e.g., memory/device status) - Support memory status ioctl for trinity devices - Support the stop feature to terminate submitted requests 2.0.0 -> 2.0.1: - Fully support the TRIV2 device and kernel driver - Add missing device functions (e.g., unsetModel) - Resolve minor bugs and svace issues 1.2.0 -> 2.0.0: - Revise the whole source codes (C++ porting/refactoring) - Increase the code coverage (>= 85%) - Support a segment table for TRIV2 inferences - Sync with the revised NPU kernel drivers 1.1.4 -> 1.2.0: - Sync with the NPU kernel driver refactoring - Add the version control with the NPU kernel driver 1.1.3 -> 1.1.4: - Add APIs to sepecify inference constraints (e.g., timeout/priority) - Add an option to control multiple buffering - Support a thread pool to support concurrent ioctls - Support a HW-recurring input service for runNPU_internalInput() 1.1.2 -> 1.1.3: - Fix minor bugs on NPU unittests - Add install_rpath for ubuntu users - Disable apptests using tvn models (instead, CI will do this) 1.1.1 -> 1.1.2: - Fix minor bugs on shamt handling in NPU emulation codes - Add an API to get the model metadata 1.1.0 -> 1.1.1: - Fix minor bugs on data mainpulation 1.0.1 -> 1.1.0: - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator) - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata) - Simplify debian/tizen packaging scripts 1.0.0 -> 1.0.1: - Fix minor bugs in testdata generation 0.0.7 -> 1.0.0: - Support simultaneous request handling from different user apps - Support timeout and priority handling for multiple requests - Add and verify prebuilt tvn models (TRIV v1) in FastModel - Sync with the NPU driver version in NPU_Linux-kernel 0.0.6 -> 0.0.7: - Verify test cases on FastModel - Fix a few minor bugs 0.0.5 -> 0.0.6: - Support new NPU binary format (i.e., version 2) - Support non-contiguous multiple input/output tensors - Support data manipulation and quantization (only for npubinfmt v2) 0.0.4 -> 0.0.5: - Add a prototype for NPU-ASR - Fix minor bugs 0.0.3 -> 0.0.4: - Change names of sub-packages from libnpuengine to npu-engine 0.0.2 -> 0.0.3: - Tarballs containing test data are removed - Test data are generated at the build time 0.0.1 -> 0.0.2: - NPU Vision functionality verified in the FastModel envionment - Support Ubuntu 16.04 packaging & emulation of NPU executions - More test cases with single/multi-layer NPU models