SYCL runtime_errors, CUDA BE #4392
Unanswered
dosarudaniel
asked this question in
Q&A
Replies: 1 comment
-
Happy to hear my suggestion got you a bit further in your work. I have been trying to reproduce the issue you mention, but I have had little luck due to various dependencies. Do you per chance have a smaller reproducer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This is a follow up of this discussion.
By following @steffenlarsen's instructions (Many thanks, btw!) on this thread from github I managed to obtain the converted code which compiles (using these instructions) and links (following the same receipt as the one suggested on github) with success now, but when I run example9.1 binary file I came across this error:
1.
The error occurred at this line, as the gdb backtrace showed.
I tried this possible solution, but it didn't helped me.
Trying to debug the above error, I change the code into something simpler taken from this tutorial (and linked using the same receipt), but I got this error at runtime:
2.
The error occurred at this line, as the gdb backtrace 2 showed.
Do you have any tips on how to approach these issues ?
I am using this version of the clang compiler: e8f2166
The code from this tutorial worked just fine outside my project following the tutorial's building instructions
I tried this for the first issue, but did not helped me.
Thanks,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions