upcxx,gasnet: Add a note to the +cuda
variant description (#30602)
Resolves issue #30589
This commit is contained in:
parent
be45292a9c
commit
ee9b61be7a
@ -61,7 +61,8 @@ class Gasnet(Package, CudaPackage, ROCmPackage):
|
|||||||
variant('debug', default=False, description="Enable library debugging mode")
|
variant('debug', default=False, description="Enable library debugging mode")
|
||||||
|
|
||||||
variant('cuda', default=False,
|
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,
|
variant('rocm', default=False,
|
||||||
description='Enables support for the ROCm/HIP memory kind in some conduits')
|
description='Enables support for the ROCm/HIP memory kind in some conduits')
|
||||||
|
@ -60,7 +60,8 @@ class Upcxx(Package, CudaPackage, ROCmPackage):
|
|||||||
description='Enables MPI-based spawners and mpi-conduit')
|
description='Enables MPI-based spawners and mpi-conduit')
|
||||||
|
|
||||||
variant('cuda', default=False,
|
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,
|
variant('rocm', default=False,
|
||||||
description='Enables UPC++ support for the ROCm/HIP memory kind')
|
description='Enables UPC++ support for the ROCm/HIP memory kind')
|
||||||
|
Loading…
Reference in New Issue
Block a user