You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HeterogeneousCore/AlpakaCore/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,13 +358,8 @@ There are a few different options for using Alpaka-based modules in the CMSSW co
358
358
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.
359
359
```python
360
360
## Load explicitly
361
-
# One ProcessAccelerator for each accelerator technology
361
+
# One ProcessAccelerator for each accelerator technology, plus a generic one for Alpaka
0 commit comments