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 Const to SID Neighbor Table Element Type #1808

Merged
merged 97 commits into from
Oct 30, 2024

Conversation

fthaler
Copy link
Contributor

@fthaler fthaler commented Oct 29, 2024

Allows NVCC to use LDG instructions and thus perform better double-load elision. Credit goes to @iomaganaris. Further, fixes sid::as_const for C arrays.

@gridtoolsjenkins
Copy link
Collaborator

Hi there, this is jenkins continuous integration...
Do you want me to verify this patch?

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch perftest

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 29, 2024

launch perftest

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch jenkins

@fthaler
Copy link
Contributor Author

fthaler commented Oct 30, 2024

launch perftest

Copy link
Contributor

@iomaganaris iomaganaris left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for taking care of this and adding a test 👍

@havogt havogt merged commit 85de9ff into GridTools:master Oct 30, 2024
70 checks passed
havogt pushed a commit that referenced this pull request Oct 30, 2024
Allows NVCC to use `LDG` instructions and thus perform better
double-load elision. Credit goes to @iomaganaris. Further, fixes
`sid::as_const` for C arrays.

---------

Co-authored-by: Ioannis Magkanaris <ioannis.magkanaris@cscs.ch>
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.

4 participants