[Release] npu-engine 2.4.3 release
[platform/adaptation/npu/trix-engine.git] / src /
2021-10-20 Dongju Chae[VD/Kernel] Support multi-tensors of kernel requests
2021-10-18 Dongju Chae[Fix] Reset internal callback after submission
2021-10-18 Dongju Chae[DLOG] change dlog tag name
2021-10-14 Dongju Chae[FIX/SVACE] Fix svace error (integer overflow)
2021-10-14 Dongju Chae[FIX/DSPM] Use envionment variable to check dspm size
2021-09-27 Dongju Chae[Cuse/Fix] Add ENABLE_CUSE macro instead of variable
2021-09-05 Dongju Chae[Emul/Profile] Add PID info. to profile data path
2021-08-27 Dongju Chae[Coverity] Resolve newly reported coverity issues
2021-08-12 Dongju Chae[Bug] fix layout checking when calculating tensor size
2021-08-12 Dongju Chae[Coverage] Increase code coverage
2021-08-11 Dongju Chae[Profile] Allow multiple calls to get profile data
2021-08-10 Dongju Chae[Bug/Fix] Don't access request instance after callback
2021-08-10 Dongju Chae[Valgrind] Remove valgrind warnings.
2021-08-10 Dongju Chae[Misc] Change the default loglevel to 2
2021-08-09 Dongju Chae[Format] Revise the format of whole source codes
2021-08-06 Dongju Chae[Coverage] Increase coverage for libnpuhost APIs
2021-08-06 Dongju Chae[Converage] Increase code coverage for input services
2021-08-05 Dongju Chae[Layout] Skip layout conversion for raw data layout
2021-08-05 Dongju Chae[Layout] Add warning when setting data info
2021-08-05 Dongju Chae[Model] Fix tensor size calculation
2021-07-27 Dongju Chae[FPGA] Fix the memcpy size of fpga workaround
2021-07-23 Dongju Chae[visa] Add num visa insts
2021-07-23 Dongju Chae[DSPM] Check the model's DSPM size
2021-07-23 Dongju Chae[Coverage] increase coverage of npu api header
2021-07-21 Dongju Chae[CUSE] Support app statistics in CUSE
2021-07-20 Dongju Chae[API/CUSE] Get profile data submitted by other process
2021-07-19 Dongju Chae[Req] use request id from kernel driver
2021-07-19 Dongju Chae[CUSE] Allow multiple calls when getting profile buffer
2021-07-14 Dongju Chae[FIX] Handle newly added extended metasize field
2021-07-13 Dongju Chae[API] Add an optional scheduler param when setting...
2021-07-12 Dongju Chae[API] Add setNPU_requestScheduler
2021-07-09 Dongju Chae[Action] Move ubuntu-apptest to github action from...
2021-07-08 Dongju Chae[Dist] Ignore stdout messages from simulator
2021-07-06 Dongju Chae[Svace] Add missing model existence checking
2021-07-02 Dongju Chae[Segment] adds segment size info. for external memory
2021-07-01 Dongju Chae[InputService] Perform refactoring for input services
2021-06-29 Dongju Chae[Data] Support data layout conversion between NCHW...
2021-06-25 Dongju Chae[HW] Revise HW input service
2021-06-25 Dongju Chae[Bug/dealloc] Add missing close() on hwmem dealloc
2021-06-24 Dongju Chae[SegmentTable] Bug fix when restoring the segment table
2021-06-23 Dongju Chae[API] Add API to get model id of request and handle...
2021-06-23 Dongju Chae[API] Allow to submit a request multiple times
2021-06-22 Dongju Chae[API] Add API to submit requests for kernel modules
2021-06-21 Dongju Chae[Bug] Fix the bug when setting npumgr param
2021-06-18 Dongju Chae[API] Implement decoupled APIs for network inferencing
2021-06-15 Dongju Chae[NPUMGR/Dummy] Enable NHWC format handling
2021-06-15 Dongju Chae[API] Add decoupled inference APIs (request submission)
2021-06-14 Dongju Chae[API/Log] Add Logging API for users with custom tag
2021-06-14 Dongju Chae[Log] Add missing error logs for triv2 driver API
2021-06-10 Dongju Chae[Fix] Remove the dependency with npu scheduler
2021-06-08 Dongju Chae[FIX/VD] Rename npu schduler device and other kernel...
2021-06-03 Dongju Chae[Bug] Fix metadata memcpy bug
2021-05-31 Dongju Chae[Coverage] Increase function coverage
2021-05-27 Dongju Chae[FIX/FPGA] Enable data manipulation in FPGA env.
2021-05-27 Dongju Chae[Build/Fix] Add a meson option to select target platform
2021-05-26 Dongju Chae[Fix/Coverity] Fix coverity issues not checking return...
2021-05-25 Dongju Chae[API] Add a common API to cover runNPU_sync/async
2021-05-25 Dongju Chae[VD/NPUMGR] Implement buffer-related APIs
2021-05-25 Dongju Chae[API] add an API to calculate a tensor size of model
2021-05-25 Dongju Chae[Comm/FD] Allow to read file contents via a file descriptor
2021-05-25 Dongju Chae[Fix/Triv2] Fix checking a file descriptor of npu_sched...
2021-05-17 Dongju Chae[API/Profile] Add the profile opcode
2021-05-06 Dongju Chae[API/Profile] Seperate profiling data
2021-05-06 Dongju Chae[API/Profile] Implement getNPU_profile_opt()
2021-04-27 Dongju Chae[Utils/Cuse] Support profiling ioctl () of CUSE device.
2021-04-27 Dongju Chae[Utils/Cuse] Implement run_input ioctl and connect...
2021-04-22 Dongju Chae[Clang] Add .clang-format and apply updates
2021-04-21 Dongju Chae[API/Profile] Add profile data path to the profile...
2021-04-20 Dongju Chae[Utils/Cuse] Implement hwmem alloc/dealloc via Cuse...
2021-04-13 Dongju Chae[Fix] Reduce the maximum device nodes
2021-04-08 Dongju Chae[Fix] Rename 'task' to 'request'
2021-04-07 Dongju Chae[Profile] Add start/end cycles for profiling
2021-04-06 Dongju Chae[Emul/Tizen] Enable emulation mode in Tizen env.
2021-03-25 Dongju Chae[Profile] Support layer manipulation in kernel profiling
2021-03-25 Dongju Chae[Profile/Fix] Rename 'unknown' layer to 'unclassified...
2021-03-17 Dongju Chae[Refactoring] return 'task_id' when calling runNPU_sync...
2021-03-12 Dongju Chae[Profile] Add vISA execution sequence
2021-03-12 Dongju Chae[libnpuhost] Add the API to get DSPM size of DSP HW.
2021-02-22 Dongju Chae[Coverage] Increase the code coverage of libnpuhost
2021-02-22 Dongju Chae[Coverity] Resolve some coverity issues
2021-02-22 Dongju Chae[Profile] Support DSP profiling parsing
2021-02-22 Dongju Chae[Debugging] Add log level to print log messages to...
2021-02-22 Dongju Chae[UnitTest] Add unittest for data converter
2021-02-22 Dongju Chae[Profile] Add unknown layer for unmapped vISA insts
2021-02-22 Dongju Chae[UAPI] Use a hwmem type to support contiguous mapping
2021-02-19 Dongju Chae[FIX] Change extended metadata naming
2021-02-09 Dongju Chae[Profile] Add profile fmt version checking
2021-02-09 Dongju Chae[Docs] Replace documentation
2021-02-02 Dongju Chae[profile] Update per-layer profiling
2021-01-27 Dongju Chae[npubinfmt/profile] New proposal for profile extra...
2021-01-15 Dongju Chae[Profile] Implement vISA to layer (tensor name) mapping
2021-01-15 Dongju Chae[Profile] Get per-layer profiling info. from extended...
2021-01-14 Dongju Chae[UnitTest/NPU] Remove some testcases for TRIV1
2021-01-14 Dongju Chae[UAPI] Set model's npubinfmt version
2021-01-14 Dongju Chae[npubinfmt/profile] Rename the magiccode's extra field
2021-01-07 Dongju Chae[Fix] fix a potential deadlock when calling join()
2021-01-05 Dongju Chae[TRIV2.3/API] Add new API to get a device instance...
2021-01-04 Dongju Chae[2TOPS/Fix] Use dynamic data granularity
2020-12-14 Dongju Chae[Profile] Revise profiling interface for TRIV2 kernel...
2020-12-04 Dongju Chae[Profile] Implement the profile interface and fix minor...
next