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 kernels broken up over multiple loops #381

Open
MrBurmark opened this issue Oct 24, 2023 · 0 comments
Open

Add kernels broken up over multiple loops #381

MrBurmark opened this issue Oct 24, 2023 · 0 comments

Comments

@MrBurmark
Copy link
Member

MrBurmark commented Oct 24, 2023

Add version of some kernels that break the iteration space into multiple subdomains and run a loop over each.
The intention is to compare performance when using a single loop to cover all the data or using multiple loops to cover the data.
Kernels to look at first:

  • Stream_TRIAD
  • Algorithm_REDUCE_SUM
  • Basic_INDEXLIST_3LOOP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants