Skip to content
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

[BUG] Array interface of load -> compute -> store in systolic tile #215

Open
kaizizzzzzz opened this issue Oct 3, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@kaizizzzzzz
Copy link

Describe the bug
In our hls code of packed_systolic, the interface tile of load->compute and compute->load is using array, which will cause incorrect result when testing on board. Csim is correct because the cpu simulator can't actually perform "dataflow".

To Reproduce
Provide test cases to reproduce the error.
Any case using "packed_systolic" in "/playground/int8_gemm.py" will have this bug.

Buggy output
Provide the output of the buggy program.
unexpected output value.

Expected behavior
A clear and concise description of what you expected to happen.
change the array interface described above to stream interface.

Additional context
Add any other context about the problem here.

@kaizizzzzzz kaizizzzzzz added the bug Something isn't working label Oct 3, 2024
@kaizizzzzzz kaizizzzzzz changed the title [BUG] Buffer for systolic tile [BUG] Array interface of load -> compute -> store in systolic tile Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant