Skip to content

Commit

Permalink
Minimize bit width step needs to be explicitly called in examples wit…
Browse files Browse the repository at this point in the history
…h custom steps
  • Loading branch information
johnnoel committed Oct 6, 2023
1 parent df0e500 commit da30f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/mobilenet-v1/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def select_build_steps(platform):
step_mobilenet_convert_to_hls_layers_separate_th,
"step_create_dataflow_partition",
"step_apply_folding_config",
"step_minimize_bit_width",
"step_generate_estimate_reports",
"step_hls_codegen",
"step_hls_ipgen",
Expand Down
1 change: 1 addition & 0 deletions build/resnet50/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
step_resnet50_convert_to_hls,
"step_create_dataflow_partition",
"step_apply_folding_config",
"step_minimize_bit_width",
"step_generate_estimate_reports",
"step_hls_codegen",
"step_hls_ipgen",
Expand Down
1 change: 1 addition & 0 deletions build/vgg10-radioml/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def select_build_steps(platform):
"step_create_dataflow_partition",
"step_target_fps_parallelization",
"step_apply_folding_config",
"step_minimize_bit_width",
"step_generate_estimate_reports",
"step_hls_codegen",
"step_hls_ipgen",
Expand Down

0 comments on commit da30f6b

Please sign in to comment.