-
Notifications
You must be signed in to change notification settings - Fork 114
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
Randomized failure of PTX JIT Compilation #528
Comments
Hi @PolyRocketMatt , thanks for the report. To see the generated PTX code, you can use the option Just having a quick look at the issue, and I am not sure the annotation |
Hi, thanks for the fast response. I have tried compiling and running the code without the
|
I'm not sure if this is the solution, but removing the UUID from the name of the task graph (and subsequently the PTX code), seems to behave stable. I'll be doing some further experimentation myself to see if this still keeps fixing the errors I was getting. |
Describe the bug
Whenever I am trying to run my application on the latest TornadoVM build, it only at some occasions throws an error indicating that PTX JIT compilation failed:
How To Reproduce
My Main.java just simply runs the following:
The AdditionTask class looks like this:
In this case,
BufferTask
is just an empty interface.Expected behavior
I'm expecting the code to run, without throwing any compilation issues. This happens in some cases but not all.
Computing system setup (please complete the following information):
Additional context
The attached log is generated using the
--debug
flag and is one from my original program. The minimal reproducible example should still be a valid proxy.debug.txt
The text was updated successfully, but these errors were encountered: