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

Bump github.com/NVIDIA/go-nvml from 0.12.0-3 to 0.12.0-4 #645

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2024

Bumps github.com/NVIDIA/go-nvml from 0.12.0-3 to 0.12.0-4.

Commits
  • 1fa43fd Replace Library interface with Extensions interface
  • d72aa68 Add a mock DGXA100 server that implements parts of the NVML interface
  • 9a1711a Add mocks for all interfaces under pkg/nvml/mock
  • 6f20742 Add ability to generate interfaces and package methods from library
  • b34e706 Ensure that exported structs reference interface types not private types
  • f01937e Fix API call for GetVgpuCompatibility
  • 3d3e863 Convert all uppercase local variables to lowercase
  • 80b4064 Convert GpmSample into an interface instead of a concrete type
  • 630d5a6 Fix API call for GpmSampleAlloc
  • fbdfe74 Convert ComputeInstance into an interface instead of a concrete type
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Issue/PR Pull about a dependency file label Apr 14, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.12.0-4 branch from 64422a0 to 2717e78 Compare April 16, 2024 13:47
Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.12.0-3 to 0.12.0-4.
- [Commits](NVIDIA/go-nvml@v0.12.0-3...v0.12.0-4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.12.0-4 branch from 2717e78 to 5df9201 Compare April 16, 2024 13:50
@tariq1890 tariq1890 requested review from elezar, klueska and cdesiniotis and removed request for elezar and klueska April 17, 2024 17:45
@tariq1890
Copy link
Contributor

Looks like a breaking change was introduced to the new go-nvml lib. We should reconsider the semver bumps when we introduce interface changes IMO

@elezar
Copy link
Member

elezar commented Apr 19, 2024

@tariq1890 the semver in the go-nvml package is tied to the CUDA version from which the wrappers are generated. We don't follow semver for this dependency.

This updates the following dependencies that also have transitive dependencies
on the new go-nvlib and go-nvml versions:
* github.com/NVIDIA/go-gpuallocator
* github.com/NVIDIA/nvidia-container-toolkit

Signed-off-by: Evan Lezar <[email protected]>
@elezar elezar self-assigned this Apr 19, 2024
@elezar elezar enabled auto-merge April 19, 2024 10:02
@elezar elezar merged commit 3536f0a into main Apr 22, 2024
6 checks passed
@elezar elezar deleted the dependabot/go_modules/main/github.com/NVIDIA/go-nvml-0.12.0-4 branch April 22, 2024 19:04
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.

2 participants