-
Notifications
You must be signed in to change notification settings - Fork 81
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
[System-Error] application hang when launching a simple example (HelloWorld) #99
Comments
Which size did you set to 16? Also, how long did you approximately wait before terminating the process? |
I've rebooted and re-run it, and I got execution failed
|
It looks like the compiler generates invalid code here which hangs/runs in some infinte loop on the VC4 hardware. I will have to check the generated code to see, what goes wrong there. |
I've upload compressed file to mega, |
YES, You got me, thanks I realized that my raspberry pi was configured with raspi-config to use FKMS (Fake-KMS) for Gaming. I'll close this issue |
https://github.com/rsnemmen/OpenCL-examples/tree/master/Hello_World
To make this program launch,
I change the SIZE to 16
and let local become 4 because the workgroupSize 12 cannot divide 1024
after build with
gcc -o hello.exe hello.c -lOpenCL
the test program stuck at launch kernel.
The text was updated successfully, but these errors were encountered: