RAJA icon indicating copy to clipboard operation
RAJA copied to clipboard

Add resource argument to PluginStrategy methods

Open johnbowen42 opened this issue 1 year ago • 1 comments

Summary

  • This PR is a (refactoring, bugfix, feature, something else)
  • It does the following (modify list as needed):
    • Modifies/refactors (class or method) (how?)
    • Fixes (issue number(s))
    • Adds (specific feature) at the request of (project or person)

Design review (for API changes or additions---delete if unneeded)

On (date), we reviewed this PR. We discussed the design ideas:

  1. First idea or goal
  2. Second idea
  3. Third idea

This PR implements 1. and 3. It leaves out 2. for the following reasons

  • (impractical)
  • (too big)
  • (not a good idea anyway)

johnbowen42 avatar Nov 26 '24 18:11 johnbowen42

Thanks for working on this, on my side I need a small modification on the PluginContext as its where I am storing the kernel name for the caliper integration. See here: https://github.com/LLNL/RAJA/pull/1773.

artv3 avatar Nov 27 '24 01:11 artv3