Skip to content

Commit 1b74ef5

Browse files
authored
Merge pull request #1215 from lukaszstolarczuk/bump-gather-script
[CI] Minor update in get_system_info.sh
2 parents a7bb7dc + bdac43d commit 1b74ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/get_system_info.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
function check_L0_version {
99
if command -v dpkg &> /dev/null; then
10-
dpkg -l | grep level-zero && return
10+
dpkg -l | grep -iE "level-zero|libze|Compute Runtime|Level Zero" && return
1111
fi
1212

1313
if command -v rpm &> /dev/null; then
@@ -34,7 +34,7 @@ function system_info {
3434
numactl -H
3535

3636
echo "**********VGA info**********"
37-
lspci | grep -i VGA
37+
lspci | grep -iE "vga|display|gpu"
3838

3939
echo "**********CUDA Version**********"
4040
if command -v nvidia-smi &> /dev/null; then

0 commit comments

Comments
 (0)