Skip to content
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

Rename CUPTI methods for consistency with state API #177

Open
alliepiper opened this issue Jun 27, 2024 · 0 comments
Open

Rename CUPTI methods for consistency with state API #177

alliepiper opened this issue Jun 27, 2024 · 0 comments

Comments

@alliepiper
Copy link
Collaborator

NVBench uses a convention of set_<thing> and get_<thing> for interacting with object state, but the CUPTI metrics use a different convention of collect_<thing> and is_<thing>_collected. The CUPTI methods should be renamed for consistency with the rest of the library.

Since these APIs have been around a while, let's deprecate them when the new methods are added to give folks a chance to update before we yank them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant