oneapi-src / oneapi-src/unified-runtime
Consider to add a new error code for `urVirtualMemMap` when the VA is already mapped
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
Currently, the error code of urVirtualMemMap is invalid argument when the VA is already mapped.
But this error code is not clear enough, since returning invalid argument could also be due to other reasons, like the size is not proper.
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 tracing the urVirtualMemMap entry point and its existing invalid-argument handling. Review how error codes are defined and tested in the repository; the work is done when an already-mapped VA produces a distinct error code without changing other invalid-argument cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100