Trying to run sample script on Raspberry Pi 3 #714
Unanswered
Bravo13
asked this question in
Troubleshooting
Replies: 3 comments 1 reply
-
Some things to try:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @inducer thanks for your fast reply. Result:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just found there is some additional debug from VC4CL with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SO, I'm trying to run example from page https://documen.tician.de/pyopencl/index.html on RPi 3 with VC4C. Mine clinfo shows I have video core. Also, simple C program works ok. But with python mine program stuck. If I'm running exactly as on example, it hangs on
cl.enqueue_copy(queue, res_np, res_g)
line. If I'm adding.wait()
toknl(queue, a_np.shape, None, a_g, b_g, res_g)
it hangs there. Need advice on what possible solution coudl be here or is it possible to look for anu debug dataBeta Was this translation helpful? Give feedback.
All reactions