Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable fuzz testing for Regular Expression repetitions and move remaining edge cases to CPU #4885

Merged
merged 3 commits into from
Mar 4, 2022

Conversation

NVnavkumar
Copy link
Collaborator

Fixes #4487.

This enables the repetition fuzz tests for Regular Expressions on the GPU, and moves split with repetitions ? and * to the CPU (related issues have been filed).

…ests

Signed-off-by: Navin Kumar <navink@nvidia.com>
@NVnavkumar NVnavkumar requested a review from andygrove March 1, 2022 18:09
@NVnavkumar NVnavkumar self-assigned this Mar 1, 2022
Signed-off-by: Navin Kumar <navink@nvidia.com>
@sameerz sameerz added the bug Something isn't working label Mar 4, 2022
@sameerz sameerz added this to the Feb 28 - Mar 18 milestone Mar 4, 2022
@sameerz
Copy link
Collaborator

sameerz commented Mar 4, 2022

build

@NVnavkumar
Copy link
Collaborator Author

build

@NVnavkumar NVnavkumar merged commit 97ca886 into NVIDIA:branch-22.04 Mar 4, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] regexp_find hangs with some patterns
4 participants