[ARVADOS] updated: 2.1.0-1960-g2dbbd6486

Git user git at public.arvados.org
Fri Mar 4 21:32:36 UTC 2022


Summary of changes:
 doc/user/cwl/cwl-extensions.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  2dbbd648655ceb248dafff72e659c47277d11539 (commit)
      from  4834245e77cb316e488467c76984bdaff89569ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2dbbd648655ceb248dafff72e659c47277d11539
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Mar 4 16:31:18 2022 -0500

    18656: Update cuda field names in docs
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/user/cwl/cwl-extensions.html.textile.liquid b/doc/user/cwl/cwl-extensions.html.textile.liquid
index dd78e989f..c304f98f7 100644
--- a/doc/user/cwl/cwl-extensions.html.textile.liquid
+++ b/doc/user/cwl/cwl-extensions.html.textile.liquid
@@ -160,9 +160,9 @@ Request support for Nvidia CUDA GPU acceleration in the container.  Assumes that
 table(table table-bordered table-condensed).
 |_. Field |_. Type |_. Description |
 |cudaVersionMin|string|Required.  The CUDA SDK version corresponding to the minimum driver version supported by the container (generally, the SDK version 'X.Y' the application was compiled against).|
-|cudaComputeCapabilityMin|string|Required.  The minimum CUDA hardware capability (in 'X.Y' format) required by the application's PTX or C++ GPU code (will be JIT compiled for the available hardware).|
-|deviceCountMin|integer|Minimum number of GPU devices to allocate on a single node. Required.|
-|deviceCountMax|integer|Maximum number of GPU devices to allocate on a single node. Optional.  If not specified, same as @minDeviceCount at .|
+|cudaComputeCapability|string or array of strings|Required. CUDA hardware capability required to run the software, in X.Y format.  If this is a single value, it defines only the minimum compute capability. GPUs with higher capability are also accepted.  If it is an array value, then only select GPUs with compute capabilities that explicitly appear in the array.|
+|cudaDeviceCountMin|integer|Minimum number of GPU devices to request, default 1.|
+|cudaDeviceCountMax|integer|Maximum number of GPU devices to request.  If not specified, same as @deviceCountMin at .|
 
 h2. arv:dockerCollectionPDH
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list