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
/
arm_compute
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
runtime/CL: add ReduceSum layer
tizen_devel
Inki Dae
2
-0
/
+90
2020-05-28
move ndrange.hpp header into arm_compute directory
Vincent ABRIOU
2
-1
/
+186
2020-05-22
COMPMID-3069: Removing deprecated functions and classes from 20.05 release
Manuel Bottini
3
-215
/
+0
2020-05-20
COMPMID-3497: Fix build LSTMParams<TensorInfo>
Sang-Hoon Park
1
-0
/
+7
2020-05-15
COMPMID-3289: Test improvement CLGEMMMatrixMultiplyReshapedKernel.
morgolock
2
-0
/
+32
2020-05-15
COMPMID-3457: vexp failure in QASYMM8_SIGNED overflowing
morgolock
2
-1
/
+6
2020-05-13
COMPMID-3483: Refactor NEDepthwiseConvolutionLayerNativeKernel
Michalis Spyrou
1
-8
/
+9
2020-05-13
Introduce CL kernel cache feature
Inki Dae
1
-0
/
+43
2020-05-13
COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEON
Georgios Pinitas
3
-16
/
+38
2020-05-13
COMPMID-3463 Refactor NECropKernel
Michalis Spyrou
1
-11
/
+2
2020-05-13
COMPMID-3464: Address NESoftmaxLayer failures for QASYMM8_SIGNED
Georgios Pinitas
1
-2
/
+28
2020-05-12
COMPMID-3439: Fix peephole and projection in CLQLSTMLayer
Sang-Hoon Park
2
-7
/
+44
2020-05-12
COMPMID-3442: Add support of negative axis in NESoftmaxLayer and reference code
Sheri Zhang
2
-14
/
+17
2020-05-12
COMPMID-3470: Modify NE/CLQLSTMLayer interface to provide 3 outputs
Michele Di Giorgio
2
-91
/
+103
2020-05-12
IVGCVSW-4744 CTS: RandomGraphTest LargeGraph failures in CpuAcc HAL 1.2 and 1.3
Sadik Armagan
2
-2
/
+4
2020-05-12
COMPMID-3316: NEDeconvolutionLayer failing for a big input
Manuel Bottini
2
-8
/
+1
2020-05-11
COMPMID-3239: Fix projection and peephole in NEQLSTMLayer
Sang-Hoon Park
2
-2
/
+62
2020-05-10
[ONCPUML-7] arm_compute support for ND parallelism
Joseph Dobson
6
-22
/
+209
2020-05-05
MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NHWC
morgolock
1
-0
/
+6
2020-05-04
COMPMID-3441: Nightly failed due to NEScale QASYMM8_SIGNED output wrong result
Michele Di Giorgio
1
-1
/
+35
2020-05-01
COMPMID-3379: Add support for QASYMM8_SIGNED in NEScale
Sheri Zhang
3
-6
/
+6
2020-05-01
[ONCPUML-7] Improvement to Window::split_window
Joseph Dobson
1
-8
/
+20
2020-04-28
COMPMID-3292: Clean tests for Im2ColKernel.
Georgios Pinitas
1
-2
/
+8
2020-04-26
COMPMID-3240: Add support for layer normalization to CLQLSTMLayer
Sheri Zhang
2
-1
/
+75
2020-04-23
COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2
Manuel Bottini
126
-105
/
+2118
2020-04-23
COMPMID-3394: Replace get_cl_type_from_data_type in All
Sheri Zhang
1
-2
/
+2
2020-04-23
COMPMID-3406: Fix build issue of gcc <= 5.4
Sang-Hoon Park
1
-4
/
+4
2020-04-22
COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix3
Manuel Bottini
33
-39
/
+39
2020-04-22
COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix2
Manuel Bottini
54
-66
/
+66
2020-04-22
COMPMID-3241: Add Layer Normalization to NEQLSTMLayer
Sang-Hoon Park
2
-4
/
+74
2020-04-22
COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix1
Manuel Bottini
50
-71
/
+70
2020-04-21
COMPMID-3236: Implement CLQLSTMLayer
Michele Di Giorgio
5
-5
/
+337
2020-04-20
COMPMID-3241: Fix hidden scale in NEQLSTMLayer
Sang-Hoon Park
2
-6
/
+8
2020-04-20
COMPMID-3304: Update OpenCL GEMM heuristic for Int8
Gian Marco Iodice
21
-189
/
+74
2020-04-20
COMPMID-3237: Implement NEQLSTMLayer
Michele Di Giorgio
7
-69
/
+437
2020-04-17
COMPMID-3280: Make all ML primitives for CL use the new interface - Part 1
Manuel Bottini
136
-84
/
+2008
2020-04-15
COMPMID-3236: Add support QSYMM16 into S32 CLPixelwiseMultiplicationKernel
Michele Di Giorgio
2
-4
/
+36
2020-04-14
COMPMID-3349: Fixed performance regression Mali-G71
Gian Marco Iodice
1
-0
/
+2
2020-04-14
COMPMID-3239: Implement QSYMM16 LayerNormalizationKernel for CL
Sheri Zhang
3
-2
/
+91
2020-04-08
COMPMID-3112: Reworking heuristic for CLGEMM - part1
Gian Marco Iodice
7
-20
/
+360
2020-04-08
COMPMID-3279: Create CLCompiler interface
Michalis Spyrou
9
-195
/
+604
2020-04-08
COMPMID-3236: Extend CLGEMMLowpReduction kernels to multiply by a scalar value
Michele Di Giorgio
1
-5
/
+31
2020-04-07
COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayer
Luca Foschiani
4
-111
/
+30
2020-04-07
COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTM
Sang-Hoon Park
5
-4
/
+166
2020-04-03
COMPMID-3101 Fuse activation with floating point elementwise operation layers...
Giorgio Arena
13
-223
/
+293
2020-04-02
Missing include for ARM_COMPUTE_ERROR_ON in QuantizationInfo.h for clang
Manuel Bottini
1
-1
/
+2
2020-04-01
MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHW
morgolock
6
-14
/
+35
2020-04-01
COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernel
Michele Di Giorgio
2
-6
/
+38
2020-03-27
COMPMID-3237: Add support for QSYMM16 ArithmeticSubtraction on NEON
Michele Di Giorgio
2
-18
/
+18
2020-03-27
COMPMID-3248: Align SONAME and version in Version.h
Georgios Pinitas
1
-6
/
+0
[next]