Skip to content

Commit 37dbec2

Browse files
committed
Increase the default CUDA compute capabilities
1 parent 093d897 commit 37dbec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/PyReleaseValidation/scripts/runTheMatrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def runSelected(opt):
421421
help='Specify a comma-separated list of CUDA "compute capabilities", or GPU hardware architectures, that the job can use.',
422422
dest='CUDACapabilities',
423423
type=lambda x: x.split(','),
424-
default='6.0,6.1,6.2,7.0,7.2,7.5,8.0,8.6')
424+
default='6.0,6.1,6.2,7.0,7.2,7.5,8.0,8.6,8.7,8.9,9.0,12.0')
425425

426426
# read the CUDA runtime version included in CMSSW
427427
cudart_version = None

0 commit comments

Comments
 (0)