8000 update · oneapi-src/distributed-ranges@62e07e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e07e4

Browse files
committed
update
1 parent 81ff57a commit 62e07e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmarks/gbench/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
4646
# github actions log annotation
4747
COMMAND echo "::endgroup::"
4848
COMMAND dr-bench clean
49-
COMMAND dr-bench suite --gpus 12
49+
COMMAND dr-bench suite --gpus 12 --ppn 12
5050
COMMAND dr-bench plot
5151
DEPENDS xhp-bench)
5252

@@ -56,8 +56,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
5656
# github actions log annotation
5757
COMMAND echo "::endgroup::"
5858
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
6161
COMMAND dr-bench plot
6262
DEPENDS xhp-bench)
6363

@@ -66,7 +66,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
6666
OUTPUT aurora-bench-results-plus-2
6767
# github actions log annotation
6868
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
7070
COMMAND dr-bench plot
7171
DEPENDS xhp-bench)
7272

0 commit comments

Comments
 (0)
0