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] Example of RAPIDS UDF using custom GPU code #1353

Closed
jlowe opened this issue Dec 9, 2020 · 0 comments · Fixed by #1472
Closed

[FEA] Example of RAPIDS UDF using custom GPU code #1353

jlowe opened this issue Dec 9, 2020 · 0 comments · Fixed by #1472
Assignees
Labels
feature request New feature or request P0 Must have for release SQL part of the SQL/Dataframe plugin

Comments

@jlowe
Copy link
Member

jlowe commented Dec 9, 2020

Is your feature request related to a problem? Please describe.
#1351 tracks implementing support for UDFs that provide a RAPIDS execution path. With that implementation should be working examples that can be used as a reference by users when implementing their own RAPIDS-accelerated UDFs.

Describe the solution you'd like
We will need to discuss whether this is more appropriate to be a separate repository or part of the current repository. Since custom GPU code needs to be built as part of the working example, there's a lot more involved in setting up the native build environment that is not needed for building any other code in this repository. Therefore it may be more appropriate to implement it in a separate repository. If it is implemented in the current repository there needs to be a Maven profile to control whether it is built.

@jlowe jlowe added feature request New feature or request SQL part of the SQL/Dataframe plugin P0 Must have for release labels Dec 9, 2020
@jlowe jlowe self-assigned this Dec 9, 2020
@sameerz sameerz added this to the Jan 4 - Jan 15 milestone Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request P0 Must have for release SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants