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

Broken A64FX port allocator #448

Open
FinnWilkinson opened this issue Dec 20, 2024 · 0 comments
Open

Broken A64FX port allocator #448

FinnWilkinson opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FinnWilkinson
Copy link
Contributor

The A64FX port allocator triggers an assertion in debug mode after the new Dispatch Issue Unit updates.

The A64FX port allocator assumes the ports provided will be all possible ports an instruction could be dispatched to. However, after the most recent updates, this is not always the case as if a port cannot take an instruction this cycle, it is removed from the vector of ports sent to the port allocator.

This doesn't seem to cause any issues in release mode, but a re-write should be done to ensure fully correct functionality

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
Status: ToDo
Development

No branches or pull requests

1 participant