We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46a13c commit cb7ae86Copy full SHA for cb7ae86
scripts/install_dependencies/install_NEO_OCL_driver.sh
@@ -658,7 +658,7 @@ check_current_driver()
658
elif [[ $DISTRO == ubuntu ]]; then
659
gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
660
if [[ -z "$gfx_version" ]]; then
661
- gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
+ gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl-icd)
662
fi
663
664
0 commit comments