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

Add support for regular expressions containing hexadecimal digits greater than 0x7f #5442

Merged
merged 3 commits into from
May 12, 2022

Conversation

anthony-chang
Copy link
Contributor

Fixes #4866

cuDF only supports hexadecimal characters up to 0x7f, and we fallback to CPU for characters outside that range. This workaround converts hexadecimal digits directly to the Unicode character itself, allowing GPU support for the full range of hexadecimal digits.

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

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@razajafri
Copy link
Collaborator

Can you add python integration tests?

@sameerz sameerz added the bug Something isn't working label May 10, 2022
Signed-off-by: Anthony Chang <antchang@nvidia.com>
@sameerz sameerz added this to the May 2 - May 20 milestone May 10, 2022
@anthony-chang anthony-chang self-assigned this May 10, 2022
Copy link
Collaborator

@NVnavkumar NVnavkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. Just a couple of minor changes to tests that I would like to see.

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

build

@NVnavkumar NVnavkumar merged commit 15ae542 into NVIDIA:branch-22.06 May 12, 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] Add support for regular expressions containing hexadecimal digits greater than 0x7f
4 participants