Skip to content

[BUG] Fix namesapce to default_hash and hash_functions#3711

Merged
rapids-bot[bot] merged 8 commits intorapidsai:branch-23.08from
naimnv:patch-1
Jul 18, 2023
Merged

[BUG] Fix namesapce to default_hash and hash_functions#3711
rapids-bot[bot] merged 8 commits intorapidsai:branch-23.08from
naimnv:patch-1

Conversation

@naimnv
Copy link
Contributor

@naimnv naimnv commented Jul 17, 2023

Fix namesapce to default_hash and hash_functions

Update concurrent_unordered_map.cuh to include hash_functions.cuh from cudf/hashing/detail
@naimnv naimnv requested a review from a team as a code owner July 17, 2023 12:25
@naimnv naimnv changed the title Update concurrent_unordered_map.cuh Update concurrent_unordered_map.cuh to include hash_functions.cuh from cudf/hashing/detail Jul 17, 2023
@naimnv naimnv requested a review from ChuckHastings July 17, 2023 12:26
@naimnv naimnv added bug Something isn't working non-breaking Non-breaking change labels Jul 17, 2023
@naimnv naimnv changed the title Update concurrent_unordered_map.cuh to include hash_functions.cuh from cudf/hashing/detail Change include path for include hash_functions.cuh Jul 17, 2023
@naimnv naimnv changed the title Change include path for include hash_functions.cuh Change include path for hash_functions.cuh Jul 17, 2023
@naimnv naimnv self-assigned this Jul 17, 2023
@naimnv naimnv changed the title Change include path for hash_functions.cuh [BUG] Change include path for hash_functions.cuh Jul 17, 2023
@naimnv naimnv changed the title [BUG] Change include path for hash_functions.cuh [BUG] Fix include paths for hash_functions.cuh Jul 17, 2023
@naimnv naimnv requested a review from seunghwak July 17, 2023 15:36
template <typename Key,
typename Element,
typename Hasher = cudf::detail::default_hash<Key>,
typename Hasher = cudf::hashing::detail::default_hash<Key>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use cudf's hash function? In other places, we are using cuco's hash function (and you may check whether cudf's hash function is actually an alias of cuco's hash function).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this isn't cugraph main code, this is libcugraph_etl, yeah... just disregard the comment.

@naimnv naimnv changed the title [BUG] Fix include paths for hash_functions.cuh [BUG] Fix namesapce namesapce to default_hash hash_functions Jul 17, 2023
@naimnv naimnv changed the title [BUG] Fix namesapce namesapce to default_hash hash_functions [BUG] Fix namesapce namesapce to default_hash and hash_functions Jul 17, 2023
@naimnv naimnv changed the title [BUG] Fix namesapce namesapce to default_hash and hash_functions [BUG] Fix namesapce to default_hash and hash_functions Jul 17, 2023
@BradReesWork
Copy link
Member

/merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants