platform/adaptation/npu/trix-engine.git
2020-12-04 Dongju Chae[Release] npu-engine release v2.2.8
2020-12-04 Dongju Chae[Profile] Implement the profile interface and fix minor...
2020-11-26 Dongju Chae[Release] npu-engine release v2.2.7
2020-11-26 Dongju Chae[Utils/Trinity-SMI] Add an option to wait the interval...
2020-11-26 Dongju Chae[Emul/2TOPS] Fix a wrong command filepath for 2TOPS NPU
2020-11-26 Dongju Chae[Host/Refactor] Move libnpuhost codes to ./src/host/
2020-11-24 Dongju Chae[UTILS] Add a feature of trinity-smi to show list of...
2020-11-18 Dongju Chae[Release] npu-engine 2.2.6 release
2020-11-18 Dongju Chae[README] Add the quick-start guide using docker
2020-11-18 Dongju Chae[Utils] Prototype of trinity-smi for management and...
2020-11-18 Dongju Chae[Handler/API] Add libnpuhost APIs to get NPU device...
2020-11-18 Dongju Chae[Handler/API] Add libnpuhost APIs to get driver API...
2020-11-18 Dongju Chae[Util/Fix] Skip TRIV emulation on debian env.
2020-11-13 Dongju Chae[Emul/2TOPS] Use environment variable to set the comman...
2020-11-12 Dongju Chae[Release] npu-engine 2.2.5 release
2020-11-12 Dongju Chae[Model/Tops] Check the TOPS which TRIV2 device supports
2020-11-11 Dongju Chae[npubinfmt] Add the size of dsp memory to npubinfmt
2020-11-10 Dongju Chae[npubinfmt] add macro to get 'TOPS' from npu_version
2020-11-10 Dongju Chae[UnitTest] Add LD_LIBRARY_PATH to test envionment
2020-11-10 Dongju Chae[Emul] Revise NPU emulation to use libmrpsim.so
2020-11-03 Dongju Chae[Fix/Coverage] Fix the coverage script
2020-11-03 Dongju Chae[Debian/Coverage] Generage coverage report on debian
2020-11-03 Dongju Chae[Fix/AppTest] Increase the timeout for triv2 bulk apptest
2020-11-03 Dongju Chae[Test/Util] Revise some apptests to use common test...
2020-11-03 Dongju Chae[DataConvert] Add missing warning messages on data...
2020-10-22 Dongju Chae[Release] npu-engine 2.2.4 release
2020-10-22 Dongju Chae[FIX] Fix input/output data size calculation
2020-09-24 Dongju Chae[Release] npu-engine 2.2.3 release
2020-09-24 Dongju Chae[Profile] Implement the prototype of profiling APIs
2020-09-23 Dongju Chae[Fix/Coverity] Resolve the reported coverity issues
2020-09-23 Dongju Chae[Bug/Unregister] Fix the bug related to unregisterModels()
2020-09-22 Wook Song[AppTests] Skip the test when the given model is not...
2020-09-21 Dongju Chae[libnpuhost/profile] Add new APIs for NPU profiling
2020-09-17 Wook Song[AppTests] Do not install the dummy apptests in normal...
2020-09-17 Wook Song[AppTests/BulkGem] Fix a bug in destroying a DRM handle
2020-09-11 Dongju Chae[UnitTest/Bug] Add deregisterModel() after runInput()
2020-09-11 Dongju Chae[UnitTest] Reduce the sleep time for npu unittest
2020-09-09 Dongju Chae[Fix/AppTest] Deprecated enum in libtinyxml2-dev
2020-09-09 Dongju Chae[AppTest] Add apptest to test models with different...
2020-09-04 kaka[UnitTest] Add unit test cases to test functional of...
2020-09-03 Dongju Chae[Fix/Utils] Use the standard library to restore format...
2020-09-03 Dongju Chae[Fix/Utils] Fix missing format restoration of model...
2020-08-28 Dongju Chae[Release] npu-engine 2.2.2 release
2020-08-28 Dongju Chae[TRIV2] Add data manipulation support for TRIV2
2020-08-28 Dongju Chae[DataManip] Implement data converter class
2020-08-27 Dongju Chae[Fix/Utils] Fix typo in model-inspect.cc
2020-08-27 Dongju Chae[Bug/Weight] fix bug accessing weight seg idx when...
2020-08-21 Dongju Chae[Utils] Add npu-engine-utils packages
2020-08-20 Dongju Chae[libnpuhost] remove unused APIs
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...
next