oneapi-src / oneapi-src/unified-runtime
Expand loader validation
@PatKamin is already working on this.
Since Jul 7, 2023.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
Currently the loader validation has gaps in areas inherited from the original code base, which may result in bugs in its less frequently utilized parts, such as #598.
This task is to analyze coverage of the existing tests (and ideally we'd set up codecov to automate this), and expand the scope of testing to address the found gaps. At the very least, we need to make sure that all existing permutations of functions from loader templates are covered and functional. Instead of trying to call every single function, we need to make sure that tests call every function that has some specific way in which it is generated.
This will likely require us to expand the null adapter to implement more functions.
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.
Assessment
This issue has not been assessed yet.