Skip to content

Commit 2bc96a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 5f2ef71 commit 2bc96a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/tests/xpu_packages_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ device=$(clinfo | grep 'Intel(R) Data Center GPU')
2020

2121
if [[ $device == "" ]]; then
2222
echo "Intel(R) Data Center GPU not found! Drivers not found/aren't correctly installed!"
23-
exit 1
23+
exit 1
2424
fi
2525

2626
## checks for the presence of MKL,DPCPP and CCL/MPI Packages in OneAPI directory
2727
list=("/opt/intel/oneapi/redist/lib" "/opt/intel/oneapi/redist/lib/ccl" "/opt/intel/oneapi/redist/lib/mpi")
2828

2929

30-
for i in "${list[@]}"
30+
for i in "${list[@]}"
3131
do
3232
if [[ ! -d "${i}" ]]; then
3333
echo "OneAPI libraries not found/installed!"

0 commit comments

Comments
 (0)