Skip to content

Commit cb7ae86

Browse files
Artyom Tugaryovsirzabek
Artyom Tugaryov
authored andcommitted
Check installed intel-opencl-icd to find version (openvinotoolkit#7427)
1 parent a46a13c commit cb7ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_dependencies/install_NEO_OCL_driver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ check_current_driver()
658658
elif [[ $DISTRO == ubuntu ]]; then
659659
gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
660660
if [[ -z "$gfx_version" ]]; then
661-
gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
661+
gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl-icd)
662662
fi
663663
fi
664664

0 commit comments

Comments
 (0)