-
Notifications
You must be signed in to change notification settings - Fork 155
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
Internal Compiler Error When Storing #1054
Comments
can you add @AWSNB as well |
added! |
Hello, I think somehow test_harness.py is swallowing useful compiler error messages for debugging. If I call the kernel directly in conv2d.py with the following wrapper code:
I get:
In this case, your tensor |
@chloe-jeon did the comment above help unblock you ? |
I tried adding that, and it told me the free dimension (420, 9) exceeds PSUM limit of 512. |
Nevermind, the fix was to create a temporary variable on PSUM to store the results of the matrix multiplication for a single pixel, write that to output (SBUF), then store the output back to out_X (HBM). |
We're getting this error when we try to store data to HBM?
SyntaxError: Internal compiler error: kernel failed verifier check. See above for actual error message.
Further details can be found in https://github.com/chloe-jeon/cs149pa5/tree/main (private repo shared with AWS team members)
The text was updated successfully, but these errors were encountered: