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

Typo Fixes #66

Merged
merged 27 commits into from
Aug 8, 2024
Merged

Typo Fixes #66

merged 27 commits into from
Aug 8, 2024

Conversation

hassan-elsheikha
Copy link
Contributor

No description provided.

@hassan-elsheikha hassan-elsheikha marked this pull request as draft July 3, 2024 20:17
@jennifermah76 jennifermah76 marked this pull request as ready for review August 8, 2024 20:42
resources and can potentially use a lot of resources. However, the
unrolled loop would finish earlier depending on how inherently parallel
the loop body is.
parallel. The trade-off here is that an unrolled loop does not reuse hardware
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -2202,7 +2202,7 @@ instructions that always run together with a single entry point at the
beginning and a single exit point at the end. A basic block in LLVM IR
always has a label at the beginning and a branching instruction at the
end (br, ret, etc.). An example of LLVM IR is shown below, where the
`body.0` basic block performs an addition (add) and subtraction (sub) and
`body.0` basic block performs an addition (add) and subtraction (sub), and
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jennifermah76 jennifermah76 merged commit 6a75f4a into main Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants