-
Notifications
You must be signed in to change notification settings - Fork 8
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
[F134] neuronx-cc terminated abnormally #24
Comments
Thank @nandeeka for filing the issue. We will take a look. |
Hi Nandeeka, I’m taking a look to reproduce. If you have one could you also provide the contents of the compiler log? |
Hi Jonathan,
But this does not seem to have done anything. |
Hi @nandeeka will you try adding adding |
This worked. It looks like the error was:
After inspecting all instructions involving |
This actually works with the simulator as is, so will need to look further why it's correct at the nki insertion point but incorrect in the backend: updated code:
output:
|
I-33 would be the 33rd instruction emitted by the Kernel. As far as a better way to see which instruction maps to what line of code, we should be able to re-correlate it back to the debug info for the kernel. I am adding this to our backlog to make it more clear what went wrong. |
I am trying to run what I think should be a kernel. However, I am getting the opaque error message,
[F134] neuronx-cc terminated abnormally
. What is the error and/or how do I go about debugging an error message like this?The full kernel is:
The full error message is:
My pip freeze is:
The text was updated successfully, but these errors were encountered: