-
Notifications
You must be signed in to change notification settings - Fork 16
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
Interleaved computation with communication in halo exchange #881
Draft
lslusarczyk
wants to merge
69
commits into
oneapi-src:main
Choose a base branch
from
quazuo:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
25243a9
added count to mhp algorithms
c950ea3
Merge branch 'main' of https://github.com/oneapi-src/distributed-rang…
7eec868
minor fix
6090fdc
minor fixes
167702d
code review fixes
755c896
more code review fixes
e98de3b
removed redundant conditional
f31b80c
fixes according to pre-commit checks
b847d04
Merge branch 'main' of https://github.com/oneapi-src/distributed-rang…
06cc78b
Merge branch 'main' of https://github.com/oneapi-src/distributed-rang…
5511751
added cyclic_halo_impl and distributed_vector_dual
b26665e
Merge pull request #1 from quazuo/count
quazuo e1e9910
added dual_segment and refined dual_distributed_vector
bdecda7
progress
9e81fd7
Merge remote-tracking branch 'upstream/main'
811307c
tiny fix
a5fdcf5
Merge branch 'main' of https://github.com/quazuo/distributed-ranges
5353689
prog
6701c41
prog
f79fe45
prog
b126f8b
prog
e1d50c9
prog
0da1f2c
prog
871bd58
prog
2e3c96d
prog
dff502a
prog
89f9c18
prog
2e4cc88
prog
9c37e12
prog
78cbd29
prog
e18f59a
prog
3329c97
prog
a0e067d
prog
fb05c7d
prog
ea43af7
prog
4fd4d8f
prog
95ca6cf
prog
900613e
prog
9218cd8
prog
46bfa65
prog
3d7a9a8
prog
2603a6c
prog
cdce405
prog
46f6ade
prog
e4eafa2
prog
ad460d8
prog
bd1e8ed
prog
8d0f5be
prog
046b7e4
prog
5c32e9e
prog
6e95e27
prog
46dff8e
prog
b842cc7
prog
d43b9d3
prog
1b6b21b
prog
d333564
prog
8690c17
prog
3860947
prog
6dcd2f4
prog
df55977
prog
4b0f293
prog
0fe709c
prog
05fa8f6
prog
0d94948
prog
33a1d4f
prog
8dd8a00
prog
d04461d
prog
497eb8c
prog
29759f1
prog
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add
__attribute__((unused))
to these functoins, but I'm unsure this function is really needed