Skip to content

Commit

Permalink
Merge pull request cupy#8282 from kmaehashi/cutensor-2.0.1
Browse files Browse the repository at this point in the history
Bump to cuTENSOR 2.0.1
  • Loading branch information
takagi authored and chainer-ci committed Apr 15, 2024
1 parent 5e9795b commit b484198
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 b484198

Please sign in to comment.