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

Commit

Permalink
Remove CUDA 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Jul 15, 2021
1 parent 594e305 commit a70b5bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
'cudnn80-cuda110', 'cudnn80-cuda111',
'cudnn81-cuda110', 'cudnn81-cuda111', 'cudnn81-cuda112',
'cudnn82-cuda110', 'cudnn82-cuda111', 'cudnn82-cuda112', 'cudnn82-cuda113',
'cudnn82-cuda114',
]
nccl_choices = [
'none',
Expand Down Expand Up @@ -106,7 +105,6 @@
'cuda111': ['cudnn80-cuda111', 'cudnn81-cuda111', 'cudnn82-cuda111'],
'cuda112': ['cudnn81-cuda112', 'cudnn82-cuda112'],
'cuda113': ['cudnn82-cuda113'],
'cuda114': ['cudnn82-cuda114'],
}
cuda_nccls = {
# CUDA 9 does not support nccl 1.3
Expand Down Expand Up @@ -697,7 +695,6 @@ def get_scipy_choices():
codes['cudnn82-cuda111'] = codes['cudnn82-cuda110']
codes['cudnn82-cuda112'] = codes['cudnn82-cuda110']
codes['cudnn82-cuda113'] = codes['cudnn82-cuda110']
codes['cudnn82-cuda114'] = codes['cudnn82-cuda110']

# This is a test for CFLAGS and LDFLAGS to specify a directory where cuDNN is
# installed.
Expand Down

0 comments on commit a70b5bc

Please sign in to comment.