-
Notifications
You must be signed in to change notification settings - Fork 38
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
Hangs on Intel #9
Comments
Hi @dca00, that should not happen. Is that with the Intel CPU Runtime for OpenCL, or with PoCL? Kind regards, |
What seems to happen here is that the OpenCL Runtime compiler gets stuck. Did you install the Intel CPU Runtime for OpenCL yourself on the system? This looks like an ancient version. Try with latest version. |
Ok you have the CPU showing up 3 times now, lets get to the bottom of it. By default Device ID 1 is selected. Try manually selecting Device ID 2. For this, change this line in Device device(select_device_with_id(2)); and compile+run it and post the output here. Try also with ID 0. |
This is the full expected output. The OpenCL kernel runs correctly. To fix this weird error, try uninstalling the old version of the OpenCL CPU Runtime you have installed (twice?) to get rid of broken device ID listings 0 and 1. |
It wasn't installed twice: the machine was reimaged clean and new runtime installed. |
Hi,
Is it normal and expected that the EXE hangs on Intel i3 Sandy Bridge? It shows nothing after the banner and pins the CPU at 100%.
It also crashes on i7 Sandy Bridge.
The text was updated successfully, but these errors were encountered: