-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patterns such (3?)+ should now fall back to CPU (#4715)
* in this case, throw the appropriate exception since this is not supported by cuDF and should fallback to CPU * fix indent Signed-off-by: Navin Kumar <navink@nvidia.com> * Updated tests to time out to handle patterns that hang in cuDF Signed-off-by: Navin Kumar <navink@nvidia.com> * 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> * Update for more edge cases with \A Signed-off-by: Navin Kumar <navink@nvidia.com> * handle {0} and {0,0} case Signed-off-by: Navin Kumar <navink@nvidia.com> * Add one more edge case to fallback to CPU * Some style fixes and clean up Signed-off-by: Navin Kumar <navink@nvidia.com>
- Loading branch information
1 parent
75b49a9
commit 203d273
Showing
3 changed files
with
121 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters