How do I run CLBlas, the android guide seems a bit unclear for the last steps. #1951
Replies: 1 comment
-
Hi, I agree that section of the Android guide needs help. I assume that you've successfully installed CLBlast and can run clinfo? If clinfo receives a No Platform message then OpenCL and CLBlast is not functioning correctly on your system. Consider running clinfo (you can run it anywhere), but try this:
If you receive a platform, and it displays your OpenCL details, then it's working. Run ./main from llama.cpp/build/bin, with something like this: Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to follow the guide for running the the code with android, and have had an issue or two. bac1992
For lines 666-669, what exactly should I be doing with? Should I use it in my main CLBlast folder, my com.termux/files/home folder, or somewhere else? Also I don't know if its related but when I tried to run it somewhere I got for the ./main (...) code it returns a bash: syntax error near unexpected token '...' . Is there somethin I'm missing? Because up to that part everything seemed to install correctly.
Beta Was this translation helpful? Give feedback.
All reactions