-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenCL driver missing. #13
Comments
From working with other Imagination's GPU, the library seems to be there ( Make sure that |
Thank you so much, @Godzil That worked very well. I will leave the bug open, because this should be added to the distribution. This is now the output:
|
I can use OpenCL now, but sadly it segfaults as soon as I enqueue my kernel. The callstack is of little use. Is there any way that I can get the debug symbols for libPVROCL.so perhaps?
EDIT: The crash is caused by an EnqueueFillBuffer operation, it has nothing do to with the OpenCL kernel. |
From the sipeed pi 4a specs:
OpenCL 1.1/1.2/2.0
But if I test for OpenCL support using
clinfo
I get:When I try to install the mesa ICD, I get:
How do I get an OpenCL driver onto the Lichee Pi4a board?
The text was updated successfully, but these errors were encountered: