We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279fb84 commit c91a0ddCopy full SHA for c91a0dd
HeterogeneousCore/AlpakaCore/src/module_backend_config.cc
@@ -17,7 +17,7 @@ namespace cms::alpakatools {
17
descAlpaka.addUntracked<std::string>("backend", "")
18
->setComment(
19
"Alpaka backend for this module. Can be empty string (for the global default), 'serial_sync', or "
20
- "'cuda_async'");
+ " - depending on the architecture and available hardware - 'cuda_async', 'rocm_async'");
21
22
if (iDesc.defaultDescription()) {
23
if (iDesc.defaultDescription()->isLabelUnused(kPSetName)) {
0 commit comments