Skip to content
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

Update koios tasks and add a koios_task_list that runs all koios benchmarks #2838

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions vtr_flow/tasks/koios_task_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
regression_tests/vtr_reg_nightly_test4/koios_medium
regression_tests/vtr_reg_nightly_test6/koios_other
regression_tests/vtr_reg_weekly/koios_bwave_float_large
regression_tests/vtr_reg_weekly/koios_dla_large
regression_tests/vtr_reg_weekly/koios_large
regression_tests/vtr_reg_weekly/koios_proxy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ includes_dir=benchmarks/verilog/koios

# Add circuits to list to sweep
circuit_list_add=bwave_like.float.small.v
circuit_list_add=bwave_like.fixed.small.v
#Commenting out the following because of https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues/2149
#circuit_list_add=bwave_like.fixed.large.v
circuit_list_add=dnnweaver.v
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ includes_dir=benchmarks/verilog/koios

# Add circuits to list to sweep
circuit_list_add=bwave_like.float.large.v
circuit_list_add=bwave_like.fixed.large.v

# Add architectures to list to sweep
arch_list_add=k6FracN10LB_mem20K_complexDSP_customSB_22nm.xml
Expand All @@ -35,4 +36,4 @@ qor_parse_file=qor_standard.txt
pass_requirements_file=pass_requirements.txt

#Script parameters
script_params=-track_memory_usage -crit_path_router_iterations 100 --route_chan_width 300 --target_utilization 0.28
script_params=-track_memory_usage -crit_path_router_iterations 100 --route_chan_width 400 --target_utilization 0.12
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ circuit_list_add=lstm.v
circuit_list_add=gemm_layer.v
circuit_list_add=tpu_like.large.os.v
circuit_list_add=tpu_like.large.ws.v
circuit_list_add=tdarknet_like.small.v
circuit_list_add=tdarknet_like.large.v
circuit_list_add=dla_like.medium.v

Expand Down
Loading