platform/core/ml/nntrainer.git
2024-10-23 jijoong.moon[Applicaiton] Remove the vocab and merges file in Repo remove_vocab
2024-10-22 Seungbaek Hong[Unittest] re-activate the deactivated unittest
2024-10-22 Donghak PARK[Unittest] Add lr_scheduler_cosine unit test
2024-10-22 Donghak PARK[Unittest] Add network_graph unit test
2024-10-20 Yash Singh[Trivial] Moved Testing Rotary Embedding to Unittest Dir
2024-10-20 Yash Singh[GPU/Enhance] Registering Attention kernels and removin...
2024-10-20 Yash Singh[GPU/OpenCl] Kernel optimization
2024-10-20 Yash Singh[Trivial] Unnecessary comments Removed
2024-10-20 Yash Singh[Trivial] New line at the end
2024-10-20 Yash Singh[GPU/OpenCL] Initial version of Rotary Embedding with...
2024-10-20 lhw414[format] formatting files using clang-format
2024-10-20 lhw414[lr] fix scheduler functions
2024-10-20 lhw414[format] add new-line
2024-10-20 lhw414[lr] add cosineAnnealinglr scheduler
2024-10-18 Donghak PARK[Loss] Remove Empty KLD Loss files
2024-10-18 Donghyeon Jeong[Test] Add unit tests for newly added tensor type
2024-10-18 Seungbaek Hong[unittest] add negative unittest cases
2024-10-18 hyeonseok[header] add missing headers
2024-10-16 Eunju Yang[ GPU ] fix return by reference to return by value
2024-10-16 jijoong.moonFix for compiling with testcoverage
2024-10-16 Donghyeon Jeong[coverity] fix coverity issue
2024-10-16 Jaeyun Jung[Filter] util to get nth info
2024-10-14 Niket Agarwal[GPU/OpenCL] RMSNorm Bug Fix - Index value of alpha...
2024-10-14 Niket Agarwal[GPU/OpenCL] Updated the SwiGLU, Reshape and Concat...
2024-10-14 Debadri Samaddar[update] GPU FC layer updated with latest pipeline...
2024-10-14 Debadri Samaddar[bugfix/blas] Fixed sgemm_cl poiner check
2024-10-14 Debadri Samaddar[bugfix] Fix sgemv_cl function call from blas_kernel_in...
2024-10-04 Eunju Yang[ Print ] Update print result of model summary
2024-10-04 Eunju Yang[ App ] Multi-Input Example Update
2024-10-04 Debadri Samaddar[gpu/enhance] Utility for registering Blas kernels...
2024-10-02 Donghyeon Jeong[bugfix] Fix memcheck in CacheLoader unit tests
2024-09-22 Eunju Yang[ LORA ] Bugfix in LoRA support in FC Layer
2024-09-22 Eunju Yang[ FC ] update incremental_forwarding to support LoRA...
2024-09-22 Debadri Samaddar[enhance/gpu] Removing layer_context dependency
2024-09-22 Debadri Samaddar[enhance] Registering OpenCL kernels at cl_context
2024-09-11 Eunju Yang[ Tizen7.0 ] Include some headers in -dev header for...
2024-09-06 Eunju Yang[Tizen7.0] Tizen7.0 Backporting
2024-09-06 Donghak PARK[CI] Fix meson ubuntu ci build
2024-09-05 Eunju Yang[ Tizen7.0 ] Include neuralnet.h in -dev header
2024-08-30 Donghyeon Jeong[bugfix] fix coverity issues release/tizen7.0 accepted/tizen/7.0/unified/20240830.164841
2024-08-29 Eunju Yang[Tizen7.0] Tizen7.0 Backporting
2024-08-29 jijoong.moon[ NNStreamer ] disable nnstreamer trainer
2024-08-29 jijoong.moon[ SPEC ] chagne fp16
2024-08-29 hyeonseok leetemporary code for layer initialization
2024-08-29 Donghak PARK[BUILD] Remove Flag and Add FLECIBLE PAGE Option
2024-08-29 Donghak PARK[BUILD] add APP_SUPPORT_FLEXIBLE_PAGE_SIZES
2024-08-29 Donghak PARK[BUILD] Add more 16k shared lib package option on Andro...
2024-08-29 jijoong.moon[ BUILD ] Add 16K shared lib package option for Android
2024-08-27 Debadri Samaddar[enhance] Using 64 bit for LayerKernel enum
2024-08-27 Donghyeon Jeong[Tensor] ShortTensor class with unsigned 16-bit integer
2024-08-26 skykongkong8[ blas/bugfix ] Fix irrelevant function call
2024-08-24 Donghyeon Jeong[bugfix] Resolve fp16 enabled build error
2024-08-22 skykongkong8[ Tensor ] Remove CBLAS params from Tensor related...
2024-08-22 jijoong.moon[ CAPI ] fix the Native API Ref Doc
2024-08-19 Donghyeon Jeong[coverity] fix coverity issue
2024-08-19 Thummala Pallavi[GPU/OPENCL] RMSNorm Accuracy Fix
2024-08-16 Donghyeon Jeong[Layer] enhance ConcatLayer algorithms for efficient...
2024-08-16 Donghyeon Jeong[Tensor] Add optional output tensor for tensor concaten...
2024-08-16 Donghyeon Jeong[Android] Support Android NDK r27 and higher
2024-08-12 Donghyeon Jeong[Layer] Improve forwarding logic of ConcatLayer
2024-08-09 Donghyeon Jeong[Tensor] CharTensor class with signed 8-bit integer
2024-08-09 skykongkong8[ matrix_transpose/bugfix ] Prevent reading/saving...
2024-08-09 skykongkong8[ hgemm ] Generalize redundant micro hgemm kernel imple...
2024-08-09 Seungbaek Hong[Layer] add Weight Layer
2024-08-09 skykongkong8[ hgemm ] Apply hgemm util funcs at frequently used...
2024-08-09 skykongkong8[ trivial ] Add missing docs and error message
2024-08-09 skykongkong8[ hgemm ] Add hgemm experimental kernel
2024-08-09 skykongkong8[ hgemm ] Implement hgemm_small
2024-08-05 Donghyeon Jeong[refactor] Restructure getStringDataType function
2024-08-05 Donghyeon Jeong[Tensor] Update tensorbase for efficient creation of...
2024-08-01 Niket AgarwalBUG FIX : Concat GPU Layer and CPU layer unittest cases...
2024-08-01 Donghyeon Jeong[Doc] NNTrainer Tool Utilization Guide
2024-08-01 Donghyeon Jeong[Android] Verify Android NDK Installation and Configuration
2024-08-01 Donghyeon Jeong[doc] Extend code documentation
2024-07-31 Niket Agarwal[GPU/OpenCL] Initial version of Concat Layer with OpenC...
2024-07-30 skykongkong8[ unittest ] Implement max_componentwise_relative_error
2024-07-30 skykongkong8[ unittest ] Use bounded value generator in hgemm unittests
2024-07-30 skykongkong8[ unittest ] Add TCs for checking padding-using GEMM
2024-07-30 skykongkong8[ hgemm ] Implement NYI functions from matrix A/B hgemm...
2024-07-30 skykongkong8[ hgemm ] Implement matrix noTrans A w.r.t. MK padding
2024-07-30 skykongkong8[ trivial ] Fix typo and add missing doxygen tags
2024-07-30 skykongkong8[ hgemm ] Move hgemm_padding related files to explicit...
2024-07-30 skykongkong8[ hgemm ] Remove unnecessary K1 GEMM functions
2024-07-30 skykongkong8[ hgemm/refactor ] Refactor hgemm file structure
2024-07-30 skykongkong8[ unittest ] Add TC for K=1 hgemm case
2024-07-30 skykongkong8[ trivial/hgemm ] Move hgemm_K1 to hgemm directory
2024-07-30 skykongkong8[ trivial ] Add doxygen tags for hgemm padding functions
2024-07-30 skykongkong8[ hgemm ] Implement packing-blocking-kernel sequence...
2024-07-30 skykongkong8[ hgemm ] Separate source / header files for hgemm...
2024-07-30 skykongkong8[ Trivial/bugfix ] Add missing library to include
2024-07-30 skykongkong8[ hgemm ] Implement matrix padding function
2024-07-26 MyungJoo Hamfix: incorrect C/C++ preprocessor macro
2024-07-26 Donghyeon Jeong[bugfix] Resolves Android build warnings
2024-07-26 Donghyeon Jeong[bugfix] Android build error when fp16 is enabled
2024-07-26 Donghyeon Jeong[Tensor] Operational Improvements and Functionality...
2024-07-26 Donghyeon Jeong[Tensor] Update newly added features
2024-07-26 Donghyeon Jeong[bugfix] Fix issues occured in Tensor class refactoring
2024-07-26 Donghyeon Jeong[Refactor] Deprecate TensorV2 and replace Tensor class...
2024-07-25 Eunju Yang[Application] Bug fix in RL example
2024-07-24 Donghyeon Jeong[Android] Add android test script
next