platform/adaptation/npu/trix-engine.git
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...
2019-07-29 Wook Song[Engine/HostInputService] Define a dummy for 'N4_OPS_HO...
2019-07-29 Wook Song[Engine/InputService] Fix build error due to incompatib...
2019-07-29 Wook SongEngine/HostInputService] Block lines refering to non...
2019-07-29 Wook Song[Core/HostInputService] Fix build error, 'maybe-uniniti...
2019-07-29 Wook Song[Core/HostInputService] Include 'srnpu.h' from 'misc'
2019-07-29 Wook Song[Core] Include srnpu.h from 'misc'
2019-07-29 Wook Song[Engine/ArmPlugin] Fix build error due to incompatible...
2019-07-29 Wook Song[Engine/Handler] Fix undefined reference to un-implemen...
2019-07-29 Wook Song[DIST/Tizen] Add build dependency on linux-fvp
2019-07-29 Dongju Chae[N12] The prototype of FastModel comm plugin
2019-07-29 Parichay Kapoor[Build] revise meson files to make a single project
2019-07-29 Parichay Kapoor[ne] Create submodel for input service
2019-07-29 Parichay Kapoor[NE-scheduler] Interface between N3 and N4
2019-07-29 Dongju Chae[NE] Add .gitignore
2019-07-26 Dongju Chae[N44] N44 is now deprecated
2019-07-26 Parichay Kapoor[ne-inputservice] Update the interface for configure
2019-07-25 Dongju Chae[Build] Add a meson option to select a comm plugin.
2019-07-25 Dongju Chae[Build] Build NE as an executable instead of library.
2019-07-23 Dongju Chae[UnitTest] Append auto unittests to npu-engine.spec
2019-07-23 Dongju Chae[N4C] Make only N4C call .getNextBuffer() in N7
2019-07-23 Parichay Kapoor[N42] Implementation for setting up device and callbacks
2019-07-22 Dongju Chae[Build/Fix] Fix minor compile errors (with gbs)
2019-07-18 Parichay Kapoor[N42] Added function implementations
2019-07-18 Dongju Chae[NE] Remove 'first_buffer' in configure functions.
2019-07-18 Dongju Chae[N4C] Make N4C's register/unregister() use its own...
2019-07-18 Dongju Chae[N3] Add N3's wrapper of output callback
2019-07-18 Dongju Chae[N44] Add prototype impl. of N44
2019-07-18 Dongju Chae[N40] Fix compiler error in ne-inputservice.h
2019-07-18 Dongju Chae[N71] Split the compaction algorithm into two-step one
2019-07-17 Dongju Chae[Main] Make main() call N2's init/exit functions.
2019-07-17 Dongju Chae[Main] Fix bugs in argument parsing
2019-07-17 Dongju Chae[Conf] Implement configuration parsing
2019-07-17 Dongju Chae[Build] Revise meson.build for each module
2019-07-17 Dongju Chae[Build] Append sources for implemented modules to the...
2019-07-17 Dongju Chae[Build] Add missing dependencies for NPU Engine
2019-07-17 Dongju Chae[N71/Errno] Remove ne-error.h and use the log utility...
2019-07-17 Dongju Chae[N2] The prototype of host handler
2019-07-12 Parichay Kapoor[ne-inf/mem] Build fixes
2019-07-12 Dongju Chae[N3] The prototype of interence scheduler
2019-07-12 Dongju Chae[NE/Headers] Fix headers in NPU Engine to sync with...
next