platform/adaptation/npu/trix-engine.git
2019-11-29 Wook Song[Meson] Clean code in meson build scripts
2019-11-28 Dongju Chae[FIX/RUN_SYNC] Fix the timing issue due to early infere...
2019-11-28 Dongju Chae[BUG/HWMEM] setup_hwmem() bug fix: hwmem deactivation...
2019-11-27 Dongju Chae[LOG] Remove unnecessary logs and fix some log typos
2019-11-27 Dongju Chae[CONF] Remove iniparser's duplicated loads & error...
2019-11-27 Wook Song[Debian] Update version to 0.0.3
2019-11-27 Wook Song[Dist/Debian] Generate multi-layer data for application...
2019-11-27 Wook Song[Dist/Tizen] Generate multi-layer data for application...
2019-11-27 Wook Song[Dist/Debian] Gernerate single layer data for applicati...
2019-11-27 Wook Song[Dist/Tizen] Generate single layer data for application...
2019-11-27 Wook Song[Dist/Debian] Add omitted npu-engine.ini to the main...
2019-11-27 Wook Song[Dist/Debian] Fix a warning about 'badly formatted...
2019-11-27 Wook Song[Meson] Replace version string of meson with >= 0.42
2019-11-27 Dongju Chae[ASR/IP] Revise getnumNPU/ASRdevice() to use common...
2019-11-27 Dongju Chae[BUILD/ASR] Remove asr-specific codes to reuse existing one
2019-11-26 Dongju Chae[TESTDATA] Bug fix on CONVE mod calculation
2019-11-25 Dongju Chae[RELEASE] Add CHANGES to maintain changelog & make...
2019-11-25 Dongju Chae[TEST] Add ubuntu auto_test & enable example_visa as...
2019-11-25 Dongju Chae[CONF] Revise all source codes which have used test_mod...
2019-11-25 Dongju Chae[CONF] Remove test_mode configuration
2019-11-22 Dongju Chae[Valgrind] Revise a way to enable valgrind to remove...
2019-11-22 Wook Song[Tools/GenTestData] Update model_gen tool to use testda...
2019-11-22 Wook Song[Tools/GenTestData/Meson] Fix errors while building...
2019-11-22 Dongju Chae[Packaging] Remove the libnpuvision dependency for...
2019-11-22 Dongju Chae[FIX] version check fixup for some packages
2019-11-22 Wook Song[Tools/Meson] Include gen-testdata in build tree
2019-11-22 Wook Song[Dist/Tizen] Exclude tools for test data generation
2019-11-22 Wook Song[Tools/GenTestData] Fix a warning about sign-compare
2019-11-22 Wook Song[Tools/GenTestData] Fix a warning about unused-result
2019-11-22 Wook Song[Tools/GenTestData] Remove unneeded white spaces
2019-11-22 Wook Song[Test] Move files related to testdata generation to...
2019-11-22 Wook Song[Dist/Debian] Add omitted build-dependency on libinipar...
2019-11-20 Dongju Chae[EMUL/BUG] Bug fix: when model_gen.py makes esum data...
2019-11-20 Dongju Chae[EMUL/BUG] Bug fix: Add a missing line when setting...
2019-11-20 Dongju Chae[CONF] Set the default resv mem size to 0 (Kernel CMA)
2019-11-20 Dongju Chae[FIX/GEM] fix the size checking in gem_create() to...
2019-11-19 Wook Song[Core/NPU/Emul] Fill the function body for CONVE emulation
2019-11-19 Wook Song[Core/NPU/Emul] Fill the function body for ReLU emulation
2019-11-19 Wook Song[Core/NPU/Emul] Fill the function body for AVGP emulation
2019-11-19 Dongju Chae[README/DOC] Revise README.md and add some documentation
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 Wook Song[Local/Dist/Debian] Run meson with PKG_CONFIG_PATH...
2019-11-14 Wook Song[Local/Dist/Debian] Initial debianize
2019-11-14 Wook Song[Local/Meson] Add a mode to build/run NPU Engine withou...
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[NPU] add a missing header, typedef.h, to npubinfmt.h
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... 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-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
next