Forum Discussion
CJohn56
New Contributor
6 years agoOpenCL 19.3 SD Card image for Intel Arria 10 Development Kit
Hi, I am having problems with creating my own SD Card image for the Intel Arria 10 Development Kit. I have tried the GSRD 19.1, but I cannot get the OpenCL Driver working. I have also tried genera...
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
There is an update for kernel driver from kernel developer. It seems like the locked parameter was added into the Linux kernel to make it compatible with get_user_pages_unlocked/get_user_pages_locked functions. If you pass in NULL to *locked for get_user_pages_remote() function, then it should be safe and behave like the old version.
Thanks