File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 88 # Allow manual triggering of the workflow
99
1010jobs :
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
You can’t perform that action at this time.
0 commit comments