Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
80c92753
Unverified
Commit
80c92753
authored
Nov 05, 2025
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Nov 05, 2025
Browse files
Enabling cooperative multi-gpu tests on multi-gpu nodes (#27986)
Signed-off-by:
Alexei V. Ivanov
<
alexei.ivanov@amd.com
>
parent
e50c4546
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.buildkite/scripts/hardware_ci/run-amd-test.sh
.buildkite/scripts/hardware_ci/run-amd-test.sh
+10
-1
No files found.
.buildkite/scripts/hardware_ci/run-amd-test.sh
View file @
80c92753
...
...
@@ -173,6 +173,14 @@ fi
PARALLEL_JOB_COUNT
=
8
MYPYTHONPATH
=
".."
# Test that we're launching on the machine that has
# proper access to GPUs
render_gid
=
$(
getent group render |
cut
-d
:
-f3
)
if
[[
-z
"
$render_gid
"
]]
;
then
echo
"Error: 'render' group not found. This is required for GPU access."
>
&2
exit
1
fi
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
if
[[
$commands
==
*
"--shard-id="
*
]]
;
then
# assign job count as the number of shards used
...
...
@@ -186,6 +194,7 @@ if [[ $commands == *"--shard-id="* ]]; then
--device
/dev/kfd
$BUILDKITE_AGENT_META_DATA_RENDER_DEVICES
\
--network
=
host
\
--shm-size
=
16gb
\
--group-add
"
$render_gid
"
\
--rm
\
-e
HIP_VISIBLE_DEVICES
=
"
${
GPU
}
"
\
-e
HF_TOKEN
\
...
...
@@ -217,8 +226,8 @@ else
--device
/dev/kfd
$BUILDKITE_AGENT_META_DATA_RENDER_DEVICES
\
--network
=
host
\
--shm-size
=
16gb
\
--group-add
"
$render_gid
"
\
--rm
\
-e
HIP_VISIBLE_DEVICES
=
0
\
-e
HF_TOKEN
\
-e
AWS_ACCESS_KEY_ID
\
-e
AWS_SECRET_ACCESS_KEY
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment