Skip to content

Instantly share code, notes, and snippets.

View TaihuLight's full-sized avatar

Loonloon TaihuLight

  • TAI Lab
  • Hong Kong
  • 14:34 (UTC +08:00)
View GitHub Profile
# 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*