Pyopencl on android #610
Replies: 3 comments 3 replies
-
I'm not sure what to help with here. Assuming that |
Beta Was this translation helpful? Give feedback.
-
Can you help please? |
Beta Was this translation helpful? Give feedback.
-
Your specific error message (that
(or similar) before building. If you rebuild in the same source tree, make sure to blow away |
Beta Was this translation helpful? Give feedback.
-
After lots of fixing I got to import pyopencl on my redmi note 7 pro with termux but now I am getting this error
$ ./opcl.py
/data/data/com.termux/files/usr/lib/python3.9/site-packages/pyopencl/init.py:265: CompilerWarning: Built kernel retrieved from cache. Original from-source build had warnings:
Build on <pyopencl.Device 'QUALCOMM Adreno(TM)' on 'QUALCOMM Snapdragon(TM)' at 0x74afc7bbb8> succeeded, but said:
Pass
warn(text, CompilerWarning)
/data/data/com.termux/files/usr/lib/python3.9/site-packages/pyopencl/init.py:265: CompilerWarning: From-binary build succeeded, but resulted in non-empty logs:
Build on <pyopencl.Device 'QUALCOMM Adreno(TM)' on 'QUALCOMM Snapdragon(TM)' at 0x74afc7bbb8> succeeded, but said:
Error: Program not built!
warn(text, CompilerWarning)
[0. 0. 0. ... 0. 0. 0.]
0.0
Plz help.
Beta Was this translation helpful? Give feedback.
All reactions