Hi,
from https://software.intel.com/en-us/articles/opencl-drivers#latest_linux_driver
I downloaded OpenCL™ 2.0 GPU/CPU driver package for Linux* (64-bit) and there is a patch for Linux Kernel 4.7 available. I was wondering if there is a way to patch Linux Kernel 4.10.
When trying to brute-force patch 4.10 with 4.7 data then at
patch -p1 < /opt/intel/opencl/kernel-4.7.patch
it it complains at with
can't find file to patch at input line 321
---
Do you have maybe a solution or workaround for that? Thanks a lot:)