[Coverage] Increase code Coverage
[platform/adaptation/npu/trix-engine.git] / src /
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...
2020-11-26 Dongju Chae[Emul/2TOPS] Fix a wrong command filepath for 2TOPS NPU
2020-11-26 Dongju Chae[Host/Refactor] Move libnpuhost codes to ./src/host/
2020-11-24 Dongju Chae[UTILS] Add a feature of trinity-smi to show list of...
2020-11-18 Dongju Chae[Handler/API] Add libnpuhost APIs to get NPU device...
2020-11-18 Dongju Chae[Handler/API] Add libnpuhost APIs to get driver API...
2020-11-13 Dongju Chae[Emul/2TOPS] Use environment variable to set the comman...
2020-11-12 Dongju Chae[Model/Tops] Check the TOPS which TRIV2 device supports
2020-11-10 Dongju Chae[UnitTest] Add LD_LIBRARY_PATH to test envionment
2020-11-10 Dongju Chae[Emul] Revise NPU emulation to use libmrpsim.so
2020-11-03 Dongju Chae[DataConvert] Add missing warning messages on data...
2020-10-22 Dongju Chae[FIX] Fix input/output data size calculation
2020-09-24 Dongju Chae[Profile] Implement the prototype of profiling APIs
2020-09-23 Dongju Chae[Bug/Unregister] Fix the bug related to unregisterModels()
2020-09-21 Dongju Chae[libnpuhost/profile] Add new APIs for NPU profiling
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-28 Dongju Chae[DataManip] Implement data converter class
2020-08-27 Dongju Chae[Bug/Weight] fix bug accessing weight seg idx when...
2020-08-20 Dongju Chae[FIX/DMABUF] Fix external segments handling
2020-08-18 Dongju Chae[FIX/FPGA] Add driver-assisted memcpy for workaround...
2020-08-14 Wook Song[Core/Utils] Make logWrite have a return value
2020-08-13 Dongju Chae[UnitTest] Add some negative cases for libnpuhost unittest
2020-08-13 Dongju Chae[UnitTest] Add new unittest for libnpuhost
2020-08-12 Wook Song[Core/NPUDrvAPI/Triv2] Implement stop_target()
2020-08-12 Dongju Chae[Coverage] Increase the code coverage for HWmem
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to uninitialized...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to parsing warning
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to no virtual...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to printf format
2020-08-11 Wook Song[Core/Handler] Remove assert in getDeviceStatus ()
2020-08-10 Dongju Chae[SAM/Segt] Reduce complexity of segment table creation
2020-08-10 Wook Song[Core/Handler] Replace realloc() with malloc()
2020-08-10 Dongju Chae[Fix/HW] Fix the emulated impl. of hw-input-service
2020-08-10 Dongju Chae[Svace] Fix svace issues newly detected
2020-08-10 Wook Song[Core/HwInputSrv] Use dev_t instead of the path of...
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 Dongju Chae[API/HwInput] Fix runInternal() API for HW input service
2020-08-03 Dongju Chae[Svace] Resolve unresolved svace issues
2020-08-03 Dongju Chae[UnitTest/NPU] Fix the handling of runInput() return...
2020-07-27 Dongju Chae[API/RunInternal] Implement run_internal (HW recurring...
2020-07-27 Dongju Chae[libnpuhost] Revisiting alloc/dealloc APIs
2020-07-09 Dongju Chae[Triv2] Fix calculating input/output tensor sizes on...
2020-06-24 Dongju Chae[Triv2/Model] Add the model's finalize() to apply user...
2020-06-24 Dongju Chae[Debugging] Add log verbose mode for debugging.
2020-06-23 Dongju Chae[Ioctl] Add numRequests/stop ioctl() impl for trinity...
2020-06-19 Dongju Chae[Triv2/Fix] Add error handling codes to check too large...
2020-06-18 Dongju Chae[Scheduler] Implement the request stop feature
2020-06-17 Dongju Chae[API] Add new API to check the device status before...
2020-06-17 Dongju Chae[ioctl] apply memory status ioctl() for trinity devices
2020-06-17 Dongju Chae[Emul] Revise model id calculation
2020-06-04 Dongju Chae[Fix] Add missing data size calculation for TRIV2 quant...
2020-05-29 Dongju Chae[Handler] Fix triv's weight offset setting
2020-05-27 Dongju Chae[npubinfmt/v3] skip checking weight segment if weight...
2020-05-27 Dongju Chae[Coverage] Increase the code coverage by excluding...
2020-05-27 Wook Song[Core/NPU/DrvAPI] Fix bugs in checking the sanity of...
2020-05-27 Dongju Chae[handler] implement each device's unsetModel() to call...
2020-05-25 Dongju Chae[Dmabuf] Revise the dmabuf apptest using TRIV2 device
2020-05-25 Wook Song[Triv2] Implement driver API for Triv2 device
2020-05-25 Dongju Chae[Fix/Svace] Resolve a few svace issues
2020-05-22 Dongju Chae[Fix] Make the weight segment instead of reusing model...
2020-05-19 Dongju Chae[Fix/Bug] memory allocator's allocMemory() should not...
2020-05-19 Dongju Chae[Fix/Bug] Resolve the bug overwriting some region in...
2020-05-18 Dongju Chae[Triv2] Fix model's internal id handling in triv2
2020-05-18 Wook Song[Core/DrvAPI] Implement the driver api for triv1
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[Coverage] Increase the overall code coverage
2020-05-08 Dongju Chae[API/Notimode] Add an extra API to set notification...
2020-05-08 Dongju Chae[TRIV2] Implement TRIV2 handling with segt and add...
2020-05-08 Dongju Chae[Metadata/V3] Implement metadata for npubinfmt v3 ...
2020-05-07 Dongju Chae[Svace] Fix minor svace defects
2020-05-07 Dongju Chae[API/Status] Implement the memory status API and add...
2020-04-26 Dongju Chae[TRIV2/Segt] Implement a segmenet table derived from...
2020-04-23 Dongju Chae[Coverage/Handler] Increase test coverage for host...
2020-04-23 Dongju Chae[Coverage/Apptest] Enable to run apptests in coverage...
2020-04-23 Dongju Chae[Coverage/Inf] Increase test coverage for input services
2020-04-22 Dongju Chae[Coverage/NPU] Increase test coverage for NPU driver...
2020-04-21 Wook Song[Core/NPU/Meson] Add fallback dependency on npu-engine...
2020-04-21 Wook Song[UnitTests] Fix build warnings about -Werror=sign-compare
2020-04-21 Dongju Chae[NPUdrvAPI] Add init() to check a device is available
2020-04-21 Dongju Chae[Revision] Revise handler and related components
2020-04-20 Dongju Chae[UnitTest/Buffer] Revise buffer impl. and add its unittests
2020-04-20 Dongju Chae[UnitTest/Sched] Revise the scheduler impl. and add...
2020-04-16 Dongju Chae[UnitTest/Model] Revise model and add its unittests
2020-04-16 Dongju Chae[UnitTest/Mem] revise memory allocator and add its...
2020-04-16 Dongju Chae[UnitTest/Inf] Revise inf impl. and revise its unittests
2020-04-14 Dongju Chae[UnitTest/InputService] Revise inputservice and add...
2020-04-14 Dongju Chae[UnitTest/HWmem] Revise HWmem impl. and add unittests
2020-04-14 Dongju Chae[Svace] Fix unresolved svace issues
2020-04-10 Dongju Chae[Svace] Fix svace defects reported by ahub service
2020-04-10 Dongju Chae[UnitTest/Utils] Revise conf/utils and add their negati...
2020-04-10 Dongju Chae[UnitTest/ThreadPool] Revise ThreadPool and add its...
2020-04-08 Dongju Chae[UnitTest/NPU] Add NPUdrvAPI (emulation only) unittests
2020-04-08 Dongju Chae[UnitTest/Comm] Add CommPlugin unittests
2020-04-08 Dongju ChaeUpdate software stack url and log tag info
next