Skip to content

Commit

Permalink
update cuDNN/cuDNN-9.5.0.50-CUDA-12.6.0.eb add sbsa checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAchilles authored Nov 13, 2024
1 parent a316bc8 commit 9bd5bb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion easybuild/easyconfigs/c/cuDNN/cuDNN-9.5.0.50-CUDA-12.6.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ source_urls = [
'https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-%(cudnnarch)s/'
]
sources = ['%%(namelower)s-linux-%%(cudnnarch)s-%%(version)s_cuda%s-archive.tar.xz' % local_cuda_major]
checksums = ['86e4e4f4c09b31d3850b402d94ea52741a2f94c2f717ddc8899a14aca96e032d']
checksums = [{
'%%(namelower)s-linux-sbsa-%%(version)s_cuda%s-archive.tar.xz' % local_cuda_major:
'494b640a69feb40ce806a726aa63a1de6b2ec459acbe6a116ef6fe3e6b27877d',
'%%(namelower)s-linux-x86_64-%%(version)s_cuda%s-archive.tar.xz' % local_cuda_major:
'86e4e4f4c09b31d3850b402d94ea52741a2f94c2f717ddc8899a14aca96e032d',
}]

dependencies = [('CUDA', '12.6.0')]

Expand Down

0 comments on commit 9bd5bb1

Please sign in to comment.