Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/go-nvml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 852755d
Choose a base ref
...
head repository: NVIDIA/go-nvml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a7f6b7
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on May 27, 2024

  1. Update source for NVML header downloads to NVIDIA owned repo

    Signed-off-by: Kevin Klues <[email protected]>
    klueska committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8c2b25e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from klueska/update-nvml-header-download

    Update source for NVML header downloads to NVIDIA owned repo
    klueska authored May 27, 2024
    Configuration menu
    Copy the full SHA
    0e815c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Bump golang to 1.23.2

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a177834 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from elezar/bump-golang

    Bump golang to 1.23.2
    elezar authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    150a069 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Fix unset version in structs

    This change ensures that the Version field is set in structs that require
    them.
    
    This addresses the following calls:
    * DeviceGetRunningProcessDetailList
    * DeviceGetPciInfoExt
    * DeviceGetVgpuHeterogeneousMode
    * DeviceGetSupportedPlacements
    * DeviceGetCreatablePlacements
    * DeviceGetVgpuProcessesUtilizationInfo
    * DeviceGetSramEccErrorStatus
    * SystemGetConfComputeKeyRotationThresholdInfo
    * SystemGetConfComputeSettings
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    0066a95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from elezar/fix-get-sram-ecc-status

    Fix unset version in structs
    elezar authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    8a7f6b7 View commit details
    Browse the repository at this point in the history
Loading