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] Implement regexp_extract_all on GPU for idx > 0 #4283

Closed
andygrove opened this issue Dec 3, 2021 · 3 comments · Fixed by #5968
Closed

[FEA] Implement regexp_extract_all on GPU for idx > 0 #4283

andygrove opened this issue Dec 3, 2021 · 3 comments · Fixed by #5968
Assignees
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request

Comments

@andygrove
Copy link
Contributor

andygrove commented Dec 3, 2021

Is your feature request related to a problem? Please describe.
We should implement regexp_extract_all as part of our work to add comprehensive support for regular expressions. This issue is specifically for the case where idx > 0, which requires new functionality in cuDF as discussed in rapidsai/cudf#9856

Describe the solution you'd like
Support regexp_extract_all on GPU.

Describe alternatives you've considered
None

Additional context
N/A

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 3, 2021
@andygrove
Copy link
Contributor Author

Depends on rapidsai/cudf#9856

@andygrove andygrove added the cudf_dependency An issue or PR with this label depends on a new feature in cudf label Dec 7, 2021
@Salonijain27 Salonijain27 removed the ? - Needs Triage Need team to review and classify label Dec 7, 2021
@andygrove andygrove changed the title [FEA] Implement regexp_extract_all on GPU [FEA] Implement regexp_extract_all on GPU for idx > 0 Dec 13, 2021
@andygrove andygrove self-assigned this Jan 5, 2022
@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Jan 5, 2022
@andygrove
Copy link
Contributor Author

The cuDF functionality has now been implemented, so I plan on working on this in the next sprint.

@andygrove andygrove removed their assignment Jan 20, 2022
@sameerz sameerz removed this from the Jan 31 - Feb 11 milestone Feb 15, 2022
@sameerz
Copy link
Collaborator

sameerz commented Jun 22, 2022

Depends on rapidsai/cudf#11033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants