Skip to content

Instantly share code, notes, and snippets.

@cmey
Last active September 29, 2023 14:36
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save cmey/a2b2223e7947b62bd94d405e290c9293 to your computer and use it in GitHub Desktop.
Save cmey/a2b2223e7947b62bd94d405e290c9293 to your computer and use it in GitHub Desktop.
Intel OpenCL drivers for Linux
# 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*
@Neil-Lunavat
Copy link

What do you mean? What do you want to do?

@ibitebyt3s
Copy link

ibitebyt3s commented Oct 21, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment