-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jusitification for dahlia dse parameter space #31
Comments
Stencil-2d-inner "ORIG_D1": [1,2,3,4,5,6],
"ORIG_D2": [1,2,3,4,5,6],
"FILTER_D1": [1,2,3],
"FILTER_D2": [1,2,3],
"UR_LOOP1": [1,2,3],
"UR_LOOP2": [1,2,3] Filter banking and the loop unrolling can't be bigger than 3 so we are trying all banking and unroll factors up to 3. For the banking on 18/2916 points accepted by Dahlia |
NW "SEQA_BANK": [1,2,4],
"SEQB_BANK": [1,2,4],
"PTR_BANK1": [1,2,4],
"PTR_BANK2": [1,2,4],
"M_BANK1": [1,2,4],
"M_BANK2": [1,2,4],
"UNROLLA": [1,2,4,8],
"UNROLLB": [1,2,4,8] Did not include banking factor 448/11664 points accepted by Dahlia |
MD-KNN "FORCE": [1,2,3,4],
"POS": [1,2,3,4],
"J_D1": [1,2,3,4],
"J_D2": [1,2,3,4],
"UR_LOOP1": [1,2,3,4,5,6,7,8],
"UR_LOOP2": [1,2,3,4,5,6,7,8] 525/16384 points accepted by Dahlia |
MD-GRID "D1": [1,2,3,4],
"D2": [1,2,3,4],
"D3": [1,2,3,4],
"B0X_UR": [1,2,4,5,6,7,8],
"B0Y_UR": [1,2,4,5,6,7,8],
"B0Z_UR": [1,2,4,5,6,7,8] 81/21952 points accepted by Dahlia |
Thread to keep track of justifications for why we chose the parameter space we did for each benchmark
The text was updated successfully, but these errors were encountered: