projects
/
platform
/
core
/
ml
/
nntrainer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/ml/nntrainer.git
2024-03-14
Donghyeon Jeong
[TensorV2] Feature Scaling Functions
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
skykongkong8
[ Tensor ] Apply fallback blas operations in Tensor...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
skykongkong8
[ Tensor ] Apply fallback blas operations in Tensor...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
skykongkong8
[ Tensor ] Use ele_mul instead of std::transform with...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
skykongkong8
[ BLAS ] Remove beta condition for fallback function...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
Donghyeon Jeong
[TensorV2] Add utility member functions to TensorV2...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Debadri Samaddar
[build] Updated Android build script for OpenCl inclusion
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Donghyeon Jeong
[TensorV2] Add functions to split and concatenate tensors
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
skykongkong8
[ bugfix ] Fix wrong input when hgemv_transpose
commit
|
commitdiff
|
tree
|
snapshot
2024-03-08
Donghak PARK
[Trivial/CI] sync cpp-linter version with clang-format
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Donghyeon Jeong
[TensorV2] Average Tensor element by axes
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] Reduced ifdef checks
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] CI issues fixed for clang and doxygen
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] Addressed review comments
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] Added doxygen comments
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[GPU] Added unit test for cl_context
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[GPU] Added cl_context and compute engine information
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL]Refactored example tensor GPU ops
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] enable-opencl flag added to build option
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[GPU] Sum tensor signature updated for GPU operation
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[GPU] Added OpenCL interface for OpenCL tensor operations
commit
|
commitdiff
|
tree
|
snapshot
2024-03-07
Debadri Samaddar
[OpenCL] OpenCL GPU wrappers added
commit
|
commitdiff
|
tree
|
snapshot
2024-03-05
skykongkong8
[ util ] Use proper STL in max element comparison
commit
|
commitdiff
|
tree
|
snapshot
2024-03-05
skykongkong8
[ util ] Implement exp_i function
commit
|
commitdiff
|
tree
|
snapshot
2024-03-05
skykongkong8
[ util ] Use max value in softmax function
commit
|
commitdiff
|
tree
|
snapshot
2024-03-05
skykongkong8
[ util ] Implement max function in util_simd
commit
|
commitdiff
|
tree
|
snapshot
2024-03-05
skykongkong8
[ util ] Implement softmax function in util_simd
commit
|
commitdiff
|
tree
|
snapshot
2024-03-04
Donghyeon Jeong
[TensorV2] Tensor element summation by axes feature
commit
|
commitdiff
|
tree
|
snapshot
2024-03-04
Donghak PARK
[util] Add numpy file reader
commit
|
commitdiff
|
tree
|
snapshot
2024-03-04
Donghyeon Jeong
[TensorV2] Create a mask of dropout, filter, and zoneout
commit
|
commitdiff
|
tree
|
snapshot
2024-02-28
Donghyeon Jeong
[Coverity] Fix the coverity issue
commit
|
commitdiff
|
tree
|
snapshot
2024-02-27
Jiho Chu
[Android] Fix for cxxflags
commit
|
commitdiff
|
tree
|
snapshot
2024-02-27
Donghyeon Jeong
[AVX] Added VCVT (between floating-point and integer...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
Jiho Chu
[SPEC] support neon enable option
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
Donghyeon Jeong
[TensorV2] Add Transpose Support for Tensor
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ TensorV2 ] Apply changes made from ele-wise SIMD...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Fix beta comparing logic
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Consider NaN case of output vector
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ bugfix/Tensor ] Wrong practice in elementwise vector...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Implement ele_sub, ele_div functions
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Add ele_sub and ele_div function structure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ NEON ] Implement ele_sub, ele_div functions
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ trivial ] Fix formula in function brief of elementwis...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ NEON ] Add ele_sub and ele_div function structure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Add scalar multiplier in elementwise operations
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] implement elementwise vector multiplication...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ trivial ] Add parenthesis at function in another...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ bug ] Specify unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ neon ] Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ test ] Add more test cases for half-precision GEMM...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
skykongkong8
[ BLAS ] Enable multithreading in neon GEMM, GEMV
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
Donghyeon Jeong
[TensorV2] Subtraction support
commit
|
commitdiff
|
tree
|
snapshot
2024-02-23
Donghyeon Jeong
[TensorV2] Add dot product support
commit
|
commitdiff
|
tree
|
snapshot
2024-02-20
Donghak PARK
[CI] static prebuild_ci : from (nnstreamer)
commit
|
commitdiff
|
tree
|
snapshot
2024-02-20
Donghyeon Jeong
[Fix] Change floating point comparison
commit
|
commitdiff
|
tree
|
snapshot
2024-02-20
Donghyeon Jeong
[TensorV2] Add strided inputs and output
commit
|
commitdiff
|
tree
|
snapshot
2024-02-20
Donghyeon Jeong
[Test] TensorV2 addition unit test
commit
|
commitdiff
|
tree
|
snapshot
2024-02-20
Donghak PARK
[CI] Update labeler : Add READY2MERGE label
commit
|
commitdiff
|
tree
|
snapshot
2024-02-19
skykongkong8
[ util ] Fix build script
commit
|
commitdiff
|
tree
|
snapshot
2024-02-16
skykongkong8
[ input_gen ] Modify genLayerTest to pass PyLint
commit
|
commitdiff
|
tree
|
snapshot
2024-02-16
skykongkong8
[ unittest ] Verify addition layer with fp16
commit
|
commitdiff
|
tree
|
snapshot
2024-02-15
Donghyeon Jeong
[Test] TensorV2 division unit test
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
Donghyeon Jeong
[TensorV2] Add tensor gauss error function
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
Donghyeon Jeong
[TensorV2] Add tensor power function
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
Donghyeon Jeong
[Test] strided tensor multiplication unit test
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
skykongkong8
[ rename/neon ] elementwise_* function to its abbreviation
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
skykongkong8
[ rename/neon ] Get rid of redundant 's' naming convention
commit
|
commitdiff
|
tree
|
snapshot
2024-02-14
skykongkong8
[ rename/neon ] Delete '_neon' from neon related functions
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Donghyeon Jeong
[TensorV2] Addition support
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
skykongkong8
[ bug ] Fix meson argument
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Donghak PARK
[CI] Update cpp-linter ci (false file-annotations)
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghyeon Jeong
[trivial] fix incorrect clang-format in blas_interface.cpp
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghyeon Jeong
[blas] Optimize gemv and gemm for float16 data type
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghak PARK
[CI] Add pylintrc for ignore tensorflow import error
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghak PARK
[CI] Update Pylint - pip install with requirements.txt
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghyeon Jeong
[TensorV2] Add subtraction operation structure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-08
Donghyeon Jeong
[Trivial] fix doxygen doc
commit
|
commitdiff
|
tree
|
snapshot
2024-02-07
Donghyeon Jeong
[TensorV2] Division support
commit
|
commitdiff
|
tree
|
snapshot
2024-02-07
Donghyeon Jeong
[TensorV2] Add division operation structure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-06
skykongkong8
[ bug ] Use fp16 when apply sqrt_i
commit
|
commitdiff
|
tree
|
snapshot
2024-02-06
skykongkong8
[ Tensor ] copyData to fp16 from fp32
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Eunju Yang
[Coverity] Fix coverity issue
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Donghak PARK
[Coverity] Fix coverity issue
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Donghyeon Jeong
[TensorV2] Add addition operation structure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Donghyeon Jeong
[TensorV2] Multiply strided inputs and output
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Donghyeon Jeong
[TensorV2] Additional functionality to access tensor...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-05
Donghyeon Jeong
[bugfix] Fix the creation of SharedDataTensor
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
Seungbaek Hong
[Coverity] fix coverity issues
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
SeoHyungjun
[API] Add getVersion function
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
SeoHyungjun
[Ahub] Fix coverage issue
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
Donghak PARK
[CI] Update cpp-linter's option - extensions
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
Donghyeon Jeong
Replace manual static cast with a helper struct used...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
Donghyeon Jeong
[Test] TensorV2 multiplication unit test
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
Donghyeon Jeong
[TensorV2] Refactoring TensorBase pointer to shared_ptr
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
MyungJoo Ham
Update fp16 build condition for armv7
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
MyungJoo Ham
meson script condition fix
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
MyungJoo Ham
blas_neon.cpp: unsigned int type mismatch
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
MyungJoo Ham
dist/Tizen: disable fp16 in Tizen
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
skykongkong8
[ Tensor ] Support non-contiguous case in sin, cos...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-02
skykongkong8
[ Trivial ] Add exception in inv_sqrt_i function
commit
|
commitdiff
|
tree
|
snapshot
next