Konstantinos Margaritis
02fc8e3b1c
Fix/Suppress remaining Cppcheck warnings ( #291 )
...
Fix/suppress the following cppcheck warnings:
* arithOperationsOnVoidPointer
* uninitMember
* const*
* shadowVariable
* assignmentIntegerToAddress
* containerOutOfBounds
* pointer-related warnings in Ragel source
* missingOverride
* memleak
* knownConditionTrueFalse
* noExplicitConstructor
* invalidPrintfArgType_sint
* useStlAlgorithm
* cstyleCast
* clarifyCondition
* VSX-related cstyleCast
* unsignedLessThanZero
Furthermore, we added a suppression list to be used, which also includes the following:
* missingIncludeSystem
* missingInclude
* unmatchedSuppression
2024-05-27 12:23:02 +03:00
Yoan Picchi
7054378c93
Speed up truffle with 256b TBL instructions
...
256b wide SVE vectors allow some simplification of truffle.
Up to 40% speedup on graviton3. Going from 12500 MB/s to 17000 MB/s
onhe microbenchmark.
SVE2 also offer this capability for 128b vector with a speedup around
25% compared to normal SVE
Add unit tests and benchmark for this wide variant
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com >
2024-05-22 16:13:53 +00:00
gtsoul-tech
d8f61b0d66
cStyleCasts
2024-05-17 16:58:08 +03:00
gtsoul-tech
490c16471b
most ptr.get() conversion
2024-05-13 14:24:16 +03:00
g. economou
583e1d576a
Merge branch 'develop' into wip-isildur-g-cppcheck-47-48-58
2024-05-01 10:59:59 +03:00
G.E
98243a6a08
addressing 47 [constParameterReference],48 [constVariableReference],58
...
[constVariable]
2024-05-01 10:54:15 +03:00
gtsoul-tech
c38a44fd2f
unreadVariable
2024-04-30 13:36:39 +03:00
gtsoul-tech
9df8527e91
variableScope
2024-04-29 13:13:07 +03:00
G.E
f209c685da
fixed merge mixup
2024-04-24 16:26:38 +03:00
g. economou
94a9504a3e
Merge branch 'develop' into wip-isildur-g-cppcheck56
2024-04-24 16:13:39 +03:00
G.E
45e5df7553
cppcheck invalidPrintfArgType_uint warnings
2024-04-24 15:55:57 +03:00
Konstantinos Margaritis
5363b7c8c7
Merge pull request #255 from isildur-g/wip-isildur-g
...
addressing some cppcheck warnings.
2024-04-24 12:39:17 +03:00
G.E
e3bc8ca0a8
ddressing some cppcheck warnings. yes this will be cleaned up in a
...
following commit. tests pass.
2024-04-23 19:08:24 +03:00
gtsoul-tech
a30e0a7e68
output tabulated and csv
2024-04-02 14:56:27 +03:00
gtsoul-tech
6b11e3cad2
change first column name csv
2024-04-02 13:32:51 +03:00
gtsoul-tech
7f904cfae0
removed color output code
2024-04-02 11:28:00 +03:00
gtsoul-tech
5eed75b44e
changed color output to csv output
2024-04-01 16:05:13 +03:00
Konstantinos Margaritis
b4d53349cd
add Vermicelli/RVermicelli to microbenchmark utility
2021-11-01 16:53:21 +02:00
Konstantinos Margaritis
2b3d0a355b
Add missing copyright info from tampered files
2021-10-12 11:51:35 +03:00
Konstantinos Margaritis
b8bf6063b6
Improve benchmarks
2021-10-12 11:51:35 +03:00
Konstantinos Margaritis
6a72d7b5ca
Unify benchmarks, more accurate measurements
...
(cherry picked from commit f50d7656bc78c54ec25916b6c8e655c188d79a13)
2021-10-12 11:51:34 +03:00
apostolos
ed4b280a7f
benchmarks functions replaced with lambdas
2021-10-12 11:51:34 +03:00
apostolos
390573a07a
raw pointers replaced with smart pointers
2021-10-12 11:51:34 +03:00
apostolos
388dc457de
nit
2021-10-12 11:51:34 +03:00
apostolos
8ae4fab6c6
fix benchmarks outputs
2021-10-12 11:51:34 +03:00
apostolos
d39e132fdf
bandwidth output fixes
2021-10-12 11:51:34 +03:00
apostolos
da4805bdc5
nits
2021-10-12 11:51:34 +03:00
apostolos
488517c45a
size output fixed
2021-10-12 11:51:34 +03:00
apostolos
d1cf8989c7
benchmarks output fixes
2021-10-12 11:51:34 +03:00
apostolos
ee2ed6a8c8
nits
2021-10-12 11:51:34 +03:00
apostolos
e0fefb3489
code size reduction by using function arrays and add bandwidth to output
2021-10-12 11:51:34 +03:00
apostolos
bb9bcb3760
micro-benchmarks for shufti, trufle and noodle added
2021-10-12 11:51:34 +03:00