`nvexec::then` / `upon_error` / `upon_stopped` should handle callables that return by reference
Open
Nobody has claimed this yet.
bug
cuda
P1
- Dominant language
- C++
- Stars
- 2.4k
- Forks
- 270
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 39
Description
These algorithms are specified to pass the result of the callable directly to set_value without decay-copying it first.
Contributor guide
No contributing guide indexed for this repository
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
Search the repository for the implementations and tests of nvexec::then, upon_error, and upon_stopped. Check how callable results are passed to set_value, then verify that callables returning by reference are handled without decay-copying; done means the behavior matches the stated specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100