[ENHANCEMENT]: Get rid of custom test utilities #622
Labels
good first issue
Good for newcomers
P3: Backlog
Unprioritized
type: improvement
Improvement / enhancement to an existing function
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
andany_of
, etc. and replace them with their Thrust equivalents.The text was updated successfully, but these errors were encountered: