Skip to content

Commit 67fa182

Browse files
committed
Update documentation
1 parent 05c95f8 commit 67fa182

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

HeterogeneousCore/AlpakaCore/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,8 @@ There are a few different options for using Alpaka-based modules in the CMSSW co
358358
In all cases the configuration must load the necessary `ProcessAccelerator` objects (see below) For accelerators used in production, these are aggregated in `Configuration.StandardSequences.Accelerators_cff`. The `runTheMatrix.py` handles the loading of this `Accelerators_cff` automatically. The HLT menus also load the necessary `ProcessAccelerator`s.
359359
```python
360360
## Load explicitly
361-
# One ProcessAccelerator for each accelerator technology
361+
# One ProcessAccelerator for each accelerator technology, plus a generic one for Alpaka
362362
process.load("Configuration.StandardSequences.Accelerators_cff")
363-
364-
# And one ProcessAccelerator for Alpaka
365-
# (eventually to be absorbed to Accelerators_cff)
366-
process.load("HeterogeneousCore.AlpakaCore.ProcessAcceleratorAlpaka_cfi")
367-
368363
```
369364

370365
### Explicit module type (non-portable)

0 commit comments

Comments
 (0)