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

Patterns such (3?)+ should now fall back to CPU #4715

Merged
merged 10 commits into from
Feb 18, 2022

Commits on Feb 7, 2022

  1. in this case, throw the appropriate exception since this is not suppo…

    …rted by cuDF and should fallback to CPU
    NVnavkumar committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    699b88e View commit details
    Browse the repository at this point in the history
  2. fix indent

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a27dddf View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Updated tests to time out to handle patterns that hang in cuDF

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    42ba3c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    5831ac2 View commit details
    Browse the repository at this point in the history
  2. nail down more repetition based patterns that need to fallback to CPU…

    … in order to avoid hanging on the GPU
    
    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2cfa4ce View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update for more edge cases with \A

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    25861d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. handle {0} and {0,0} case

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    614aba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7bce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90150cc View commit details
    Browse the repository at this point in the history
  4. Some style fixes and clean up

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    587557c View commit details
    Browse the repository at this point in the history