[Refactoring] return 'task_id' when calling runNPU_sync/async
[platform/adaptation/npu/trix-engine.git] / src / core / ne-handler.cc
2021-03-17 Dongju Chae[Refactoring] return 'task_id' when calling runNPU_sync...
2021-03-12 Dongju Chae[libnpuhost] Add the API to get DSPM size of DSP HW.
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-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-04 Dongju Chae[2TOPS/Fix] Use dynamic data granularity
2020-12-04 Dongju Chae[Profile] Implement the profile interface and fix minor...
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-12 Dongju Chae[Model/Tops] Check the TOPS which TRIV2 device supports
2020-11-10 Dongju Chae[Emul] Revise NPU emulation to use libmrpsim.so
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-18 Dongju Chae[FIX/FPGA] Add driver-assisted memcpy for workaround...
2020-08-13 Dongju Chae[UnitTest] Add some negative cases for libnpuhost unittest
2020-08-11 Wook Song[Core/Handler] Remove assert in getDeviceStatus ()
2020-08-10 Wook Song[Core/Handler] Replace realloc() with malloc()
2020-08-07 Dongju Chae[Apptest] Rename all apptests to be more intuitive
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-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-19 Dongju Chae[Triv2/Fix] Add error handling codes to check too large...
2020-06-17 Dongju Chae[API] Add new API to check the device status before...
2020-05-29 Dongju Chae[Handler] Fix triv's weight offset setting
2020-05-27 Dongju Chae[Coverage] Increase the code coverage by excluding...
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-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-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[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[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/Handler] Increase test coverage for host...
2020-04-23 Dongju Chae[Coverage/Apptest] Enable to run apptests in coverage...
2020-04-21 Wook Song[UnitTests] Fix build warnings about -Werror=sign-compare
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-16 Dongju Chae[UnitTest/Model] Revise model and add its unittests
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-08 Dongju ChaeUpdate software stack url and log tag info
2020-04-07 Dongju Chae[Refactor/libnpuhost/Handler] Revise host handler and...