File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
46
46
# github actions log annotation
47
47
COMMAND echo "::endgroup::"
48
48
COMMAND dr-bench clean
49
- COMMAND dr-bench suite --gpus 12
49
+ COMMAND dr-bench suite --gpus 12 --ppn 12
50
50
COMMAND dr-bench plot
51
51
DEPENDS xhp-bench )
52
52
@@ -56,8 +56,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
56
56
# github actions log annotation
57
57
COMMAND echo "::endgroup::"
58
58
COMMAND dr-bench clean
59
- COMMAND dr-bench suite --min-gpus 13 --gpus 24 --mhp-only
60
- COMMAND dr-bench suite --gpus 12
59
+ COMMAND dr-bench suite --min-gpus 13 --gpus 24 --ppn 12 -- mhp-only
60
+ COMMAND dr-bench suite --gpus 12 --ppn 12
61
61
COMMAND dr-bench plot
62
62
DEPENDS xhp-bench )
63
63
@@ -66,7 +66,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
66
66
OUTPUT aurora-bench-results-plus-2
67
67
# github actions log annotation
68
68
COMMAND echo "::endgroup::"
69
- COMMAND dr-bench suite --min-gpus 13 --gpus 24 --mhp-only
69
+ COMMAND dr-bench suite --min-gpus 13 --gpus 24 --ppn 12 -- mhp-only
70
70
COMMAND dr-bench plot
71
71
DEPENDS xhp-bench )
72
72
You can’t perform that action at this time.
0 commit comments