Use camp resource for kernels in managed_ptr
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 111
- Forks
- 23
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
* Currently, kernels in managed_ptr are launched in stream 0
* We should default to the same default stream RAJA uses (can get this from camp)
* Consider allowing the user to provide a camp resource and/or stream to make_managed calls
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the managed_ptr kernel-launch path and the make_managed entry points mentioned in the issue. Read how the current stream-0 behavior relates to RAJA's default stream and camp resources. Done means the default follows RAJA and the requested resource or stream option has a defined, tested interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100