42 Commits

Author SHA1 Message Date
gtsoul-tech
aa6acaec84 optin.performance.Padding 2024-05-27 15:41:57 +03:00
Konstantinos Margaritis
c837925087
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
938c026256 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
e261f286da cStyleCasts 2024-05-17 16:58:08 +03:00
gtsoul-tech
9798b57f9e most ptr.get() conversion 2024-05-13 14:24:16 +03:00
g. economou
727cff3621
Merge branch 'develop' into wip-isildur-g-cppcheck-47-48-58 2024-05-01 10:59:59 +03:00
G.E
9902ca0e34 addressing 47 [constParameterReference],48 [constVariableReference],58
[constVariable]
2024-05-01 10:54:15 +03:00
gtsoul-tech
b5bf3d8d31 unreadVariable 2024-04-30 13:36:39 +03:00
gtsoul-tech
987cd17160 variableScope 2024-04-29 13:13:07 +03:00
G.E
e291d498fa fixed merge mixup 2024-04-24 16:26:38 +03:00
g. economou
2e68780fb5
Merge branch 'develop' into wip-isildur-g-cppcheck56 2024-04-24 16:13:39 +03:00
G.E
11e4968367 cppcheck invalidPrintfArgType_uint warnings 2024-04-24 15:55:57 +03:00
Konstantinos Margaritis
db07cddaec
Merge pull request #255 from isildur-g/wip-isildur-g
addressing some cppcheck warnings.
2024-04-24 12:39:17 +03:00
G.E
01dee390a9 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
3670e52c87 output tabulated and csv 2024-04-02 14:56:27 +03:00
gtsoul-tech
62a275e576 change first column name csv 2024-04-02 13:32:51 +03:00
gtsoul-tech
b5a29155e4 removed color output code 2024-04-02 11:28:00 +03:00
gtsoul-tech
50a62a17ff changed color output to csv output 2024-04-01 16:05:13 +03:00
Konstantnos Margaritis
7c53b4e608 add include dirs 2023-11-21 17:14:21 +00:00
Konstantinos Margaritis
16f3cca98b add vermicelli.hpp to includes 2021-11-01 16:40:17 +00:00
Konstantinos Margaritis
9abfdcaa84 add Vermicelli/RVermicelli to microbenchmark utility 2021-11-01 16:53:21 +02:00
Konstantinos Margaritis
35a25fffd7 link benchmarks against static lib only as some symbols are not exposed in the shared lib 2021-10-12 10:33:40 +00:00
Konstantinos Margaritis
4e044d4142 Add missing copyright info from tampered files 2021-10-12 11:51:35 +03:00
Konstantinos Margaritis
a78f3789a9 atm, do not built benchmark tool for fat runtime, as the function names are modified, need to rethink this 2021-10-12 11:51:35 +03:00
Konstantinos Margaritis
96af3e8613 Improve benchmarks 2021-10-12 11:51:35 +03:00
apostolos
bc57891aa0 Unify benchmarks, more accurate measurements 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
b40899966f Unify benchmarks, more accurate measurements
(cherry picked from commit f50d7656bc78c54ec25916b6c8e655c188d79a13)
2021-10-12 11:51:34 +03:00
apostolos
d7e9d2d915 benchmarks functions replaced with lambdas 2021-10-12 11:51:34 +03:00
apostolos
cf1d72745c raw pointers replaced with smart pointers 2021-10-12 11:51:34 +03:00
apostolos
c774a76f24 nit 2021-10-12 11:51:34 +03:00
apostolos
a86d6c290d nit 2021-10-12 11:51:34 +03:00
apostolos
ee8fa17351 fix benchmarks outputs 2021-10-12 11:51:34 +03:00
apostolos
53b9034546 bandwidth output fixes 2021-10-12 11:51:34 +03:00
apostolos
0e141ce700 size outup for case with match fixed 2021-10-12 11:51:34 +03:00
apostolos
5d4adf267d nits 2021-10-12 11:51:34 +03:00
apostolos
2e6c75c895 size output fixed 2021-10-12 11:51:34 +03:00
apostolos
9901477bcf nits 2021-10-12 11:51:34 +03:00
apostolos
2b9636ccc0 benchmarks output fixes 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
91f58fb1ca add missing header 2021-10-12 11:51:34 +03:00
apostolos
4027319d6c nits 2021-10-12 11:51:34 +03:00
apostolos
1009391d9f code size reduction by using function arrays and add bandwidth to output 2021-10-12 11:51:34 +03:00
apostolos
904a94fbe5 micro-benchmarks for shufti, trufle and noodle added 2021-10-12 11:51:34 +03:00