[FEA]: Implement `cudax::coop::any_of`
Open
cudax
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
`cudax::coop::any_of` should implement reduction over `bool` values. We can use `__any_sync` intrinsic to accelerate the reduction within a warp.
Contributor guide
Assessment
This issue has not been assessed yet.