Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hashing on CPU #23

Open
bzz opened this issue Feb 15, 2018 · 1 comment
Open

Support hashing on CPU #23

bzz opened this issue Feb 15, 2018 · 1 comment

Comments

@bzz
Copy link
Contributor

bzz commented Feb 15, 2018

Not everyone has GPUs and in some cases hashing time may not be a bottleneck, so it would be nice to have a mode that does not require CUDA and firends.

AFAIK to have such option, alongside with high-performance GPU one would require small changes in hasher.py to have an option of using something like https://github.com/ekzhu/datasketch instead of libMHCUDA.

@vmarkovtsev
Copy link
Collaborator

vmarkovtsev commented Feb 15, 2018

@bzz it seems to be out of the research scope. We are going to hash the same data hundreds and thousands of times to find the best metaparameters. So this is a Gemini feature to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants