-
Notifications
You must be signed in to change notification settings - Fork 218
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
Update the pmacc tuple and its use in the binning plugin #5264
Draft
ikbuibui
wants to merge
3
commits into
ComputationalRadiationPhysics:dev
Choose a base branch
from
ikbuibui:tuple_update
base: dev
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.
Conversation
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
ikbuibui
force-pushed
the
tuple_update
branch
from
February 3, 2025 15:59
cd01f68
to
7574c6d
Compare
ikbuibui
force-pushed
the
tuple_update
branch
from
February 4, 2025 08:43
7574c6d
to
3c3c6c1
Compare
psychocoderHPC
previously approved these changes
Feb 4, 2025
@ikbuibui please rebase agains tthe current dev branch |
ikbuibui
force-pushed
the
tuple_update
branch
3 times, most recently
from
February 4, 2025 14:28
39f79b2
to
250e9fc
Compare
psychocoderHPC
previously approved these changes
Feb 4, 2025
ikbuibui
force-pushed
the
tuple_update
branch
4 times, most recently
from
February 5, 2025 14:23
3774555
to
104b757
Compare
This pr should be rebased/merged after #5266 is in the dev branch to ensure we not break anything. Currently the CI is only running g++-CUDA tests. |
ikbuibui
force-pushed
the
tuple_update
branch
5 times, most recently
from
February 7, 2025 10:34
30e7a84
to
e91d763
Compare
ikbuibui
force-pushed
the
tuple_update
branch
2 times, most recently
from
February 7, 2025 14:10
170f885
to
01d0e62
Compare
… enumerated apply
ikbuibui
force-pushed
the
tuple_update
branch
from
February 7, 2025 15:44
01d0e62
to
bf2c805
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a tuple size implementation to the pmacc tuple
Use pmacc tuple on the host side as well
Add a new function
applyEnumerated
which passes pairs of(index ,tuple)
to the callable argumentFix forwarding of arguments in
binning::apply
andtupleMap