-
Notifications
You must be signed in to change notification settings - Fork 236
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
SYCL: Segmentation Fault #237
Comments
I've reproduced this issue. As I can see app segfaults for IMAGE_HEIGHT>24759. |
As I can see the problem is in your application (typo). With below patch application works without segfaults
|
Thank you @JacekDanecki , getting a segfault gave me the idea that it wasn't a fault of my code, but you're right, it could be a buffer overrun. I will give it a try. Thanks again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this little project cagnulein/sycl-benchmarks@df43b12 that creates a segmentation fault.
The strange thing is if i reduce the buffer (20x40 bytes instead of 20000x40000 bytes) i don't have the segfault anymore.
What do you think?
@romanovvlad thinks that could be a issue in compute-runtime
Related topic here: intel/llvm#887 (comment)
The text was updated successfully, but these errors were encountered: