upcxx,gasnet: Add a note to the +cuda variant description (#30602)

Resolves issue #30589
This commit is contained in:
Dan Bonachea 2022-05-11 00:45:32 -04:00 committed by GitHub
parent be45292a9c
commit ee9b61be7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,8 @@ class Gasnet(Package, CudaPackage, ROCmPackage):
variant('debug', default=False, description="Enable library debugging mode")
variant('cuda', default=False,
description='Enables support for the CUDA memory kind in some conduits')
description='Enables support for the CUDA memory kind in some conduits.\n' +
'NOTE: Requires CUDA Driver library be present on the build system')
variant('rocm', default=False,
description='Enables support for the ROCm/HIP memory kind in some conduits')

View File

@ -60,7 +60,8 @@ class Upcxx(Package, CudaPackage, ROCmPackage):
description='Enables MPI-based spawners and mpi-conduit')
variant('cuda', default=False,
description='Enables UPC++ support for the CUDA memory kind')
description='Enables UPC++ support for the CUDA memory kind.\n' +
'NOTE: Requires CUDA Driver library be present on the build system')
variant('rocm', default=False,
description='Enables UPC++ support for the ROCm/HIP memory kind')