[ENHANCEMENT]: Get rid of custom test utilities
Open
Nobody has claimed this yet.
good first issue
P3: Backlog
type: improvement
- Dominant language
- Cuda
- Stars
- 667
- Forks
- 120
- Avg merge
- 7d 5h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
The existing cuco test utilities were introduced to address the issue of long build times caused by the use of Thrust algorithms (#93). However, with the new CI setup using sccache, this should no longer be a problem.
Describe the solution you'd like
Remove all custom test utilities, such as all_of and any_of, etc. and replace them with their Thrust equivalents.
Contributor guide
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
Search the repository for the custom test utilities, including all_of and any_of, and inspect their definitions and usages. Replace each custom utility with its Thrust equivalent, then run the affected tests and build to confirm the utilities are no longer needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100