rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.76k stars 304 forks source link

Clean up the use of cuco hash functions #4707

Closed PointKernel closed 1 month ago

PointKernel commented 1 month ago

This PR improves the use of cuco hashers by replacing detail APIs with public ones and updating device code to use cuda::std::byte instead of std::byte.

ChuckHastings commented 1 month ago

/merge