Skip to content

Bump github.com/NVIDIA/go-nvml from 0.13.0-1 to 0.13.1-0 - #96

Merged
rajathagasthya merged 2 commits into
mainfrom
dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.13.1-0
Jun 9, 2026
Merged

Bump github.com/NVIDIA/go-nvml from 0.13.0-1 to 0.13.1-0#96
rajathagasthya merged 2 commits into
mainfrom
dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.13.1-0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/NVIDIA/go-nvml from 0.13.0-1 to 0.13.1-0.

Release notes

Sourced from github.com/NVIDIA/go-nvml's releases.

v0.13.1-0

What's Changed

Full Changelog: NVIDIA/go-nvml@v0.13.0-1...v0.13.1-0

Commits
  • 1301517 Merge pull request #182 from NVIDIA/upd-nvml-h-cuda-13.1
  • 2a1f6c3 sync nvml.h with CUDA version 13.1.2
  • 6d746b3 Merge pull request #183 from randomizedcoder/fix/typo-paramaters
  • 5c65353 Merge pull request #173 from rahulait/add-stale-workflow
  • 0d4b943 add workflow to mark issues as stale in case of no activity
  • e5edcd2 docs: fix typo in libraryOptions godoc comment
  • 60c51fd Merge pull request #180 from NVIDIA/update-go
  • de5de12 Merge pull request #165 from chenhengqi/fix-get-procs
  • 3268550 update golang version and golang-ci download link
  • c617db0 Merge pull request #176 from gjulianm/fix-gpm-query-device-support-version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.13.0-1 to 0.13.1-0.
- [Release notes](https://github.com/NVIDIA/go-nvml/releases)
- [Commits](NVIDIA/go-nvml@v0.13.0-1...v0.13.1-0)

---
updated-dependencies:
- dependency-name: github.com/NVIDIA/go-nvml
  dependency-version: 0.13.1-0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Issue/PR Pull about a dependency file label Jun 8, 2026
The PciInfo struct has been updated to use int8 for
BusId as opposed to uint8 as part of the sync of
go-nvml with CUDA 13.1

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
@tariq1890 tariq1890 self-assigned this Jun 8, 2026
@tariq1890
tariq1890 requested a review from JunAr7112 June 8, 2026 17:09

@JunAr7112 JunAr7112 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rajathagasthya
rajathagasthya merged commit f6b4227 into main Jun 9, 2026
4 checks passed
@rajathagasthya
rajathagasthya deleted the dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.13.1-0 branch June 9, 2026 19:10
var info nvml.PciInfo
for i := 0; i < len(busID) && i < len(info.BusId); i++ {
info.BusId[i] = uint8(busID[i])
info.BusId[i] = int8(busID[i])

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cdesiniotis just a heads up, the latest go-nvml includes this struct schema change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue/PR Pull about a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants