oneapi-src / oneapi-src/unified-runtime
Add validation for phEventWaitList/phEvent overlap
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
https://github.com/oneapi-src/unified-runtime/pull/2195 updated the spec to state that EventWaitList cannot contain the output event. It should be relatively simple to check this in the validation layer and raise an error if the constraints are not met.
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
Read the specification change in linked pull request #2195, then locate the validation layer for EventWaitList and the existing checks around event arguments. The work is complete when an EventWaitList containing the output event is rejected with an error, while valid lists continue to pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100