-
Notifications
You must be signed in to change notification settings - Fork 157
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
[onert] can`t find openCL and mali lib in aarch64, arm32 #11592
Comments
@ragmani Is rasberry pi board support OpenCL? |
AFAIK, no. It would be good to concentrate cpu backend only on x64 and {arm32 or arm64} considering duration |
When I searched about OpenCL, our rasberry pi 4 doesn't support OpenCL. So, if we want to get OpenCL, it seems that additional work like 'Vulkan driver' will be needed. |
|
I don't know rasberry pi board does not support |
I heard that when they executed with a large model, cpu backend took a little long time(maybe 2 sec). I thought it would be faster if the model runs with acl backend. |
@KangInyeong |
At first, We wanted to make sure all the features of runtime nnfw api work well after cross build. So, we thought the OpenCL issue was caused by an error in our work. No error occurs with this command..! I think we can check the execution with that command for future work. |
Since there is no HW right now, I will proceed with the test with cpu only. Thank you for your advice! |
Sure, you can test I thought you've chosen RPI4 because you can test both |
Yes, we will continue to test arm and aarch64 via RPI4 with 32-bit OS and 64-bit OS installed. Thanks for your comments!! |
when I run onert_run, onert-minimal-app in aarch64, arm32 environment
I encountered the following warning:
so I installed opencl library
sudo apt install ocl-icd-opencl-dev
and I encountered the below error when I run again
how do i resolve this problem ??
The text was updated successfully, but these errors were encountered: