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

[FEA] Add examples showing how to use both CPU & GPU modules together #65

Open
ayushdg opened this issue May 15, 2024 · 2 comments
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ayushdg
Copy link
Collaborator

ayushdg commented May 15, 2024

Is your feature request related to a problem? Please describe.
The codebase has some tutorials/examples showcasing CPU only or GPU only modules, but not both. It would be good to have examples that show using both and how users can convert their dataset to go between using CPU & GPU modules.

Describe the solution you'd like
This came up when trying to combine fuzzy dedup with cpu modules leading to a typeError expected data of type cudf.

Describe alternatives you've considered
Longer term there should be means of handling the conversion automatically but for the time being an example showing how users can go between the two is good.

@ayushdg ayushdg added the enhancement New feature or request label May 15, 2024
@glam621
Copy link
Collaborator

glam621 commented May 29, 2024

Add to readme, link directly to the examples of using both GPU and CPU. Recent tutorial has both.

@sarahyurick sarahyurick added the documentation Improvements or additions to documentation label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants