Open teju85 opened 3 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.
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.
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.