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

Avoid unsupported float16 dtype in test_udf #376

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

rjzamora
Copy link
Contributor

Newer versions of cudf raise an error in from_pandas for unsupported dtypes (like float16). Earlier versions silently ignore the dtype (and just use float32 instead). This change is necessary for rapids 24.04.

Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-376

@rjzamora rjzamora added the bug Something isn't working label Jul 19, 2024
@jperez999 jperez999 merged commit 1f47749 into NVIDIA-Merlin:main Jul 25, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants