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

Fix inconsistent calls to nvml::Init and nvml::Shutdown #5317

Merged
merged 8 commits into from
Feb 15, 2024

Commits on Feb 13, 2024

  1. Fix inconsistent calls to nvml::Init and nvml::Shutdown

    - in the worker thread and thread poll the nvml is called
      only for non-CPU pipelines but the shutdown is called
      unconditionally
    
    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1941091 View commit details
    Browse the repository at this point in the history
  2. RAII

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5155f0e View commit details
    Browse the repository at this point in the history
  3. Review fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d185b10 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Review fixes

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    42d3cb9 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    85b32cb View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2304195 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8afe6de View commit details
    Browse the repository at this point in the history
  5. Add suppres

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eff9d14 View commit details
    Browse the repository at this point in the history