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

Mention software pipelining as code optimization technique #197

Open
colluca opened this issue Oct 5, 2024 · 0 comments
Open

Mention software pipelining as code optimization technique #197

colluca opened this issue Oct 5, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@colluca
Copy link
Collaborator

colluca commented Oct 5, 2024

No mention to software pipelining, but that is essentially our most used technique:

If other independent instructions are present, it may be possible to reorder these between the two dependent instructions, hiding the RAW latency under other useful instructions. In some cases, loop unrolling is coupled to this technique, to provide independent instructions for the reordering.

@colluca colluca self-assigned this Oct 5, 2024
@colluca colluca added the documentation Improvements or additions to documentation label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant