[FEA] Extract some utilities function from `join_common_utils.cuh` into `cuco_helpers.cuh`
Open
feature request
improvement
libcudf
non-breaking
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
In `join_common_utils.cuh`, there are several utilities functions that were created to work with cuco hash tables data structure. They are useful not just in join implementation but also somewhere else, like in search implementation. As such, we should extract there functions into a new file named `cuco_helpers.cuh`.
Contributor guide
Assessment
This issue has not been assessed yet.