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

Add inclusive and exclusive scan (prefix sum) operations #488

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo in shmem_scan
nspark authored Nov 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8d65b6546c1be88bdbb1c9d8c4a4dda06bf92a89
2 changes: 1 addition & 1 deletion content/shmem_scan.tex
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@

The \VAR{nreduce} argument determines the number of separate scan
operations to perform. The \source{} array on all \acp{PE}
participating in the opreation provides one element for each scan.
participating in the operation provides one element for each scan.
The results of the scan operations are placed in the \dest{} array
on all \acp{PE} participating in the scan.