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

Fallback to CPU when && found in character class #5658

Conversation

anthony-chang
Copy link
Contributor

Fixes #5655

Previously we were not catching the class intersection operator &&. This PR makes us fallback to CPU since && is not yet supported on cuDF.

Signed-off-by: Anthony Chang antchang@nvidia.com

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang anthony-chang requested a review from andygrove May 26, 2022 17:49
@anthony-chang
Copy link
Contributor Author

build

@sameerz sameerz added the bug Something isn't working label May 26, 2022
@sameerz sameerz added this to the May 23 - Jun 3 milestone May 26, 2022
andygrove
andygrove previously approved these changes May 26, 2022
…llback-with-class-intersection

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang
Copy link
Contributor Author

build

@anthony-chang anthony-chang merged commit 4144c3d into NVIDIA:branch-22.06 May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Regular expression pattern [&&1] produces incorrect results on GPU
3 participants