You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: