Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
bump to CUDA 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Sep 22, 2021
1 parent 5836ea8 commit b6319ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ def main():
requires = ['optuna']
conf = {
'base': 'ubuntu18_py39-pyenv',
'cuda': 'cuda100',
'cudnn': 'cudnn76-cuda100',
'nccl': 'nccl2.4-cuda100',
'cuda': 'cuda102',
'cudnn': 'cudnn76-cuda102',
'nccl': 'nccl2.5-cuda102',
'cutensor': 'none',
'cusparselt': 'none',
'requires': [
Expand Down Expand Up @@ -280,9 +280,9 @@ def main():
elif args.test == 'cupy-py3-cub':
conf = {
'base': 'ubuntu18_py38-pyenv',
'cuda': 'cuda100',
'cudnn': 'cudnn76-cuda100',
'nccl': 'nccl2.4-cuda100',
'cuda': 'cuda102',
'cudnn': 'cudnn76-cuda102',
'nccl': 'nccl2.5-cuda100',
'cutensor': 'none',
'cusparselt': 'none',
'requires': [
Expand Down Expand Up @@ -386,9 +386,9 @@ def main():
# NumPy 1.14.
conf = {
'base': 'ubuntu18_py38-pyenv',
'cuda': 'cuda100',
'cudnn': 'cudnn76-cuda100',
'nccl': 'nccl2.4-cuda100',
'cuda': 'cuda102',
'cudnn': 'cudnn76-cuda102',
'nccl': 'nccl2.5-cuda100',
'cutensor': 'none',
'cusparselt': 'none',
'requires': [
Expand Down

0 comments on commit b6319ca

Please sign in to comment.