Skip to content

Commit

Permalink
1. skip pnr search for maxpooling 2. make maxpooling channel size sma…
Browse files Browse the repository at this point in the history
…ller
  • Loading branch information
yuchen-mei committed Nov 17, 2024
1 parent 32e5162 commit bd7a705
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions aha/util/application_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,44 @@
"SWEEP_PNR_PLACER_EXP":"1"
}
},
"apps/maxpooling":{
"default":{
"HALIDE_GEN_ARGS":"in_img=114 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64",
"DISABLE_GP":"1",
"PNR_PLACER_EXP":"15"
},
"fastest":{
"HALIDE_GEN_ARGS":"in_img=114 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64",
"DISABLE_GP":"1"
},
"sweep":{
"HALIDE_GEN_ARGS":"in_img=114 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64",
"DISABLE_GP":"1",
"SWEEP_PNR_PLACER_EXP":"1"
}
},
"apps/maxpooling_fp":{
"default":{
"HALIDE_GEN_ARGS":"in_img=57 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64-bfloat_hardware",
"DISABLE_GP":"1",
"PNR_PLACER_EXP":"6"
},
"fastest":{
"HALIDE_GEN_ARGS":"in_img=57 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64-bfloat_hardware",
"DISABLE_GP":"1"
},
"sweep":{
"HALIDE_GEN_ARGS":"in_img=57 ksize=3 stride=2 n_ic=28 unroll=14",
"HL_TARGET":"host-x86-64-bfloat_hardware",
"DISABLE_GP":"1",
"SWEEP_PNR_PLACER_EXP":"1"
}
},
"conv1":{
"default":{
"HALIDE_GEN_ARGS":"in_img=32 pad=3 ksize=7 stride=2 n_ic=3 n_oc=64 k_ic=3 k_oc=4",
Expand Down

0 comments on commit bd7a705

Please sign in to comment.