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

Update RAPIDS accelerated native UDFs example to use static CUDA runtime #347

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jan 16, 2024

Fixes #344. Verified by running ldd on the resulting build artifact and verifying there's no longer a dependency on libcudart, as well as running the native UDF test to verify UDFs still work with the static runtime. Also updated the native UDF test example to show more useful examples and output.

@jlowe jlowe self-assigned this Jan 16, 2024
@jlowe jlowe merged commit 78432df into NVIDIA:main Jan 17, 2024
2 checks passed
@jlowe jlowe deleted the udfs-static-runtime branch January 17, 2024 22:25
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

Successfully merging this pull request may close these issues.

Update RAPIDS accelerated UDF examples for static CUDA runtime
2 participants