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
f9d25c25
Unverified
Commit
f9d25c25
authored
Jul 12, 2024
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Jul 12, 2024
Browse files
[Build/CI] Checking/Waiting for the GPU's clean state (#6379)
parent
024ad87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+9
-0
No files found.
.buildkite/run-amd-test.sh
View file @
f9d25c25
...
@@ -2,6 +2,15 @@
...
@@ -2,6 +2,15 @@
set
-ex
set
-ex
# Print ROCm version
# Print ROCm version
echo
"--- Confirming Clean Initial State"
while
true
;
do
sleep
3
if
grep
-q
clean /opt/amdgpu/etc/gpu_state
;
then
echo
"GPUs state is
\"
clean
\"
"
break
fi
done
echo
"--- ROCm info"
echo
"--- ROCm info"
rocminfo
rocminfo
...
...
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