File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
unified-runtime/.github/scripts Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# get_system_info.sh - Script for printing system info
9
9
10
+ builddir=" $( dirname " $( readlink -f " $0 " ) " ) /../../../build"
11
+
10
12
function check_L0_version {
11
13
if command -v dpkg & > /dev/null; then
12
14
dpkg -l | grep level-zero && return
@@ -52,8 +54,8 @@ function system_info {
52
54
lscpu
53
55
echo " **********/proc/meminfo**********"
54
56
cat /proc/meminfo
55
- echo " **********build/bin/ urinfo**********"
56
- $( dirname " $( readlink -f " $0 " ) " ) /../../build /bin/urinfo --no-linear-ids --verbose || true
57
+ echo " **********urinfo**********"
58
+ LD_LIBRARY_PATH= $builddir /lib $builddir /bin/urinfo --no-linear-ids --verbose || true
57
59
echo " ******OpenCL*******"
58
60
# The driver version of OpenCL Graphics is the compute-runtime version
59
61
clinfo || echo " OpenCL not installed"
You can’t perform that action at this time.
0 commit comments