[Model] Fix tensor size calculation
[platform/adaptation/npu/trix-engine.git] / tests / apptests /
2021-07-27 Dongju Chae[Test] Fix the print format of bulk test.
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-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-06 Dongju Chae[Plugins] Create sub-directory for plugins
2021-07-05 Dongju Chae[Apptest] Add apptest to test API call interleaving
2021-06-30 Dongju Chae[Test] Add aging test to repeat whole APIs
2021-06-25 Dongju Chae[Apptest] Add extra aging test to repeat model register...
2021-06-25 Dongju Chae[Apptest] Add aging test mode and check mem leak
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-15 Dongju Chae[NPUMGR/Dummy] Enable NHWC format handling
2021-06-14 Dongju Chae[VD/NPUMGR] Add tizen-npumanager dependency
2021-05-28 Dongju Chae[FPGA/FIX] fix some apptests for 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-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[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[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[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[unittest/hwmem] Remove cgem unittest
2021-02-22 Dongju Chae[Coverity] Resolve some coverity issues
2021-02-22 Dongju Chae[Profile] Support DSP profiling parsing
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-07 Dongju Chae[Fix] Specify recurring test's target NPU to 8TOPS
2021-01-05 Dongju Chae[TRIV2.3/API] Add new API to get a device instance...
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...
2020-11-03 Dongju Chae[Fix/AppTest] Increase the timeout for triv2 bulk apptest
2020-11-03 Dongju Chae[Test/Util] Revise some apptests to use common test...
2020-09-24 Dongju Chae[Profile] Implement the prototype of profiling APIs
2020-09-23 Dongju Chae[Fix/Coverity] Resolve the reported coverity issues
2020-09-22 Wook Song[AppTests] Skip the test when the given model is not...
2020-09-17 Wook Song[AppTests] Do not install the dummy apptests in normal...
2020-09-17 Wook Song[AppTests/BulkGem] Fix a bug in destroying a DRM handle
2020-09-09 Dongju Chae[Fix/AppTest] Deprecated enum in libtinyxml2-dev
2020-09-09 Dongju Chae[AppTest] Add apptest to test models with different...
2020-08-28 Dongju Chae[TRIV2] Add data manipulation support for TRIV2
2020-08-18 Dongju Chae[FIX] resolve minor svace/coverity issues
2020-08-12 Dongju Chae[Fix/AppTest] Remove a model instance in TesterTRIV2
2020-08-12 Wook Song[Tests/App] Update the application-level test for hw...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to uninitialized...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to object scope...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to resource...
2020-08-10 Dongju Chae[Fix] resolve undefined macro (DRM_RDWR) issue in SPIN obs
2020-08-10 Dongju Chae[Svace] Fix svace issues newly detected
2020-08-07 Dongju Chae[Apptest] Rename all apptests to be more intuitive
2020-08-06 Dongju Chae[SAM/Segt] Reduce Cyclomatic Complexity in segment...
2020-08-05 Wook Song[Tests/AppTests] Add an application test to verify...
2020-08-05 Wook Song[Tests/App] Fix wrong indentations
2020-08-05 Dongju Chae[API/HwInput] Fix runInternal() API for HW input service
2020-07-27 Dongju Chae[API/RunInternal] Implement run_internal (HW recurring...
2020-07-16 Dongju Chae[AppTest] test cpu polling for output notification
2020-07-10 Dongju Chae[AppTest] Add apptest for multiple runs with the same...
2020-07-07 Dongju Chae[AppTest] Add extra arg to dump the obtained output
2020-06-24 Dongju Chae[AppTest/Dmabuf] add missing setDataInfo() in apptest_d...
2020-05-27 Dongju Chae[Coverage] Increase the code coverage by excluding...
2020-05-25 Dongju Chae[Dmabuf] Revise the dmabuf apptest using TRIV2 device
2020-05-22 Dongju Chae[Fix] Make the weight segment instead of reusing model...
2020-05-19 Dongju Chae[Fix] Make memory leak checking be optional
2020-05-18 Dongju Chae[Bug/Fix] Fix minor bugs in tizen/arm
2020-05-18 Dongju Chae[Triv2/Emul] Verify npubinfmt v3 model using triv2...
2020-05-14 Dongju Chae[HWmemExternal] Support external hwmem (dmabuf)
2020-05-08 Dongju Chae[TRIV2] Implement TRIV2 handling with segt and add...
2020-05-07 Dongju Chae[API/Status] Implement the memory status API and add...
2020-04-23 Dongju Chae[Coverage/Apptest] Enable to run apptests in coverage...
2020-04-10 Dongju Chae[Svace] Fix svace defects reported by ahub service
2020-04-07 Dongju Chae[Refactor/Build/Tests] Revise meson.build and test...
2020-03-20 Dongju Chae[npubinfmt] variable-length metadata size
2020-03-17 Dongju Chae[ASR] Disable the ASR apptest for a while
2020-03-06 Dongju Chae[Fix] Rename DSP-related ones to HW/Recurring
2020-03-06 Dongju Chae[Dist] Add install_rpath for test cases
2020-03-05 Dongju Chae[InputService/DSP] Add internal input service with DSP
2020-03-05 Dongju Chae[Tests] Revise unit/apptests to sync with updated inter...
2020-03-02 Dongju Chae[VOC/API] Add a host API to get model metadata
2020-02-18 Dongju Chae[TestdataGen] Reuse NPU emul to generate reference...
2020-02-14 Dongju Chae[AppTest] Revise visa example apptest for readability
2020-02-12 Dongju Chae[Test/Model] Change the test directory from ./src/test...