Skip to content

Commit f3be74c

Browse files
committed
util: add weekly CI kmhv3.py configs for spec06 and spec17
The previous vector test job has been commented out for future reference. Change-Id: I8317f5c155e25eb653fe7897ee980bc58a5246d0
1 parent 8ef695e commit f3be74c

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.github/workflows/gem5-ideal-btb-perf-weekly.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ on:
88
# Allow manual triggering of the workflow
99

1010
jobs:
11+
align_test_spec06:
12+
uses: ./.github/workflows/gem5-perf-template.yml
13+
with:
14+
script_path: ../kmh_v3_btb.sh
15+
benchmark_type: "spec06-1.0c"
16+
17+
align_test_spec17:
18+
uses: ./.github/workflows/gem5-perf-template.yml
19+
with:
20+
script_path: ../kmh_v3_btb.sh
21+
benchmark_type: "spec17-1.0c"
22+
1123
perf_test_spec06:
1224
uses: ./.github/workflows/gem5-perf-template.yml
1325
with:
@@ -20,10 +32,10 @@ jobs:
2032
script_path: ../kmh_v3_ideal.sh
2133
benchmark_type: "spec17-1.0c"
2234

23-
perf_test_spec06_vector:
24-
uses: ./.github/workflows/gem5-perf-template.yml
25-
with:
26-
script_path: ../kmh_v3_ideal.sh
27-
benchmark_type: "spec06-rvv-1.0c"
28-
vector_type: "simple"
29-
check_result: false
35+
# perf_test_spec06_vector:
36+
# uses: ./.github/workflows/gem5-perf-template.yml
37+
# with:
38+
# script_path: ../kmh_v3_ideal.sh
39+
# benchmark_type: "spec06-rvv-1.0c"
40+
# vector_type: "simple"
41+
# check_result: false

0 commit comments

Comments
 (0)