File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1148,7 +1148,7 @@ benchmark:2.14:
11481148 SCHEDULER_PARAMETERS : $LONG_RUN_SCHEDULER_PARAMETERS_2_14
11491149 script :
11501150 - ml fpga/xilinx/xrt/2.14
1151- - ./scripts/run_over_all .sh -l -i 10
1151+ - ./scripts/run_over_all_configs .sh -l -i 20 -b 268435456
11521152 only :
11531153 - web
11541154 artifacts :
@@ -1168,7 +1168,7 @@ benchmark:2.15:
11681168 SCHEDULER_PARAMETERS : $LONG_RUN_SCHEDULER_PARAMETERS_2_15
11691169 script :
11701170 - ml fpga/xilinx/xrt/2.15
1171- - ./scripts/run_over_all .sh -l -i 10
1171+ - ./scripts/run_over_all_configs .sh -l -i 20 -b 268435456
11721172 only :
11731173 - web
11741174 artifacts :
@@ -1188,7 +1188,7 @@ benchmark:2.16:
11881188 SCHEDULER_PARAMETERS : $LONG_RUN_SCHEDULER_PARAMETERS_2_16
11891189 script :
11901190 - ml fpga/xilinx/xrt/2.16
1191- - ./scripts/run_over_all .sh -l -i 10
1191+ - ./scripts/run_over_all_configs .sh -l -i 20 -b 268435456
11921192 only :
11931193 - web
11941194 artifacts :
Original file line number Diff line number Diff line change 1818
1919for frame_size in 4 16 32 128
2020do
21- ./scripts/reset.sh
2221 ./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_1_64.xclbin -f $frame_size $@
2322done
2423
25- ./scripts/reset.sh
2624./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_0_32.xclbin -f 0 $@
2725
2826for frame_size in 4 16 32 128
2927do
30- ./scripts/reset.sh
3128 ./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_1_32.xclbin -f $frame_size $@
3229done
You can’t perform that action at this time.
0 commit comments