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.
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_ofandany_of, etc. and replace them with their Thrust equivalents.