-
Notifications
You must be signed in to change notification settings - Fork 90
Add best practices documentation #271
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
base: main
Are you sure you want to change the base?
Conversation
|
@PointKernel I like the document as a friendly "getting started guide". I would expect the best practices guide to provide answers to:
So perhaps the document could be renamed, otherwise looks good to me. |
Yes, I should have been more clear. What I had in mind was the difference in kernel runtime estimate by NCU and by While NCU may have other reasons to lock frequency (to get sampling-based estimates, such as stall rates, more accurate), GPU Mode talk https://www.youtube.com/watch?v=CtrqBmYtSEk by @gevtushenko makes the point that timings obtained with locked frequency may not be representative of real-world kernel performance. |
This PR adds a best practices guide for NVBench, providing code examples to help users quickly get started and conduct effective performance comparisons in real-world scenarios.