Skip to content

Commit

Permalink
Revert double hashing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Aug 6, 2023
1 parent 7c76204 commit 8ac0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/probing_scheme.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class double_hashing : private detail::probing_scheme_base<CGSize> {
* @param hash1 First hasher
* @param hash2 Second hasher
*/
__host__ __device__ constexpr double_hashing(Hash1 const& hash1 = {}, Hash2 const& hash2 = {});
__host__ __device__ constexpr double_hashing(Hash1 const& hash1 = {}, Hash2 const& hash2 = {1});

/**
* @brief Operator to return a probing iterator
Expand Down

0 comments on commit 8ac0ee8

Please sign in to comment.