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

Draft: Add SW4CK kernels #317

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft

Draft: Add SW4CK kernels #317

wants to merge 9 commits into from

Conversation

artv3
Copy link
Member

@artv3 artv3 commented Mar 20, 2023

Adding SW4CK kernels 2 and 5 as they exhibit a performance gap between RAJA and "native variants".

Source https://github.com/LLNL/SW4CK.

@artv3 artv3 changed the title Add SW4CK kernels Draft: Add SW4CK kernels Mar 20, 2023
@Ram3sh
Copy link

Ram3sh commented Mar 20, 2023 via email

const int kfirst = 0;
const int kstart = 0;
const int klast = 1;
const int kend = 1;
Copy link
Member Author

Choose a reason for hiding this comment

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

@Ram3sh, looking at the SW4CK src I think I see various options for problem size dimensions. Would you be able to advise what the values here should be? Or some values that we can use to scale the problem?

const int kfirst = 0;
const int kstart = 0;
const int klast = 1;
const int kend = 1;
Copy link
Member Author

Choose a reason for hiding this comment

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

@Ram3sh -- same here.

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.

None yet

2 participants