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