blob: eee59703e2318b323a0bf1472217435e3594ea5a [file] [log] [blame]
Christophe Favergeon4a8d9dc2019-08-14 08:55:46 +02001echo "Basic Maths"
2python addToRegDB.py -f bench.txt BasicBenchmarks
3echo "Complex Maths"
4python addToRegDB.py -f bench.txt ComplexBenchmarks
5echo "FIR"
6python addToRegDB.py -f bench.txt FIR
7echo "Convolution / Correlation"
8python addToRegDB.py -f bench.txt MISC
9echo "Decimation / Interpolation"
10python addToRegDB.py -f bench.txt DECIM
11echo "BiQuad"
12python addToRegDB.py -f bench.txt BIQUAD
13echo "Controller"
14python addToRegDB.py -f bench.txt Controller
15echo "Fast Math"
16python addToRegDB.py -f bench.txt FastMath
17echo "Barycenter"
18python addToRegDB.py -f bench.txt SupportBarF32
19echo "Support"
20python addToRegDB.py -f bench.txt Support
21echo "Unary Matrix"
22python addToRegDB.py -f bench.txt Unary
23echo "Binary Matrix"
Christophe Favergeonedc7f6d2019-09-04 08:59:31 +020024python addToRegDB.py -f bench.txt Binary
25echo "Transform"
26python addToRegDB.py -f bench.txt Transform