[FEA] Extract some utilities function from join_common_utils.cuh
into cuco_helpers.cuh
#11176
Labels
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
Milestone
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 namedcuco_helpers.cuh
.The text was updated successfully, but these errors were encountered: