[API] Add an optional scheduler param when setting npu scheduler
[platform/adaptation/npu/trix-engine.git] / include / host / libnpuhost.h
2021-07-13 Dongju Chae[API] Add an optional scheduler param when setting...
2021-07-12 Dongju Chae[API] Add setNPU_requestScheduler
2021-07-08 Dongju Chae[libnpuhost] Add minor comment
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[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-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-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-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[Coverage] Increase the code coverage of libnpuhost
2021-01-05 Dongju Chae[TRIV2.3/API] Add new API to get a device instance...
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-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[API/RunInternal] Implement run_internal (HW recurring...
2020-07-27 Dongju Chae[libnpuhost] Revisiting alloc/dealloc APIs
2020-06-17 Dongju Chae[API] Add new API to check the device status before...
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-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-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-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...
2020-03-20 Dongju Chae[npubinfmt] variable-length metadata size
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-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-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...
2019-10-28 MyungJoo Ham[ASR] Add skeleton for ASR support
2019-09-23 Dongju Chae[LIBHOST] Add a user-level API to allocate a generic_buffer
2019-09-18 Dongju Chae[LIBHOST] Fix the linking problem for APIs in CPP appli...
2019-09-17 Dongju Chae[MEM/IP] Support dma-buf sharing for I/O buffers
2019-09-06 MyungJoo Ham[ASR] Add device-type for ASR
2019-08-30 Dongju Chae[API] Revise buffer types defined in libnpuhost.h
2019-08-21 Dongju Chae[AppTest] Add an example AppTest to test async output...
2019-08-12 Parichay Kapoor[mem/N11] Remove double buffering related code
2019-08-05 Parichay Kapoor[N11] Update interface to support for different kinds...
2019-08-01 Parichay Kapoor[N11] Added N11 prototype implementation
2019-07-31 Dongju Chae[BUILD] Revise directories for libnpu-engine