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

[FEA] Implement GPU kernel for SubstringIndex #10072

Closed
andygrove opened this issue Dec 18, 2023 · 1 comment
Closed

[FEA] Implement GPU kernel for SubstringIndex #10072

andygrove opened this issue Dec 18, 2023 · 1 comment
Labels
performance A performance related task/issue

Comments

@andygrove
Copy link
Contributor

andygrove commented Dec 18, 2023

Is your feature request related to a problem? Please describe.
Our current implementation of SubstringIndex uses complex regular expressions, and we have seen that performance is not always good relative to CPU.

Describe the solution you'd like
We should evaluate whether a custom GPU kernel would perform better.

Describe alternatives you've considered

Additional context

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 18, 2023
@sameerz sameerz added performance A performance related task/issue and removed feature request New feature or request labels Dec 18, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jan 11, 2024
@thirtiseven
Copy link
Collaborator

closed by #11149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

No branches or pull requests

4 participants