-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minhash support for MurmurHash3_x64_128 (#13796)
Adds `nvtext::minhash64` to libcudf and the Cython/Python changes to call it. The `MurmurHash3_x64_128` is called and only the first `uint64` value is used. The libcudf API was changed to remove the `hash_id` parameter since it was incompatible with the seed types. Authors: - David Wendt (https://github.com/davidwendt) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) URL: #13796
- Loading branch information
1 parent
c2f2167
commit 261bcb2
Showing
9 changed files
with
434 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.