Forked from cmey/install-intel-opencl-drivers-for-linux.sh
Created
April 11, 2021 23:18
-
-
Save ekardon/743fce4bc58c7f33e138083b61f44da3 to your computer and use it in GitHub Desktop.
Intel OpenCL drivers for Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get OpenCL driver automated installer (installs kernel 4.7) | |
curl https://software.intel.com/sites/default/files/managed/f6/77/install_OCL_driver.sh_.txt > install_OCL_driver.sh | |
chmod +x install_OCL_driver.sh | |
# install OpenCL driver | |
sudo ./install_OCL_driver.sh install | |
# check | |
ls /boot/vmlinuz-*intel* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment