Skip to content

Commit

Permalink
cherry-pick: Update GRID driver to 535.161.08 for kernel compat issue (
Browse files Browse the repository at this point in the history
…#4429) (#4432)

Co-authored-by: Ganeshkumar Ashokavardhanan <[email protected]>
  • Loading branch information
cameronmeissner and ganeshkumarashok authored May 23, 2024
1 parent d499cb2 commit 00e7a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/agent/common/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ const (
nvidia470CudaDriverVersion = "cuda-470.82.01"
nvidia535CudaDriverVersion = "cuda-535.54.03"
nvidia550CudaDriverVersion = "cuda-550.54.15"
nvidia535GridDriverVersion = "grid-535.154.05"
nvidia535GridDriverVersion = "grid-535.161.08"
)

// These SHAs will change once we update aks-gpu images in aks-gpu repository. We do that fairly rarely at this time.
// So for now these will be kept here like this.
const (
aksGPUGridSHA = "sha-13f51b"
aksGPUGridSHA = "sha-d1f0ca"
aksGPUCudaSHA = "sha-2d4c96"
)

Expand Down

0 comments on commit 00e7a07

Please sign in to comment.