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-nvlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: NVIDIA/go-nvlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.3
Choose a head ref
  • 12 commits
  • 33 files changed
  • 5 contributors

Commits on Mar 8, 2025

  1. update pci.ids to the latest version - 2025.03.04

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

Commits on Mar 10, 2025

  1. Merge pull request #55 from NVIDIA/upd-pci-ids

    update pci.ids to the latest version - 2025.03.04
    tariq1890 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    71d8914 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. migrate golangci-lint to v2

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

Commits on Apr 10, 2025

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

    migrate golangci-lint to v2
    tariq1890 authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    d309190 View commit details
    Browse the repository at this point in the history

Commits on May 5, 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 5, 2025
    Configuration menu
    Copy the full SHA
    b91b19c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Add support for NVIDIA Thor a Tegra-based system

    This change add support for NVIDIA Thor as an iGPU / Tegra-based
    system. To do this, we add a new function to the PropertyExtractor
    and deprecate the UsesOnlyNVGPUModule function and replace it with
    a more generic HasOnlyIntegratedGPUs function (since we no longer
    only look for the `nvgpu` string).
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed May 13, 2025
    Configuration menu
    Copy the full SHA
    9c96e05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from elezar/add-nvidia-thor

    Add support for NVIDIA Thor as iGPU
    elezar authored May 13, 2025
    Configuration menu
    Copy the full SHA
    3886990 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from NVIDIA/dependabot/github_actions/golangci…

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

Commits on Jun 10, 2025

  1. Bump go-nvml dependency to v0.12.9-0

    Signed-off-by: Kevin Klues <[email protected]>
    klueska committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    3f712c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from klueska/bump-go-nvml

    Bump go-nvml dependency to v0.12.9-0
    klueska authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    ecc09d7 View commit details
    Browse the repository at this point in the history
  3. Add new ARCH strings from latest NVML

    Signed-off-by: Kevin Klues <[email protected]>
    klueska committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    5b024ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62 from klueska/add-archs

    Add new ARCH strings from latest NVML
    klueska authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    7685110 View commit details
    Browse the repository at this point in the history
Loading