Skip to content

Commit c91a0dd

Browse files
committed
Update the "backend" parameter description
1 parent 279fb84 commit c91a0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeterogeneousCore/AlpakaCore/src/module_backend_config.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace cms::alpakatools {
1717
descAlpaka.addUntracked<std::string>("backend", "")
1818
->setComment(
1919
"Alpaka backend for this module. Can be empty string (for the global default), 'serial_sync', or "
20-
"'cuda_async'");
20+
" - depending on the architecture and available hardware - 'cuda_async', 'rocm_async'");
2121

2222
if (iDesc.defaultDescription()) {
2323
if (iDesc.defaultDescription()->isLabelUnused(kPSetName)) {

0 commit comments

Comments
 (0)