-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat(gpu): implement subarray search #1885
feat(gpu): implement subarray search #1885
Conversation
eac469f
to
262e773
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @guillermo-oyarzun! Thanks a lot for this PR: lots of things going on here 😅 Here comes a first round of review. I asked for Rust examples of the pub default functions, assuming there are some on the CPU side. If it's not the case maybe we can go without it as it'll require quite a lot of time to write them from scratch.
Also, is there a benchmark for this function on CPU?
There are no examples on the CPU side, that's why i didn't add them. I could try to generate them from the tests, as you prefer. For the benches, how can I check that? |
978bfbe
to
419edbf
Compare
419edbf
to
f49bbd7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
f49bbd7
to
91e48f4
Compare
closes: please link all relevant issues
PR content/description
Check-list: