Skip to content

Commit d23f772

Browse files
committed
update benchmark stage
1 parent 11ffdbc commit d23f772

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

scripts/run_over_all_configs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ fi
1818

1919
for frame_size in 4 16 32 128
2020
do
21-
./scripts/reset.sh
2221
./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_1_64.xclbin -f $frame_size $@
2322
done
2423

25-
./scripts/reset.sh
2624
./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_0_32.xclbin -f 0 $@
2725

2826
for frame_size in 4 16 32 128
2927
do
30-
./scripts/reset.sh
3128
./host_aurora_flow_test -m 1 -p aurora_flow_test_hw_1_32.xclbin -f $frame_size $@
3229
done

0 commit comments

Comments
 (0)