platform/adaptation/npu/trix-engine.git
2020-08-20 Dongju Chae[FIX/DMABUF] Fix external segments handling
2020-08-19 Dongju Chae[Release] npu-engine 2.2.1 release and code freeze...
2020-08-19 Dongju Chae[UnitTest] Remove unnecessary ifdef for emulation
2020-08-19 Dongju Chae[Doc/Test] Add documentation for nnstreamer-private...
2020-08-19 Dongju Chae[Fix/UnitTest] Resolve memory leaks in unittest
2020-08-19 Dongju Chae[Doc/Fix] Fix 'how_to_test.md' to distinguish host...
2020-08-18 Dongju Chae[FIX] resolve minor svace/coverity issues
2020-08-18 Dongju Chae[Release] npu-engine release 2.2.0
2020-08-18 Dongju Chae[FIX/FPGA] Add driver-assisted memcpy for workaround...
2020-08-14 Wook Song[Tests/Unit/Handler] Add a negative TC for registerModel()
2020-08-14 Wook Song[Tests/Unit] Fix no-assertion TCs reported by TCM
2020-08-14 Wook Song[Core/Utils] Make logWrite have a return value
2020-08-13 Dongju Chae[UnitTest] Add some negative cases for libnpuhost unittest
2020-08-13 Dongju Chae[UnitTest] Add new unittest for libnpuhost
2020-08-13 Dongju Chae[Test/Util] Add util class for testing
2020-08-13 Dongju Chae[Doc] Describe how to test NPU-DDK packages on FastModel
2020-08-13 Wook Song[AHub/TCM] Add config.yaml for TCM on AHub
2020-08-13 Dongju Chae[Fix/UnitTest] Fix some unittests of ne-inf.cc due...
2020-08-13 Dongju Chae[UnitTest] Increase unittests' sleep time to 100ms
2020-08-12 Dongju Chae[Fix/UnitTest] Fix some unresolved coverity issues...
2020-08-12 Dongju Chae[Fix/AppTest] Remove a model instance in TesterTRIV2
2020-08-12 Wook Song[Tests/App] Update the application-level test for hw...
2020-08-12 Wook Song[Core/NPUDrvAPI/Triv2] Implement stop_target()
2020-08-12 Dongju Chae[Test] Slightly increase test time
2020-08-12 Dongju Chae[Coverage] Increase the code coverage for HWmem
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to uninitialized...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to object scope...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to unchecked...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to resource...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to parsing warning
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to no virtual...
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to printf format
2020-08-12 Dongju Chae[Coverity] Resolve coverity issues due to calling risky...
2020-08-11 Wook Song[Tests/Unit/Handler] Add test cases for getNPU_deviceSt...
2020-08-11 Wook Song[Core/Handler] Remove assert in getDeviceStatus ()
2020-08-11 Dongju Chae[UnitTest] Decrease sleep time for fast CI tests
2020-08-11 Dongju Chae[UnitTest] rename testsuite names
2020-08-11 Dongju Chae[Fix/UnitTest] fix the memory leak in handler unittests
2020-08-10 Dongju Chae[Fix] resolve undefined macro (DRM_RDWR) issue in SPIN obs
2020-08-10 Dongju Chae[Coverage] Remove header files from gcovr coverage...
2020-08-10 Dongju Chae[SAM/Segt] Reduce complexity of segment table creation
2020-08-10 Dongju Chae[UnitTest] Add a script to count positive/negative...
2020-08-10 Wook Song[Tests/Unit] Add test cases for getNPUmodel_metadata ()
2020-08-10 Wook Song[Core/Handler] Replace realloc() with malloc()
2020-08-10 Dongju Chae[Fix/HW] Fix the emulated impl. of hw-input-service
2020-08-10 Dongju Chae[Svace] Fix svace issues newly detected
2020-08-10 Wook Song[Core/HwInputSrv] Use dev_t instead of the path of...
2020-08-07 Dongju Chae[Doc] Update usage example
2020-08-07 Dongju Chae[Apptest] Rename all apptests to be more intuitive
2020-08-06 Dongju Chae[SAM/Segt] Reduce Cyclomatic Complexity in segment...
2020-08-05 Wook Song[Tests/AppTests] Add an application test to verify...
2020-08-05 Wook Song[Tests/App] Fix wrong indentations
2020-08-05 Wook Song[Tests/Unittests/HwMem] Replace 'vgem' with 'cgem'
2020-08-05 Dongju Chae[API/HwInput] Fix runInternal() API for HW input service
2020-08-03 Dongju Chae[Svace] Resolve unresolved svace issues
2020-08-03 Wook Song[Tests/UnitTests] Add test cases for HWMemExternal...
2020-08-03 Dongju Chae[UnitTest/NPU] Fix the handling of runInput() return...
2020-07-27 Dongju Chae[NPUBINFMT] Add an NPU (i.e., arch) version in npubinfmt
2020-07-27 Dongju Chae[API/RunInternal] Implement run_internal (HW recurring...
2020-07-27 Dongju Chae[libnpuhost] Revisiting alloc/dealloc APIs
2020-07-16 Dongju Chae[AppTest] test cpu polling for output notification
2020-07-10 Dongju Chae[AppTest] Add apptest for multiple runs with the same...
2020-07-09 Dongju Chae[Release] npu-engine 2.0.5 release
2020-07-09 Dongju Chae[Triv2] Fix calculating input/output tensor sizes on...
2020-07-07 Dongju Chae[AppTest] Add extra arg to dump the obtained output
2020-07-07 Dongju Chae[README] Fix a broken link to meta-trinity
2020-07-02 Wook Song[Tests/NPU] Add test cases running inference using...
2020-06-24 Dongju Chae[Release] npu-engine 2.0.4 release
2020-06-24 Dongju Chae[AppTest/Dmabuf] add missing setDataInfo() in apptest_d...
2020-06-24 Dongju Chae[Triv2/Model] Add the model's finalize() to apply user...
2020-06-24 Dongju Chae[Debugging] Add log verbose mode for debugging.
2020-06-23 Dongju Chae[Ioctl] Add numRequests/stop ioctl() impl for trinity...
2020-06-19 Dongju Chae[Triv2/Fix] Add error handling codes to check too large...
2020-06-18 Dongju Chae[Release] npu-engine 2.0.2 release
2020-06-18 Dongju Chae[Scheduler] Implement the request stop feature
2020-06-17 Dongju Chae[API] Add new API to check the device status before...
2020-06-17 Dongju Chae[ioctl] apply memory status ioctl() for trinity devices
2020-06-17 Dongju Chae[Emul] Revise model id calculation
2020-06-10 Dongju Chae[README] Add extra info to README.md for the FPGA porti...
2020-06-04 Wook Song[Meson] Revise the build script to check sysroot and...
2020-06-04 Dongju Chae[Fix] Add missing data size calculation for TRIV2 quant...
2020-06-01 Wook Song[Meson] Add a fallback mechanism for build dependency...
2020-06-01 Wook Song[Dist] Remove build dependency on libdrm
2020-05-29 Dongju Chae[Handler] Fix triv's weight offset setting
2020-05-28 Dongju Chae[Release] NPU Engine new release 2.0.1
2020-05-27 Dongju Chae[npubinfmt/v3] skip checking weight segment if weight...
2020-05-27 Dongju Chae[Coverage] Increase the code coverage by excluding...
2020-05-27 Wook Song[Core/NPU/DrvAPI] Fix bugs in checking the sanity of...
2020-05-27 Dongju Chae[Doxygen/libnpuhost] Revise some comments in libnpuhost.h
2020-05-27 Dongju Chae[handler] implement each device's unsetModel() to call...
2020-05-25 Dongju Chae[Dmabuf] Revise the dmabuf apptest using TRIV2 device
2020-05-25 Dongju ChaeRevise some documents (e.g., removing ubuntu 18.04...
2020-05-25 Wook Song[UnitTests/NPU/Triv2] Add an inference test with valid...
2020-05-25 Wook Song[Triv2] Implement driver API for Triv2 device
2020-05-25 Dongju Chae[Fix/Svace] Resolve a few svace issues
2020-05-22 Dongju Chae[Fix] Make the weight segment instead of reusing model...
2020-05-21 Dongju Chae[Release] NPU SystemService 2.0.0
2020-05-19 Dongju Chae[Fix] Make memory leak checking be optional
2020-05-19 Dongju Chae[Fix/Bug] memory allocator's allocMemory() should not...
2020-05-19 Dongju Chae[Fix/Bug] Resolve the bug overwriting some region in...
next