[Fix] Reset internal callback after submission
[platform/adaptation/npu/trix-engine.git] / include /
2021-08-11 Dongju Chae[Profile] Allow multiple calls to get profile data
2021-08-09 Dongju Chae[Format] Revise the format of whole source codes
2021-08-05 Dongju Chae[layout] Add raw data layout
2021-07-21 Dongju Chae[libnpuhost] Use NULL instead of nullptr
2021-07-20 Dongju Chae[API/CUSE] Get profile data submitted by other process
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-12 Dongju Chae[npubinfmt] Add extended metasize to npubinfmt.h
2021-07-08 Dongju Chae[libnpuhost] Add minor comment
2021-06-25 Dongju Chae[npubinfmt] Add data layout for inout tensors to npubin...
2021-06-25 Dongju Chae[HW] Revise HW input service
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[CodeClean] Add newline between variable and doxygen...
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[API] Add decoupled inference APIs (request submission)
2021-06-14 Dongju Chae[API/Log] Add Logging API for users with custom tag
2021-05-26 Dongju Chae[FIX/PROFILE] Fix profile data alignment shared with...
2021-05-25 Dongju Chae[API] Add a common API to cover runNPU_sync/async
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-06 Dongju Chae[API/Profile] Seperate profiling data
2021-05-06 Dongju Chae[API/Profile] Implement getNPU_profile_opt()
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-25 Dongju Chae[Profile/Fix] Rename 'unknown' layer to 'unclassified...
2021-03-25 Dongju Chae[Profile/Fix] Increase the max length of layer name
2021-03-19 Dongju Chae[npubinfmt] add description for extended metadata
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[Profile] Add unknown layer for unmapped vISA insts
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-26 Dongju Chae[npubinfmt] add extra info to store number of visa...
2021-01-15 Dongju Chae[Doc/Fix] Update some documents to apply changed testda...
2021-01-14 Dongju Chae[UnitTest/NPU] Remove some testcases for TRIV1
2021-01-14 Dongju Chae[npubinfmt/profile] Add decription of extended metadata...
2021-01-14 Dongju Chae[npubinfmt/profile] Rename the magiccode's extra field
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...
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-11 Dongju Chae[npubinfmt] Add the size of dsp memory to npubinfmt
2020-11-10 Dongju Chae[npubinfmt] add macro to get 'TOPS' from npu_version
2020-09-24 Dongju Chae[Profile] Implement the prototype of profiling APIs
2020-09-21 Dongju Chae[libnpuhost/profile] Add new APIs for NPU profiling
2020-08-20 Dongju Chae[libnpuhost] remove unused APIs
2020-08-05 Dongju Chae[API/HwInput] Fix runInternal() API for HW input service
2020-07-27 Dongju Chae[NPUBINFMT] Add an NPU (i.e., arch) version in npubinfmt
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-17 Dongju Chae[API] Add new API to check the device status before...
2020-05-28 Dongju Chae[Release] NPU Engine new release 2.0.1
2020-05-27 Dongju Chae[Coverage] Increase the code coverage by excluding...
2020-05-27 Dongju Chae[Doxygen/libnpuhost] Revise some comments in libnpuhost.h
2020-05-18 Dongju Chae[Triv2/Emul] Verify npubinfmt v3 model using triv2...
2020-05-08 Dongju Chae[API/Notimode] Add an extra API to set notification...
2020-05-07 Dongju Chae[API/Status] Implement the memory status API and add...
2020-05-07 Dongju Chae[npubinfmt/v3] Add an offset variable for each tensor...
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-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 Chae[npubinfmt/triv2] NPU binary format for TRIV2 models
2020-04-08 Dongju ChaeUpdate software stack url and log tag info
2020-04-07 Dongju Chae[Refactor/libnpuhost/Handler] Revise host handler and...
2020-04-06 Dongju ChaeRemove the unused header, NPUARMPlugin.h
2020-03-20 Dongju Chae[npubinfmt] variable-length metadata size
2020-03-06 Dongju Chae[Fix] Rename DSP-related ones to HW/Recurring
2020-03-05 Dongju Chae[API/DSP] Implement runNPU_internalInput() for VDNPU...
2020-03-05 Dongju Chae[Tests] Revise unit/apptests to sync with updated inter...
2020-03-05 Dongju Chae[API/Priority] Add the API to set timeout/priority...
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-12 Dongju Chae[libnpuhost] Add the API to set timeout for next inferences
2020-01-29 Dongju Chae[libnpuhost] Support output_buffers with multiple tensors
2020-01-28 Dongju Chae[DataManip] Implement data manipulation for BUFFER_MAPPED
2020-01-16 Dongju Chae[libnpuhost] revise buffer allocation/cleanup APIs...
2020-01-14 Dongju Chae[libnpuhost/api] add the API to set data info for input...
2020-01-13 Dongju Chae[npubinfmt/v2] add quantization parameters for each...
2019-12-18 Dongju Chae[TEST/MODELGEN] Sync with the updated npubinfmt.h
2019-12-18 Dongju Chae[NPUBINFMT] Append per-tensor information (e.g., num...
2019-12-18 Dongju Chae[ASR] Revise inference-related SW stack for NPU-ASR
2019-12-17 Dongju Chae[ASR] make ASR use a dummy model
2019-11-29 MyungJoo HamCommon/Typedef: Update input mode description
2019-11-19 Dongju Chae[README/DOC] Revise README.md and add some documentation
2019-11-11 Dongju Chae[NPU] add a missing header, typedef.h, to npubinfmt.h
next