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] Update AcceleratedColumnarToRowIterator to support strings #5635

Open
mattahrens opened this issue May 25, 2022 · 1 comment · Fixed by #5998
Open

[FEA] Update AcceleratedColumnarToRowIterator to support strings #5635

mattahrens opened this issue May 25, 2022 · 1 comment · Fixed by #5998
Assignees
Labels
feature request New feature or request performance A performance related task/issue

Comments

@mattahrens
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Update AcceleratedColumnarToRowIterator to support strings. Specifically

  • drop the assert about all the types being fixed width
  • update packMap so it knows about Strings being int32 aligned and not 20 bytes.
  • figure out when we call convertToRowsFixedWidthOptimized vs convertToRows, because now we might have Strings in the data.

Ref: rapidsai/cudf#10033 (comment)

@amahussein
Copy link
Collaborator

reopened by #6367

@amahussein amahussein reopened this Aug 19, 2022
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 performance A performance related task/issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants