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

New RAJA GPU Indexing #342

Merged
merged 6 commits into from
Jul 26, 2023
Merged

New RAJA GPU Indexing #342

merged 6 commits into from
Jul 26, 2023

Conversation

MrBurmark
Copy link
Member

Use new RAJA GPU indexing policies

This gives compile time knowledge of the block sizes in some kernels. This brings the RAJA variants closer in line with the base variants.
The base variants can still take a advantage of the knowledge that the ranges start at 0.

  • This PR is a feature
  • It does the following:
    • Adds an example of using the new GPU indexing policies at the request of @rhornung67

MrBurmark added 2 commits July 5, 2023 14:09
in NESTED_INIT, POLYBENCH_2MM, and DIFFUSION3DPA
@MrBurmark MrBurmark requested review from artv3 and rhornung67 July 5, 2023 21:15
@MrBurmark MrBurmark changed the title Draft: New RAJA GPU Indexing New RAJA GPU Indexing Jul 25, 2023
@MrBurmark
Copy link
Member Author

MrBurmark commented Jul 25, 2023

Updated this so we can get new performance results. It should be ready to go.

@MrBurmark
Copy link
Member Author

@rhornung67 @artv3 Can I get a review?

Copy link
Member

@rhornung67 rhornung67 left a comment

Choose a reason for hiding this comment

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

Did you do all the kernels that use RAJA::kernel and RAJA::launch? I was going to work through that, but thank you for doing it @MrBurmark

@MrBurmark
Copy link
Member Author

I think I did all the kernels.

@MrBurmark MrBurmark merged commit 122deee into develop Jul 26, 2023
@MrBurmark MrBurmark deleted the feature/burmark1/gpu_indexing branch July 26, 2023 18:47
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.

3 participants