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

Short circuit axis binning if any previous axis is invalid #5259

Conversation

ikbuibui
Copy link
Contributor

@ikbuibui ikbuibui commented Jan 30, 2025

Optimization to not calculate axis bins after the first axis with an out of range bin is found (by using && instead of , with the parameter pack expansion)

@ikbuibui ikbuibui added the component: plugin in PIConGPU plugin label Jan 30, 2025
@ikbuibui ikbuibui added this to the 0.9.0 / next stable milestone Jan 30, 2025
@psychocoderHPC psychocoderHPC merged commit 8b64dbb into ComputationalRadiationPhysics:dev Feb 4, 2025
10 checks passed
@ikbuibui ikbuibui deleted the shortcircuit_binning branch February 4, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: plugin in PIConGPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants