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

Have you considered an implementation of EWAH bitset trying to leverage GPU to increase the speed? #3

Open
ynosa opened this issue Jun 25, 2013 · 3 comments

Comments

@ynosa
Copy link

ynosa commented Jun 25, 2013

No description provided.

@lemire
Copy link
Owner

lemire commented Jun 25, 2013

I have no immediate plan to work on GPU support, but I am planning to work on (CPU) vectorization in the near future for bitset data structures. However, if someone was interested in initiating GPU support, I'd be glad to collaborate.

@ynosa
Copy link
Author

ynosa commented Jun 26, 2013

I am using EWAH bitsets with a great success. Investigating the topic I think GPU could dramatically increase the performance. Right now there is no open-source implementation that could leverage GPU. Probably I can invest some time for GPU support. For now I am elaborating with whitepapers around EWAH implemention.

@lemire
Copy link
Owner

lemire commented Jun 26, 2013

I agree on the need, and if you get started, get in touch with 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