platform/adaptation/npu/trix-engine.git
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-20 Wook Song[ReadMe] Fix unshown badges in README.md
2019-09-20 Parichay Kapoor[packaging] Dsiable track-origins for unittests
2019-09-19 Parichay Kapoor[host-input-service] bugfix for base address
2019-09-18 Dongju Chae[LIBHOST] Fix the linking problem for APIs in CPP appli...
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[README] Revise README.md in root dir to add useful...
2019-09-17 Dongju Chae[MEM/IP] Support dma-buf sharing for I/O buffers
2019-09-17 Dongju Chae[README] Add README.md for user APIs
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-06 Dongju Chae[README] add the unittest badge into README.md
2019-09-04 Dongju Chae[README] Change the url of coverage badge (http --...
2019-09-04 Dongju Chae[Bug/Test] Bug fix in ne-handler unittest when obtainin...
2019-09-04 Dongju Chae[README] Add the coverage badge in README.md
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-09-03 Dongju Chae[Bug] Replace 'npuengine' in some files to 'npu-engine'
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[Packaging] Append apptest packaging and analyze its...
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-09 Dongju Chae[README] Change README.md to add some related links
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
2019-08-06 Parichay Kapoor[async mode] Handle N11 async mode with buffering
2019-08-06 Parichay Kapoor[N11] Implement generic buffer for input and output
2019-08-06 Parichay Kapoor[N11] Implement generic buffer for input and output
2019-08-06 Parichay Kapoor[NPUdrvAPI] Using conf test_mode for testing NPUdrvAPI
2019-08-05 Parichay Kapoor[N11] Update interface to support for different kinds...
2019-08-05 Dongju Chae[Conf] Fix the bug in parsing 'main.test_mode'
2019-08-02 Dongju Chae[BUILD] remove debug packages of npu-engine
2019-08-01 Dongju Chae[Packaging] Add example package including UnitTests...
2019-08-01 Dongju Chae[TAOS-CI/Test] Fix test coverage bug in TAOS-CI system
2019-08-01 Parichay Kapoor[N11] Added N11 prototype implementation
2019-07-31 Dongju Chae[Build] Fix type errors to support ARM32 build
2019-07-31 Dongju Chae[Test/Bug] Apply valgrind bug report in NPU API test
2019-07-31 Dongju Chae[BUILD] Fix typo in rpm spec file
2019-07-31 Dongju Chae[BUILD] Add use_valgrind option in rpm spec file
2019-07-31 Parichay Kapoor[Services] Updated N4x services based on update on...
2019-07-31 Dongju Chae[UnitTest] Enable valgrind for unit tests in x86_64
2019-07-31 Dongju Chae[BUILD] Revise directories for libnpu-engine
2019-07-31 Wook Song[Dist/Tizen] Change build depenedency on kernel headers
2019-07-31 Dongju Chae[UnitTest] Add the python script to analyze unittest...
2019-07-31 Dongju Chae[N71] If a GEM driver is unavailable, fall back to...
2019-07-30 Wook Song[Dist/Tizen] Fix gbs build errors when unit tests are...
2019-07-30 Dongju Chae[Valgrid] Fix memory leak in ne-conf.c and ne-mem.c
2019-07-30 Dongju Chae[N1] change API args to use model id/version instead...
2019-07-30 Dongju Chae[TAOS-CI] Add test coverage package for TAOS-CI
2019-07-30 Dongju Chae[Conf] Load default configurations in constructor
2019-07-30 Parichay Kapoor[N4C] Added implementations for configure and dataready
2019-07-30 Wook Song[Meson] Enable tests for core libraries
2019-07-30 Wook Song[Meson] Clean-up meson build scripts
2019-07-30 Parichay Kapoor[NPUdrvAPI/test] Added unit tests for NPU driver api
2019-07-29 Wook Song[Meson] Apply work-around in order to fix gbs-build...
2019-07-29 Wook Song[Dist/Tizen] Modify the rpm sepc file according to...
2019-07-29 Wook Song[Engine/Scheduler] Replace 'n4_opmode' with 'submodel_o...
next