llnl / llnl/CHAI

Use camp resource for kernels in managed_ptr

Open
#279 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.