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] Port stack and tile to cudf::column types #3196

Closed
harrism opened this issue Oct 23, 2019 · 2 comments · Fixed by #3403
Closed

[FEA] Port stack and tile to cudf::column types #3196

harrism opened this issue Oct 23, 2019 · 2 comments · Fixed by #3403
Assignees
Labels
feature request New feature or request

Comments

@harrism
Copy link
Member

harrism commented Oct 23, 2019

Is your feature request related to a problem? Please describe.
Now that #2207 is merged we need to start porting functionality to use it. This issue covers tile and stack implemented in #2956.

Update these API function definitions and their implementations to use the new cudf::column and associated classes.

Note that until string columns and other wrapper types are supported, operations will only be able to be implemented for numerical columns. Initially the "legacy" APIs should be kept in place but moved to the cudf/legacy folder and if necessary a legacy namespace.

@harrism harrism added feature request New feature or request libcudf++ labels Oct 23, 2019
@cwharris cwharris self-assigned this Nov 17, 2019
@cwharris
Copy link
Contributor

@devavret Let me know if you want to keep this one for yourself.

@harrism
Copy link
Member Author

harrism commented Nov 17, 2019

I think @devavret will be busy with groupby for a while.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants