index
:
platform/upstream/armcl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
master
sandbox/chunseok.lee/19.05
sandbox/chunseok.lee/v21.02
sandbox/inki.dae/19.02
sandbox/inki.dae/19.11.1.kernel_cache_feature
sandbox/inki.dae/v18.03
sandbox/inki.dae/v18.05
sandbox/inki.dae/v18.08
sandbox/inki.dae/v18.11
sandbox/inki.dae/v19.08
sandbox/inki.dae/v19.11
sandbox/inki.dae/v19.11.1
sandbox/inki.dae/v20.02
sandbox/inki.dae/v20.05
sandbox/inki.dae/v20.11
sandbox/inki.dae/v21.02
sandbox/kparichay/v19.11
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_devel
Domain: Machine Learning / ML Framework; Licenses: MIT;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
COMPMID-1710 Move some Util functions to core/Utils
Michalis Spyrou
2
-14
/
+14
2019-01-16
COMPMID-1890 Compile failure (uninitialized warning) with g++7.3
Michalis Spyrou
1
-2
/
+2
2019-01-15
COMPMID-1886 : Enable CLTuner for CLScale
Vidhya Sudhan Loganathan
1
-1
/
+16
2019-01-15
COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1)
Gian Marco Iodice
4
-64
/
+177
2019-01-15
COMPMID-1724: CL Implement Prod fix
Manuel Bottini
10
-19
/
+19
2019-01-15
COMPMID-1885 (Nightly) Bug in NEON ArgMinMax
Michalis Spyrou
1
-4
/
+7
2019-01-14
COMPMID-1809: Remove padding in NEGEMMConvolutionLayer 64-bit path.
Georgios Pinitas
4
-687
/
+559
2019-01-14
COMPMID-1772: Implement PadV2 for NEON
Georgios Pinitas
3
-6
/
+196
2019-01-14
COMPMID-1758: NEON: Implement Range
Manuel Bottini
3
-10
/
+236
2019-01-14
COMPMID-1724: CL Implement Prod
Manuel Bottini
7
-112
/
+166
2019-01-14
Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMR...
giuros01
4
-31
/
+69
2019-01-11
COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors
Manuel Bottini
5
-63
/
+113
2019-01-11
COMPMID-1652 NEON Cleanup and add missing tests
Michalis Spyrou
1
-4
/
+3
2019-01-11
COMPMID-1761: NEON: Implement Pack
Isabella Gottardi
4
-16
/
+263
2019-01-10
COMPMID-1764 NEON: Implement ArgMax/ArgMin
Michalis Spyrou
3
-274
/
+576
2019-01-09
COMPMID-1710: Collapse window in CLDepthConvertKernel
Georgios Pinitas
2
-23
/
+45
2019-01-09
COMPMID-1837 : Implement REPEAT utility macro on OpenCL
Vidhya Sudhan Loganathan
2
-147
/
+93
2019-01-08
COMPMID-1759 NEON: Implement Reverse
Michalis Spyrou
2
-0
/
+262
2019-01-08
Implementation of Permute CL kernel to handle all permutations
shubham
3
-106
/
+40
2019-01-08
COMPMID-1865 NEReduceMean fails on shape validation
Michalis Spyrou
2
-24
/
+88
2019-01-08
COMPMID-1756: NEON: Implement RSqrt, Exp
George Wort
4
-6
/
+266
2019-01-07
COMPMID-1727 - CL: Implement Gather
Manuel Bottini
4
-1
/
+275
2019-01-04
COMPMID-1765: CPP: Implement TopKV
giuros01
2
-0
/
+194
2019-01-02
COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,Unstack
Georgios Pinitas
5
-0
/
+554
2019-01-02
COMPMID-1767: NEON: Implement Where/Select
George Wort
2
-0
/
+308
2018-12-28
COMPMID-1860: Invalid arguments in CLDepthwiseConvolution3x3 for NHWC
Georgios Pinitas
2
-26
/
+12
2018-12-28
COMPMID-1629: Implement correct CPU id for Kirin 980
Georgios Pinitas
1
-0
/
+14
2018-12-28
COMPMID-1710: Fix regexp in CPUUtils
Georgios Pinitas
1
-1
/
+1
2018-12-27
COMPMID-1710: Fixed unused function warning in CLUnstack
Georgios Pinitas
1
-13
/
+11
2018-12-21
COMPMID-1726: Implement CLUnstack.
Pablo Tello
1
-0
/
+120
2018-12-21
COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeR...
giuros01
5
-43
/
+61
2018-12-20
COMPMID-1817 Replace std::regex with POSIX C regex in runtime
Michalis Spyrou
2
-50
/
+79
2018-12-20
COMPMID-1858: Fix boundary check in gemm_reshape_rhs_matrix_t and gemm_reshap...
Gian Marco Iodice
1
-1
/
+1
2018-12-19
COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel
Gian Marco Iodice
3
-2
/
+290
2018-12-18
COMPMID-1755 NEON: Extend DepthConvert to support Cast
Michalis Spyrou
1
-7
/
+140
2018-12-18
COMPMID-1722 : CL: Implement Range
Vidhya Sudhan Loganathan
5
-0
/
+385
2018-12-18
COMPMID-1809: Create a neon vector wrapper using register size.
Georgios Pinitas
1
-3
/
+3
2018-12-17
COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifference
giuros01
2
-0
/
+555
2018-12-17
COMPMID-1812: CLSpaceToBatch paddings not calculated correctly
Isabella Gottardi
3
-47
/
+63
2018-12-17
COMPMID-1710: Fixing gemm_mm_reshaped_lhs_nt_rhs_t with REINTERPRET_OUTPUT_AS_3D
Gian Marco Iodice
1
-10
/
+10
2018-12-14
COMPMID-1710: Account alignment for blob-base allocations
Georgios Pinitas
5
-24
/
+27
2018-12-14
COMPMID-1710: Fixes in StrideSlice calculations.
Georgios Pinitas
5
-111
/
+153
2018-12-14
COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1
Gian Marco Iodice
6
-67
/
+1147
2018-12-13
COMPMID-1741: Implement NEFuseBatchNormalizationKernel
giuros01
2
-0
/
+345
2018-12-13
COMPMID-1808: Add Detection Output Layer to the GraphAPI
Isabella Gottardi
7
-1
/
+211
2018-12-13
COMPMID-1710: Avoid undefined behavior in GCC 8.2
Georgios Pinitas
1
-4
/
+4
2018-12-13
COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWC
Georgios Pinitas
4
-22
/
+129
2018-12-12
COMPMID-1697: NEPermute extended support for more cases.
Pablo Tello
2
-41
/
+110
2018-12-12
COMPMID-1786 Dispatch a single OpenCL when running CLScaleKernel with NHWC wi...
Michalis Spyrou
3
-36
/
+42
2018-12-11
COMPMID-1775: Implement CLGEMMReshapeRHSMatrixKernel to reshape the RHS matri...
Gian Marco Iodice
3
-0
/
+754
[next]