Add block-wide set operations like merge and intersection
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
It would be nice to have block-wide set operations similar to the device-wide set operations provided by thrust.
merge,
set_difference,
set_intersection,
set_union,
set_symmetric_difference
These would also allow for simple device-wide segmented set operations. (With thrust, one needs to generate the segment ids per element and use a custom comparator)
Contributor guide
Assessment
This issue has not been assessed yet.