oneapi-src / oneapi-src/unified-runtime

Expand loader validation

Open
#604 2 comments 0 reactions 1 assignee View on GitHub

@PatKamin is already working on this.

Since Jul 7, 2023.

loader
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.