root/hiersort/tests/common_parameters

Revision 1, 0.7 kB (checked in by thesz, 2 years ago)

Initial commit

Line 
1 // hierarchy of 16 execution units.
2 --hierDepth=4
3
4 // Sorting hierarchy parameters (base (lower level), common and parameter change per level).
5 --hierBaseSortHeight=5
6 --hierBaseSortSize=48
7 --hierBaseProcChanWidth=6
8 --hierSortForceUpRatio=0.8
9 --hierChanPresortUpWidthInc=0.0
10 --hierSortSizeMul=1.0
11 --hierChanWidthInc=0.0
12 --hierSortHeightMul=1.0
13
14 // Matcher parameters.
15 --procMatcherDnWidth=3
16 --procMatcherForceUp=16
17 --procMatcherSize=32
18
19 // Equalization and routing buffers.
20 --presorterMaxLen=36
21 --upBufMaxLen=30
22
23 // Individual execution units parameters.
24 --procParThreads=8
25 --procMaxThreads=16
26 --procShedulePolicy=SheduleAllWorkBack
27 --procOutWidth=6
28
29 // Default timeout tick count.
30 --maxWait=5000000
Note: See TracBrowser for help on using the browser.