-
Notifications
You must be signed in to change notification settings - Fork 5
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
Segmentation fault #84
Comments
Not without a bit more information! Have you tried debugging? |
With regards to the exception you are getting when you are running step_world_v3_lambda, it's saying that your vector size is 1 (suggesting it has the 1 platform that has been found), but you're accessing out of range (as it displays "Choosing platform 1"). So this exception should be fixed if you choose platform 0 instead of 1. |
Could you attach the output of your program when run on gdb? (in gdb, type |
Can you change the makefile to add the flag Edit: I've also done a search for your GPU (https://www.geforce.com/hardware/notebook-gpus/geforce-gt-625m/specifications) and this seems to say only OpenCL 1.1 is supported. Not sure if this is an issue. |
Ok, thank you. My GPU which supports only OpenCL 1.1 seems to be the source of my issue. |
OS: Ubuntu 18.04
When I run test_opencl, it showed the "segmentation fault". Any idea?
The text was updated successfully, but these errors were encountered: