[Core/NPU/Emul] Fill the function body for AVGP emulation
[platform/adaptation/npu/trix-engine.git] / src /
2019-11-19 Wook Song[Core/NPU/Emul] Fill the function body for AVGP emulation
2019-11-19 Dongju Chae[BUG] Bug fix in CONV emulation and esum/weight data...
2019-11-19 Dongju Chae[TESTDATA] Add a testcase for multi-layer model to...
2019-11-19 Dongju Chae[TESTDATA/FIX] Fix the model generation to use specifie...
2019-11-19 Wook Song[Core/NPU/Emul] Add skeleton code for ReLU, AVGP, CONVE...
2019-11-19 Wook Song[Core/NPU/Emul] Add a struct representing instruction...
2019-11-19 Wook Song[Core/NPU/Emul] Add a struct representing instruction...
2019-11-19 Wook Song[Core/NPU/Emul] Add a struct representing instruction...
2019-11-19 Wook Song[Core/NPU/Emul] Add a struct representing instruction...
2019-11-19 Wook Song[Core/NPU/Emul] Add a struct representing instruction...
2019-11-18 Dongju Chae[NPU/EMUL] Add NPU emulation engine (support CONV/MAXP...
2019-11-18 Dongju Chae[TESTDATA] Add enum for trinity opcodes
2019-11-18 Dongju Chae[TESTDATA] Fix multi-layer testdata generation when...
2019-11-14 Dongju Chae[NPU/EMUL] Add a skeleton for NPU ioctl emulations
2019-11-11 Wook Song[Core/Conf] Make load_conf_default static
2019-11-11 Dongju Chae[FIX] Make model generator generate final input/output...
2019-11-11 Dongju Chae[MEM] Add .reset_buffer() to prevent deadlocks on vario...
2019-11-11 Dongju Chae[TESTDATA] Add testdata generator with multi-layer...
2019-11-08 Dongju Chae[UNITTEST] Fix dummy model metadata and callback check
2019-11-08 Dongju Chae[TESTDATA] Update the NPU binary generator for multi...
2019-11-07 Wook Song[Test/AppTests] Reduce number of tests when running...
2019-11-07 Wook Song[Core/Conf] Add an API to get the current running mode
2019-11-07 Dongju Chae[NPU/CONF] Bug fix due to wrong config loads in NPU...
2019-11-04 Dongju Chae[MEM/CMA] Bug fix in cma wrappers for dmabuf map/unmap
2019-11-01 Dongju Chae[BUG] Fix the wrong encoding for input/output offset...
2019-11-01 Dongju Chae[FIX] fix the bug in example_visa apptest when it handl...
2019-11-01 Dongju Chae[BUG] fix srnpu unittests to use valid dmabuf id
2019-11-01 Dongju Chae[BUG] Fix the wrong ioctl arguments in srnpu APIs
2019-11-01 채동주/On-Device Lab... Revert "[BUG/NPU] bug fix in npu_open() for fd return"
2019-11-01 Dongju Chae[BUG] Fix wrong ioctl argument for dmabuf mapping
2019-11-01 Dongju Chae[BUG] Fix bugs in the unittest for srtlb APIs
2019-10-28 Dongju Chae[BUG/NPU] bug fix in npu_open() for fd return
2019-10-28 MyungJoo Ham[ASR] Add skeleton for ASR support
2019-10-28 Parichay Kapoor[TLBdrvAPI] sr TLB API driver implementation
2019-10-28 Parichay Kapoor[n4/n3] return buffer in case of error
2019-10-28 Dongju Chae[APPTEST] Add the apptest to test example visa binaries
2019-10-28 Dongju Chae[TEST] Add a script to generete a NPU model with visa...
2019-10-28 Dongju Chae[DMABUF] Add new APIs for sync features on dmabuf
2019-10-14 Parichay Kapoor[mem/npu] Add register of dmabuf when alloc memory
2019-10-08 Parichay Kapoor[TLBdrvAPI] Added TLB user-side API skeleton
2019-10-02 Dongju Chae[MEM] Resolve the race condition bug in buffer resizing
2019-10-01 Dongju Chae[MEM] Revise enum hwmem_type for readability
2019-10-01 Parichay Kapoor[NPUdrvAPI] Updated interface
2019-09-27 Dongju Chae[MEM] Rename the API 'get_size' to 'get_pool_size'
2019-09-26 Dongju Chae[GEM] Add an extra argument for cacheable GEM buffer
2019-09-23 Dongju Chae[AppTest] add AppTest to test dma-buf sharing for I...
2019-09-23 Dongju Chae[LIBHOST] Add a user-level API to allocate a generic_buffer
2019-09-19 Parichay Kapoor[host-input-service] bugfix for base address
2019-09-18 Dongju Chae[BUG FIX] Fix the assertion error of 'DummyInference...
2019-09-18 Wook Song[Test/Utils] Clean code and handle BUFFER_UNDEFINED
2019-09-18 Wook Song[Tests/IP] Revise the test case named 'registerNPUmodel...
2019-09-17 Dongju Chae[MEM/IP] Support dma-buf sharing for I/O buffers
2019-09-16 Dongju Chae[Handler] Minor fix on ne-handler.c
2019-09-16 Wook Song[Mem] Refactor mem_alloc()
2019-09-16 Dongju Chae[AppTest] add AppTest to test dma-buf sharing for model...
2019-09-16 Dongju Chae[NPU] Fix ioctl() warnings in NPU driver API
2019-09-16 Dongju Chae[MEM] Revise .get_dmabuf() to support KERNEL_CMA
2019-09-16 Dongju Chae[MEM] Fix error return statements
2019-09-16 Dongju Chae[CONF] Replace sscanf() to strtoull() for parsing ...
2019-09-16 Dongju Chae[IP] Change IP-plugin to use dmabuf_register() for...
2019-09-10 Dongju Chae[CONF] Enable KERNEL_CMA as default in FastModel
2019-09-10 Dongju Chae[MEM] Add new API, register_dmabuf, to register pre...
2019-09-09 Dongju Chae[BUG] Fix the bug caused by a non-terminated thread...
2019-09-06 Dongju Chae[Handler] Revise APIs in ne-handler
2019-09-06 MyungJoo Ham[ASR] Add device-type for ASR
2019-09-06 Dongju Chae[MEM] Revise N71 to support KERNEL_CMA
2019-09-04 Dongju Chae[Bug/Test] Bug fix in ne-handler unittest when obtainin...
2019-09-04 Dongju Chae[AppTest] Make AppTest, async_callbacks, use ne_test_ut...
2019-09-04 Dongju Chae[GEM] Revise GEM APIs to support multiple malloc-ed...
2019-09-03 Dongju Chae[IP-plugin] Reuse the codes in runNPU_async() for runNP...
2019-09-03 Dongju Chae[Bug] Fix deadlock bug in ip plugin to handle async...
2019-08-30 Dongju Chae[Bug] bug fix in output callback handling
2019-08-30 Dongju Chae[API] Revise buffer types defined in libnpuhost.h
2019-08-29 Parichay Kapoor[NPUdrvAPI/test] Bug fix for npu open name
2019-08-27 Wook Song[Core/Utils] Make logging utility functions be thread...
2019-08-27 Wook Song[Core/Utils] Replace malloc() for logging
2019-08-27 Wook Song[Tests/IP] Add test cases for registerNPUmodel() with...
2019-08-23 Wook Song[Core/IP] bugfix: Make sure to return negative value...
2019-08-22 Wook Song[Core/IP] Refactor the registerNPUmodelmem function
2019-08-22 Wook Song[Tests] Separate utilities for creation of dummy model...
2019-08-22 Wook Song[Core/IP] bugfix: Add a missing parameter to loginfo
2019-08-21 Parichay Kapoor[test/handler] Adding unittest for handler
2019-08-21 Dongju Chae[GEM] Change the base path of GEM driver
2019-08-21 Dongju Chae[AppTest] Add an example AppTest to test async output...
2019-08-21 Parichay Kapoor[ip] Added bug fixes for IP
2019-08-21 Parichay Kapoor[test/inf] Adding unittest for ne-inf
2019-08-20 Parichay Kapoor[NE] Add order in constructor and destructor
2019-08-19 Dongju Chae[NE] Bug fix on ne-handler.c and plugin-comm-ip.c
2019-08-19 Dongju Chae[AppTest] Add example AppTest: dummy inference
2019-08-14 Dongju Chae[GEM] Increase test coverage in GEM APIs
2019-08-12 Dongju Chae[N71] Add extra test cases to increase coverage and...
2019-08-12 Parichay Kapoor[NE] Remove submodels heirarchy
2019-08-12 Parichay Kapoor[ip] Add test mode for plugin-comm ip
2019-08-12 Parichay Kapoor[mem/N11] Remove double buffering related code
2019-08-12 Dongju Chae[Utils] Increase test coverage in ne-conf/utils.c
2019-08-09 Dongju Chae[Build/Dir] Reconstruct core source directory
2019-08-09 Dongju Chae[GEM] Add test_mode in gem driver API.
2019-08-08 Parichay Kapoor[mem-test] Added unittest for ne-mem for npu async...
2019-08-08 Parichay Kapoor[N11] Update permission and buffer sequence
2019-08-06 Parichay Kapoor[N11] Setup sequence number
next