[Action] upload meson test log if test failed
[platform/adaptation/npu/trix-engine.git] / tests /
2022-07-21 Yelin Jeong[Unittest] fix segmentation fault
2022-07-20 Yelin Jeong[Unittest] add hwmem test
2022-06-16 yelini-jeong[unittest] fix segmentation fault
2022-06-02 yelini-jeong[Test] automate app tests
2021-12-15 Dongju Chae[License] Add Apache-2.0 License
2021-11-30 yelini-jeong[Coverage] Increase code Coverage
2021-11-16 Dongju Chae[Example] Revise example code
2021-11-16 yelini-jeong[Coverage] Increase code Coverage
2021-09-13 Dongju Chae[Test/Fix] Change data type to DATA_TYPE_MODEL
2021-08-27 Dongju Chae[Coverity] Resolve newly reported coverity issues
2021-08-24 Dongju Chae[Test] Add missing result message in interleave apptest
2021-08-24 Dongju Chae[Fix] Use LAYOUT_MODEL for dmabuf apptest
2021-08-24 Dongju Chae[Fix] Use v2.3.8 models for testing
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[Valgrind] Remove valgrind warnings.
2021-08-10 Dongju Chae[Test] Refactoring setting test model
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] Add warning when setting data info
2021-07-28 Dongju Chae[FPGA] Fix logic to compare output data
2021-07-27 Dongju Chae[Test] Fix the print format of bulk test.
2021-07-23 Dongju Chae[Coverage] increase coverage of npu api header
2021-07-22 Dongju Chae[Fix] fix the position of goto label
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-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-13 Dongju Chae[Plugin/Test] Plugin test refactoring
2021-07-12 Dongju Chae[API] Add setNPU_requestScheduler
2021-07-09 Dongju Chae[Apptest] Add test checking how to handle SIGKILL events
2021-07-09 Dongju Chae[Action] Move ubuntu-apptest to github action from...
2021-07-09 Dongju Chae[NNS/Test] Add nnstreamer plugin test
2021-07-08 Dongju Chae[Dist] Ignore stdout messages from simulator
2021-07-08 Dongju Chae[Utils] Dependency refactoring test utils
2021-07-06 Dongju Chae[Plugins] Create sub-directory for plugins
2021-07-05 Dongju Chae[Apptest] Add apptest to test API call interleaving
2021-07-01 Dongju Chae[InputService] Perform refactoring for input services
2021-06-30 Dongju Chae[Test] Add aging test to repeat whole APIs
2021-06-29 Dongju Chae[Data] Support data layout conversion between NCHW...
2021-06-25 Dongju Chae[Apptest] Add extra aging test to repeat model register...
2021-06-25 Dongju Chae[HW] Revise HW input service
2021-06-25 Dongju Chae[Apptest] Add aging test mode and check mem leak
2021-06-25 Dongju Chae[Svace] Fix svace defects
2021-06-23 Dongju Chae[Apptest] Add apptest for multiple inferences (againg...
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-18 Dongju Chae[API] Implement decoupled APIs for network inferencing
2021-06-15 Dongju Chae[NPUMGR/Dummy] Enable NHWC format handling
2021-06-14 Dongju Chae[API/Log] Add Logging API for users with custom tag
2021-06-14 Dongju Chae[UnitTest] Add missing task handle initialization
2021-06-14 Dongju Chae[VD/NPUMGR] Add tizen-npumanager dependency
2021-06-08 Dongju Chae[TCM] remove '#ifdef' in outside of TCs
2021-06-08 Dongju Chae[FIX/VD] Rename npu schduler device and other kernel...
2021-05-31 Dongju Chae[Svace] Fix memory leak
2021-05-31 Dongju Chae[Coverage] Increase function coverage
2021-05-28 Dongju Chae[FPGA/FIX] fix some apptests for FPGA env.
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[Tests/Fix] Use NHWC format to compare golden data
2021-05-26 Dongju Chae[Profile/Tests] Add a profile option to select profile...
2021-05-26 Dongju Chae[Fix/Coverity] Fix coverity issues not checking return...
2021-05-26 Dongju Chae[VD/NPUMGR] Implement network execute APIs
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[Build/Fix] Remove unnecessary glib dependency
2021-05-25 Dongju Chae[VD/NPUMGR] Daemonize NPUMGR runnable in FastModel
2021-05-25 Dongju Chae[Comm/FD] Allow to read file contents via a file descriptor
2021-05-25 Dongju Chae[Tests/Utils] Separate common functions from test utils
2021-05-25 Dongju Chae[VD/NPUMGR] Implement network/tensor query functions
2021-05-18 Dongju Chae[VD/NPUMGR] Implement network create/destroy
2021-05-18 Dongju Chae[VD/NPUMGR] Add the TRIV2 plugin prototype of npumgr
2021-05-17 Dongju Chae[FIX] Update test models v2.3.4 to v2.3.5
2021-04-27 Dongju Chae[Utils/Cuse] Implement run_input ioctl and connect...
2021-04-27 Dongju Chae[VD/NPUMGR] Implement the protoype of NPU Manager
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-08 Dongju Chae[Fix] Rename 'task' to 'request'
2021-04-07 Dongju Chae[Profile] Add start/end cycles for profiling
2021-03-23 Dongju Chae[FIX] Update TRIV2 2TOPS testdata path
2021-03-18 Dongju Chae[Util] Add output dump mode
2021-03-18 Dongju Chae[Test/Preempt] Add an apptest to test the task preemption
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-11 Dongju Chae[Utils] Add a program option to apptests for selecting...
2021-03-11 Dongju Chae[unittest/libnpuhost] Fix program size setting for...
2021-03-11 Dongju Chae[unittest/hwmem] Remove cgem unittest
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-01-15 Dongju Chae[Doc/Fix] Update some documents to apply changed testda...
2021-01-14 Dongju Chae[Apptest/Doc] Add sample usage example using libnpuhost.h
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-07 Dongju Chae[Fix] Specify recurring test's target NPU to 8TOPS
2021-01-07 Dongju Chae[Fix/UnitTest] Change the npu version for testing
next