Skip to content

Commit

Permalink
Merge pull request #8291 from chainer-ci/bp-8282-v13-cutensor-2.0.1
Browse files Browse the repository at this point in the history
[backport] Bump to cuTENSOR 2.0.1
  • Loading branch information
kmaehashi committed Apr 16, 2024
2 parents 5e9795b + b484198 commit 15db805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cupyx/tools/install_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def __make_cutensor_record(

def _make_cutensor_record(cuda_version):
return __make_cutensor_record(
cuda_version, '2.0.0',
'libcutensor-linux-x86_64-2.0.0.7-archive.tar.xz',
'libcutensor-windows-x86_64-2.0.0.7-archive.zip')
cuda_version, '2.0.1',
'libcutensor-linux-x86_64-2.0.1.2-archive.tar.xz',
'libcutensor-windows-x86_64-2.0.1.2-archive.zip')


_cutensor_records.append(_make_cutensor_record('12.x'))
Expand Down

0 comments on commit 15db805

Please sign in to comment.