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

[Feature Request] RAPIDS cuDF GPU option in addition to pandas #478

Open
exactlyallan opened this issue May 12, 2022 · 2 comments
Open

[Feature Request] RAPIDS cuDF GPU option in addition to pandas #478

exactlyallan opened this issue May 12, 2022 · 2 comments

Comments

@exactlyallan
Copy link

@dorisjlee would you be open to adding cuDF backed functionality as an option? I believe there could be several places where GPU acceleration would help over pandas with larger datasets.

We currently have several other visualization projects that integrate with cuDF, such as datashader, and our own cuxfilter.

@dorisjlee
Copy link
Member

Hey @exactlyallan, Thanks for the suggestions! We're open to contributions and areas of improvement with a cuDF backend. This would likely involve extending a new plotting backend for Lux that uses cuDF. The plotting backends we currently support are Altair and matplotlib. I think this will help quite a bit with rendering large scatterplots (which is currently plotted as binned heatmap). You can find some of the past performance benchmarks that we've done in this VLDB paper: https://arxiv.org/pdf/2105.00121.pdf

@exactlyallan
Copy link
Author

@dorisjlee We are starting to work on this - could you suggest any profiling tools or techniques you are using that work with lux?

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