Currently `any`/`all` use a custom reduction kernel, which is a maintenance burden and possibly not SoL. Replace these with thrust's versions.
Currently
any/alluse a custom reduction kernel, which is a maintenance burden and possibly not SoL. Replace these with thrust's versions.