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

Dev mem api #57

Open
wants to merge 6 commits into
base: release-v3
Choose a base branch
from
Open

Dev mem api #57

wants to merge 6 commits into from

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    8d987c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Rename NVTX->NVTX_INCLUDE_DIR

    shwina committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    83230f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Add doc

    shwina committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    55c6df4 View commit details
    Browse the repository at this point in the history
  2. DIR->PREFIX

    shwina committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    55f87ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge pull request #67 from shwina/add-nvtx-dir

    Add support for `NVTX_DIR`, drop Python 3.7
    shwina authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9b93d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. NVTX memory extension

    Original authors of this API: Daniel Horowitz and Jason Cohen. Made some
    edits to it. Includes the following APIs:
    * Memory pool API
    * Naming API
    * Permissions API
    
    Extension designed not to conflict with NVTX v3. Will look for symbol
    InitializeInjectionNvtxExtension in library whose name is in
    NVTX_INJECTION32/64_PATH environment variable.
    
    Co-authored-by: Daniel Horowitz <62537986+dhoro-nvidia@users.noreply.github.com>
    Co-authored-by: Jason Cohen <62566718+jcohen-nvidia@users.noreply.github.com>
    3 people committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0808cf8 View commit details
    Browse the repository at this point in the history