-
Notifications
You must be signed in to change notification settings - Fork 85
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
Use binary search for classify tools in CuPy case #762
Conversation
Codecov ReportBase: 79.90% // Head: 79.90% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #762 +/- ##
=======================================
Coverage 79.90% 79.90%
=======================================
Files 19 19
Lines 4175 4175
=======================================
Hits 3336 3336
Misses 839 839
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Comparing benchmarking when applying naive binary search for gpu_bin(). The performance doesn't seem to be improved. We should investigate more to see whether we can better implement binary search for GPU, or just not use it.
|
@thuydotm any reason not to set this to |
Add an issue here: #767 |
Closing this PR as the proposed implementation does not help improving the performance. |
Fixes #761