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

Documentation for the tool-side interface #15

Open
wrwilliams opened this issue Nov 23, 2020 · 1 comment
Open

Documentation for the tool-side interface #15

wrwilliams opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@wrwilliams
Copy link

As near as I can tell, there are two options for tool authors wishing to provide an NVTX implementation (such that NVTX annotations can be recorded in another format, as opposed to converting their own annotations to NVTX):

  1. Implement an independent NVTX library against the headers
  2. Some sort of export table mechanism, wherein we could provide pointers to the functions we wish to implement and a function that registers those function pointers.

The mechanism in 2. is sadly not documented anywhere I've been able to find online (notably not in the NVTX Doxygen docs) and the comments are somewhat sparse for a third party implementor. Is there any chance this interface could become explicitly documented/have I simply missed something in my initial research?

@evanramos-nvidia evanramos-nvidia added the documentation Improvements or additions to documentation label Oct 30, 2024
@evanramos-nvidia evanramos-nvidia added this to the v3.2.0 milestone Dec 11, 2024
@evanramos-nvidia
Copy link
Collaborator

Related to #104

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

No branches or pull requests

3 participants