rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.24k stars 532 forks source link

[FEA] Use nvbench instead of google benchmark in cuML C++ benchmarks #4144

Open teju85 opened 3 years ago

teju85 commented 3 years ago

Is your feature request related to a problem? Please describe. nvbench is a more "GPU oriented" benchmarking tool than google benchmark. We currently use google benchmark for all of our C++-side benchmarking.

Describe the solution you'd like Migrate to using nvbench instead of google benchmark, in the long run.

Describe alternatives you've considered We could stay with google benchmark, but will have to also maintain our customizations (almost all of which are already addressed in nvbench!).

Additional context Inspired by this issue.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.