Skip to content

Commit c2436b8

Browse files
committed
Mention order-independentness in CUDA cc CLI doc
1 parent 6340b7b commit c2436b8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

easybuild/tools/options.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,10 @@ def override_options(self):
399399
'cuda-cache-maxsize': ("Maximum size of the CUDA cache (in MiB) used for JIT compilation of PTX code. "
400400
"Leave value empty to let EasyBuild choose a value or '0' to disable the cache",
401401
int, 'store_or_None', None),
402-
'cuda-compute-capabilities': ("List of CUDA compute capabilities to use when building GPU software; "
403-
"values should be specified as digits separated by a dot, "
404-
"for example: 3.5,5.0,7.2. EasyBuild will (where possible) compile fat "
402+
'cuda-compute-capabilities': ("Set of CUDA compute capabilities to use when building GPU software. "
403+
"Values must be specified as digits separated by a dot, "
404+
"for example: 3.5,5.0,7.2. Order does not matter. "
405+
"EasyBuild will (where possible) compile fat "
405406
"binaries with support for (at least) all requested CUDA compute "
406407
"capabilities, and PTX code for the highest CUDA compute capability (for "
407408
"forwards compatibility). The check on this behavior may be relaxed using "

0 commit comments

Comments
 (0)