Test GPU Vec Host Fns
- Dominant language
- C
- Stars
- 265
- Forks
- 78
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 11
Description
We should test the `Host` side vector data manipulation functions (really ensure that both `Host` and `Device` codepaths are exercised). Test coverage would need to be audited (here: https://codecov.io/gh/CEED/libCEED/) and existing tests modified to ensure missing Host/Device calls are tested, as needed.
_Originally posted by @jeremylt in https://github.com/CEED/libCEED/pull/2016#discussion_r3874601060_
Contributor guide
Research direction
Start by auditing the existing vector tests and the libCEED code coverage report linked in the issue, identifying Host and Device calls that are not both exercised. Update the relevant existing tests so both codepaths are covered, then rerun the vector test suite and verify the coverage gaps are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100