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: c81a3ac
Choose a head ref
  • 18 commits
  • 22 files changed
  • 5 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 Nov 24, 2024

  1. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    33b2a1c 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
  3. Merge pull request #136 from NVIDIA/dependabot/go_modules/main/github…

    ….com/stretchr/testify-1.10.0
    
    Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
    elezar authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    c73df6d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. migrate to golangci-lint v2

    Signed-off-by: Tariq Ibrahim <[email protected]>
    tariq1890 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    8aeed1d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Merge pull request #142 from NVIDIA/golangci-lint-v2

    migrate to golangci-lint v2
    tariq1890 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    4fca9e5 View commit details
    Browse the repository at this point in the history
  2. [CI] re-enable the check stage

    Signed-off-by: Tariq Ibrahim <[email protected]>
    tariq1890 committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    b0f56a3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

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

Commits on May 6, 2025

  1. Bump golangci/golangci-lint-action from 7 to 8

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    c7e50f1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Merge pull request #145 from NVIDIA/dependabot/github_actions/golangc…

    …i/golangci-lint-action-8
    
    Bump golangci/golangci-lint-action from 7 to 8
    tariq1890 authored May 13, 2025
    Configuration menu
    Copy the full SHA
    2b86455 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Fix missing library object on a few system methods

    Signed-off-by: Kevin Klues <[email protected]>
    klueska committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    3013b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32d291 View commit details
    Browse the repository at this point in the history
  3. Bump to NVML version 12.5

    Signed-off-by: Kevin Klues <[email protected]>
    klueska committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    5f61a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Merge pull request #148 from klueska/update-12.5

    Bump to NVML version 12.5
    klueska authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c81a3ac View commit details
    Browse the repository at this point in the history
Loading