audit every kernel argument in `include/nvexec` for accessibility from device
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
also do the inverse: make sure references or pointers to device memory are never accessed by the host.
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
Start by reviewing the kernel argument handling under include/nvexec and identify how arguments are accessed from device and host contexts. Audit every argument in both directions, then verify that device-memory references are not accessed by the host and that all required device accesses remain valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100